mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 16:23:06 +00:00
buildsys: upload to both, buster and bullseye for now
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
92d7292920
commit
89d14b4729
5
Makefile
5
Makefile
@ -61,5 +61,6 @@ update:
|
||||
cd build; \
|
||||
dcmd --deb rust-$*_*.changes \
|
||||
| grep -v '.changes$$' \
|
||||
| tar -cf- -T- \
|
||||
| ssh -X repoman@repo.proxmox.com upload --product devel --dist buster
|
||||
| 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
|
||||
|
Loading…
Reference in New Issue
Block a user