mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-01 14:30:26 +00:00
buildsys: change upload dist to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
142d5d2cdf
commit
580ccacf1a
4
Makefile
4
Makefile
@ -37,8 +37,8 @@ lint: ${JSSRC}
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEBS}
|
||||
tar cf - ${WT_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist buster
|
||||
tar cf - ${WT_DEV_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist buster
|
||||
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
|
||||
tar cf - ${DEV_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye
|
||||
|
||||
distclean: clean
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user