mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-27 08:26:39 +00:00
make upload: drop buster
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
abc0bdd09d
commit
4cab29c57a
1
Makefile
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user