mirror of
https://git.proxmox.com/git/libanyevent-http-perl
synced 2025-10-05 03:06:55 +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
|
.PHONY: upload
|
||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw
|
tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload
|
||||||
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
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user