--no-sign

This commit is contained in:
Ward Nakchbandi 2023-03-03 17:35:10 +03:00
parent 436db5fbb4
commit 06b5c4a5ed
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ apt-get build-dep ./ -y
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99 LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99
dpkg-buildpackage dpkg-buildpackage --no-sign
# Move the debs to output # Move the debs to output
cd ../ cd ../

View File

@ -14,7 +14,7 @@ apt-get build-dep ./ -y -a i386
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99 LOGNAME=root dh_make --createorig -y -l -p base-files_12.2ubuntu99
dpkg-buildpackage -a i386 dpkg-buildpackage --no-sign -a i386
# Move the debs to output # Move the debs to output
cd ../ cd ../