]> git.proxmox.com Git - tar.git/commitdiff
buildsys: use --no-sign master
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 30 May 2018 11:54:35 +0000 (13:54 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 30 May 2018 11:54:35 +0000 (13:54 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index d582868c5730b850062461d907957afadde69294..c953a5bd88bf974d8bd0dd100468c427de546cef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ $(TARDIR): $(TARSRC) $(TARDEBSRC)
 .PHONY: deb
 deb: $(DEB)
 $(DEB): $(TARDIR)
-       cd ${TARDIR} && dpkg-buildpackage -b -uc -us
+       cd ${TARDIR} && dpkg-buildpackage -b --no-sign
 
 .PHONY: upload
 upload: $(DEB)