]> git.proxmox.com Git - proxmox.git/commitdiff
make upload: drop buster
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Feb 2022 10:10:00 +0000 (11:10 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Feb 2022 10:10:00 +0000 (11:10 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 383146f04fefc52548747382a32b6b1396d5ca34..6d738f278ba6922fc70beb99e86880d588636b08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,5 @@ upload: deb
            dcmd --deb rust-proxmox-acme-rs_*.changes \
            | grep -v '.changes$$' \
            | 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; \
            rm -f rust-proxmox-acme-rs-debs.tar