mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-08-14 09:38:30 +00:00
buildsys: update make upload target for stretch
This commit is contained in:
parent
156fd8f736
commit
3b6996cd8e
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ ${DEB}:
|
|||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
|
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user