Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
fix: Add suppotr to not sign packages when testing deb building
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Apr 29, 2024
1 parent 1ea6f94 commit 8f08482
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/debian/deb.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ snapshot-deb:
cd $(PACKAGE)-$(NOW) ; \
$(LN_S) dist/debian .; \
$(LN_S) $(srcdir)/config .; \
dpkg-buildpackage -rfakeroot -d -b [email protected]
dpkg-buildpackage -rfakeroot -d -b [email protected]
# Uncomment this to build package without signing it.
# dpkg-buildpackage -rfakeroot -d -b [email protected] -uc -us

.PHONY : deb snapshot-deb

0 comments on commit 8f08482

Please sign in to comment.