mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 16:36:30 +00:00
use new repoman toolkit
This commit is contained in:
parent
8cd6425724
commit
3f682b1d6d
8
Makefile
8
Makefile
@ -59,13 +59,7 @@ ${DEB} deb:
|
||||
.PHONY: upload
|
||||
upload: ${DEB} check
|
||||
./repoid.pl .git check
|
||||
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
|
||||
|
||||
#.PHONY: poupload
|
||||
#poupload:
|
||||
|
Loading…
Reference in New Issue
Block a user