mirror of
https://git.proxmox.com/git/ifupdown2
synced 2025-04-28 20:26:31 +00:00
buildsys: add sbuild target for convenience
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
698f831926
commit
3a7603f059
3
Makefile
3
Makefile
@ -38,6 +38,9 @@ dsc: $(DSC)
|
|||||||
$(DSC): $(BUILDDIR) $(ORIG_SRC_TAR)
|
$(DSC): $(BUILDDIR) $(ORIG_SRC_TAR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -S -uc -us -d
|
cd $(BUILDDIR); dpkg-buildpackage -S -uc -us -d
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: $(DEB)
|
upload: $(DEB)
|
||||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
|
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye
|
||||||
|
Loading…
Reference in New Issue
Block a user