Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Lamprecht
b900c87a8f buildsys: drop bullseye from *stable* branch upload target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-07-20 09:49:17 +02:00

View File

@ -62,5 +62,4 @@ update:
dcmd --deb rust-$*_*.changes \
| grep -v '.changes$$' \
| 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
cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster