5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-22 06:50:41 +03:00

use new repoman for upload target

This commit is contained in:
Dietmar Maurer 2016-08-05 13:07:58 +02:00
parent 6edbc648f9
commit ec09f3541c

View File

@ -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