make upload: drop buster

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-01 11:10:00 +01:00
parent abc0bdd09d
commit 4cab29c57a

View File

@ -41,6 +41,5 @@ upload: deb
dcmd --deb rust-proxmox-acme-rs_*.changes \ dcmd --deb rust-proxmox-acme-rs_*.changes \
| grep -v '.changes$$' \ | grep -v '.changes$$' \
| tar -cf "rust-proxmox-acme-rs-debs.tar" -T-; \ | tar -cf "rust-proxmox-acme-rs-debs.tar" -T-; \
cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist buster; \
cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye; \ cat "rust-proxmox-acme-rs-debs.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye; \
rm -f rust-proxmox-acme-rs-debs.tar rm -f rust-proxmox-acme-rs-debs.tar