mirror of
https://git.proxmox.com/git/lxc
synced 2025-04-29 09:10:42 +00:00
buildsys: add sbuild target for convenience
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4cabd98f7b
commit
41bf6677ac
3
Makefile
3
Makefile
@ -49,6 +49,9 @@ $(DSC): $(ORIG_SRC_TAR)
|
|||||||
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: $(DEBS)
|
upload: $(DEBS)
|
||||||
tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist bookworm
|
tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist bookworm
|
||||||
|
Loading…
Reference in New Issue
Block a user