mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-17 20:52:58 +00:00
build: upload to buster and bullseye
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
ee7fe8f93c
commit
f28a85da5e
6
Makefile
6
Makefile
@ -40,5 +40,7 @@ upload: deb
|
||||
cd build; \
|
||||
dcmd --deb rust-proxmox-acme-rs_*.changes \
|
||||
| grep -v '.changes$$' \
|
||||
| tar -cf- -T- \
|
||||
| ssh -X repoman@repo.proxmox.com upload --product devel --dist buster
|
||||
| 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