]> git.proxmox.com Git - pve-kernel.git/commitdiff
build: add pmg to upload target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 5 Mar 2018 13:27:18 +0000 (14:27 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Mar 2018 08:19:58 +0000 (09:19 +0100)
Makefile

index 71a372b6aad2f3c8951fd46b66842562281adb21..776ce351318e06f2a082ec783682a8816449d6c7 100644 (file)
--- 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}
-
-
-
-