mirror of
https://git.proxmox.com/git/libanyevent-http-perl
synced 2025-10-05 14:24:50 +00:00
upload: use new repoman toolkit
This commit is contained in:
parent
8fe2f7ecfb
commit
8fd62b1775
9
Makefile
9
Makefile
@ -40,11 +40,4 @@ distclean: clean
|
||||
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user