X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=776ce351318e06f2a082ec783682a8816449d6c7;hb=f3acafc70e4fea1b20d34fcacaffe7c8176fd49d;hp=71a372b6aad2f3c8951fd46b66842562281adb21;hpb=e96d2ab3a167dd34f0a5bb28a96dab00b496eb1b;p=pve-kernel.git diff --git a/Makefile b/Makefile index 71a372b..776ce35 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ $(ZFSDIR).prepared: ${ZFSSRC} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} + tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH} .PHONY: distclean distclean: clean @@ -170,7 +170,3 @@ submodule: .PHONY: clean clean: rm -rf *~ build *.prepared ${KERNEL_CFG_ORG} - - - -