use new repoman toolkit

This commit is contained in:
Dietmar Maurer 2016-06-25 14:45:51 +02:00
parent a3f6f8a595
commit fb1391aae7

View File

@ -47,11 +47,5 @@ check:
.PHONY: upload
upload: ${DEB}
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/Packages*
cp ${DEB} /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 - ${DEB}|ssh repoman@repo.proxmox.com upload