mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-04 01:10:09 +00:00
Makefile: use "--product pmg --dist stretch" for upload target
This commit is contained in:
parent
f245a28c2b
commit
59f4a7f9e2
2
Makefile
2
Makefile
@ -182,7 +182,7 @@ $(DOC_DEB): index.html $(API_VIEWER_SOURCES) verify-images
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${GEN_DEB} ${DOC_DEB}
|
||||
tar cf - ${GEN_DEB} ${DOC_DEB} | ssh repoman@repo.proxmox.com upload-pmg
|
||||
tar cf - ${GEN_DEB} ${DOC_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
|
||||
|
||||
.PHONY: update
|
||||
update: clean
|
||||
|
Loading…
Reference in New Issue
Block a user