buildsys: upload to both, buster and bullseye for now

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-14 12:08:50 +02:00
parent 92d7292920
commit 89d14b4729

View File

@ -61,5 +61,6 @@ update:
cd build; \
dcmd --deb rust-$*_*.changes \
| grep -v '.changes$$' \
| tar -cf- -T- \
| ssh -X repoman@repo.proxmox.com upload --product devel --dist buster
| tar -cf "$@.tar" -T-; \
cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster; \
cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye