mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2025-01-03 05:17:58 +03:00
buildsys: add sbuild convenience target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4b2de6c1e7
commit
5de355e546
3
Makefile
3
Makefile
@ -32,6 +32,9 @@ $(DSC): $(BUILDSRC)
|
|||||||
cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d
|
cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d
|
||||||
lintian $(DSC)
|
lintian $(DSC)
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: $(DEB)
|
upload: $(DEB)
|
||||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist bullseye
|
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist bullseye
|
||||||
|
Loading…
Reference in New Issue
Block a user