]> git.proxmox.com Git - lxc.git/blobdiff - Makefile
use new repoman for upload target
[lxc.git] / Makefile
index 71e6acbea59d4a128c634f3b0fc402aca16f9390..3f6b4fd19c24f016400651bfdc4af5b9a1d41e73 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=4.1
+RELEASE=4.2
 
 PACKAGE=lxc-pve
 LXCVER=2.0.3
-DEBREL=2
+DEBREL=4
 
 SRCDIR=lxc
 SRCTAR=${SRCDIR}.tgz
@@ -36,15 +36,7 @@ download ${SRCTAR}:
 
 .PHONY: upload
 upload: ${DEBS}
-       umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw 
-       mkdir -p /pve/${RELEASE}/extra
-       rm -f /pve/${RELEASE}/extra/${PACKAGE}_*.deb
-       rm -f /pve/${RELEASE}/extra/${PACKAGE}-dev_*.deb
-       rm -f /pve/${RELEASE}/extra/${PACKAGE}-dbg_*.deb
-       rm -f /pve/${RELEASE}/extra/Packages*
-       cp ${DEBS} /pve/${RELEASE}/extra
-       cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
-       umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro
+       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload
 
 distclean: clean