]> git.proxmox.com Git - pve-container.git/blobdiff - Makefile
remove 'replicate' configuration - we will store that in another file
[pve-container.git] / Makefile
index 8cfd7a893f2317011594faebaf174dc9e98d5352..5f4e0443ff86d0400fea506c8ad369165112f918 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=2.0
 PACKAGE=pve-container
-PKGREL=2
+PKGREL=9
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
@@ -28,7 +28,7 @@ ${DEB}:
 .PHONY: clean
 clean:
        make -C src clean
-       rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes 
+       rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean
@@ -36,4 +36,4 @@ distclean: clean
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch