]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
vrf patches
[pve-kernel.git] / Makefile
index bc8e63f053e8f70a2fe48d9066810da66b696ca5..58616e455832f5d2b998b28d2e9e23c2a937d1b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,11 @@ RELEASE=5.1
 KERNEL_MAJ=4
 KERNEL_MIN=15
 KERNEL_PATCHLEVEL=18
-KREL=1
+# increment KREL if the ABI changes (abicheck target in debian/rules)
+# rebuild packages with new KREL and run 'make abiupdate'
+KREL=2
 
-PKGREL=17
+PKGREL=20
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
@@ -149,7 +151,7 @@ $(ZFSDIR).prepared: ${ZFSSRC}
 
 .PHONY: upload
 upload: ${DEBS}
-       tar cf - ${DEBS}|ssh repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH}
+       tar cf - ${DEBS}|ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch --arch ${ARCH}
 
 .PHONY: distclean
 distclean: clean