mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-23 06:50:05 +03:00
Makefile: use "--product pve --dist jessie" for upload target
This commit is contained in:
parent
ced79689c8
commit
85cd42536c
2
Makefile
2
Makefile
@ -216,7 +216,7 @@ $(MEDIAWIKI_DEB): pve-docs-mediawiki-import
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
|
||||
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com upload
|
||||
tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
|
||||
|
||||
.PHONY: update
|
||||
update: clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user