mirror of
git://git.proxmox.com/git/pve-spice-protocol.git
synced 2025-08-22 10:17:11 +00:00
add download target
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
84efb527a7
commit
06e5c7d33c
5
Makefile
5
Makefile
@ -22,6 +22,11 @@ $(DEB): ${PKGSRC}
|
||||
cp -a debian ${PKGDIR}/debian
|
||||
cd ${PKGDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
|
||||
|
||||
.PHONY: download
|
||||
download:
|
||||
rm -f ${PKGSRC}
|
||||
wget https://www.spice-space.org/download/releases/spice-protocol-${PKGVERSION}.tar.bz2
|
||||
|
||||
.PHONY: upload
|
||||
upload: ${DEB}
|
||||
tar cf - ${DEB}|ssh repoman@repo.proxmox.com upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user