mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 21:14:18 +00:00
buildsys: drop buster from upload target
we are not really compatible with pbs1, needs a stable-1 branch if we need to backport something Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
69456e211f
commit
893cc0455d
1
Makefile
1
Makefile
@ -62,5 +62,4 @@ update:
|
|||||||
dcmd --deb rust-$*_*.changes \
|
dcmd --deb rust-$*_*.changes \
|
||||||
| grep -v '.changes$$' \
|
| grep -v '.changes$$' \
|
||||||
| tar -cf "$@.tar" -T-; \
|
| 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
|
cat "$@.tar" | ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye
|
||||||
|
Loading…
Reference in New Issue
Block a user