mirror of
https://git.proxmox.com/git/extjs
synced 2025-10-04 16:08:25 +00:00
switch upload dist to bookworm and fix product list
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
164c472af5
commit
df14c0f691
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ ${DSC}: ${BUILDDIR}
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEB}
|
||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist buster
|
||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm
|
||||
|
||||
.PHONY: distclean clean
|
||||
distclean: clean
|
||||
|
Loading…
Reference in New Issue
Block a user