mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 12:12:29 +00:00
buildsys: change upload dist to bullseye
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4413935077
commit
a85e527616
2
Makefile
2
Makefile
@ -225,7 +225,7 @@ mediawiki-install: pve-docs-mediawiki-import
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
|
||||
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster
|
||||
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist bullseye
|
||||
|
||||
.PHONY: update
|
||||
update:
|
||||
|
Loading…
Reference in New Issue
Block a user