5
0
mirror of git://git.proxmox.com/git/pve-guest-common.git synced 2025-01-03 01:17:49 +03:00

buildsys: update make upload target for stretch

This commit is contained in:
Fabian Grünbichler 2017-03-13 11:29:18 +01:00
parent 581332b275
commit 18648f46c3

View File

@ -28,7 +28,7 @@ install: PVE
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
distclean: clean