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:
parent
6edbc648f9
commit
ec09f3541c
10
Makefile
10
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user