mirror of
https://git.proxmox.com/git/pve-common
synced 2025-06-06 02:45:35 +00:00
use new repoman toolkit
This commit is contained in:
parent
a3f6f8a595
commit
fb1391aae7
8
Makefile
8
Makefile
@ -47,11 +47,5 @@ check:
|
|||||||
|
|
||||||
.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