mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-08-22 10:17:06 +00:00
buildsys: use repoman in the upload target
This commit is contained in:
parent
6f0a522975
commit
5d2f691159
8
Makefile
8
Makefile
@ -61,13 +61,7 @@ dinstall: ${DEB}
|
|||||||
|
|
||||||
.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
|
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: spiceterm
|
test: spiceterm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user