]> git.proxmox.com Git - pve-kernel.git/blobdiff - Makefile
update ABI file for 4.15.18-3-pve
[pve-kernel.git] / Makefile
index 6211ad03e1fc39a7325a1792b3c5efce92ad7584..eaa58b1a99cc544355dda3672a0227745fb5e866 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@ KERNEL_MIN=15
 KERNEL_PATCHLEVEL=18
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=1
+KREL=2
 
-PKGREL=19
+PKGREL=21
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
@@ -151,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