X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=4b6aba6ae3a933735d74161f76ff6797153a8abe;hb=refs%2Fheads%2Fmaster;hp=bed49d14f22616c7f36d6d5316f7c34814a90471;hpb=e668a4278cc1f7e4edbc1e307fb0a2fbf0cdf1a3;p=ifupdown2.git diff --git a/Makefile b/Makefile index bed49d1..4b6aba6 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,13 @@ dsc: $(DSC) $(DSC): $(BUILDDIR) $(ORIG_SRC_TAR) cd $(BUILDDIR); dpkg-buildpackage -S -uc -us -d +sbuild: $(DSC) + sbuild $(DSC) + .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) 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 $(UPLOAD_DIST) .PHONY: distclean clean distclean: clean