mirror of
https://git.proxmox.com/git/libgtk3-webkit-perl
synced 2025-10-04 17:09:31 +00:00
buildsys: use repoman for upload
This commit is contained in:
parent
9f93152090
commit
ac1b9928c7
8
Makefile
8
Makefile
@ -19,13 +19,7 @@ ${DEB}: ${OPKGNAME}.tar.gz
|
||||
|
||||
.phony: upload
|
||||
upload: ${DEB}
|
||||
umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw
|
||||
mkdir -p /pve/${RELEASE}/extra
|
||||
rm -rf /pve/${RELEASE}/extra/${PACKAGE}_*.deb
|
||||
rm -f /pve/${RELEASE}/extra/Packages*
|
||||
cp ${DEB} /pve/${RELEASE}/extra
|
||||
cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
|
||||
umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro
|
||||
tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch
|
||||
|
||||
.PHONY: dinstall
|
||||
dinstall: ${DEB}
|
||||
|
Loading…
Reference in New Issue
Block a user