mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-08-11 19:45:10 +00:00
buildsys: use repoman for make upload
This commit is contained in:
parent
926279b721
commit
82f43e6031
8
Makefile
8
Makefile
@ -55,10 +55,4 @@ 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