mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 12:13:29 +02:00
Move GPG up in the configuration options where it belongs
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4014 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ff78f98ee5
commit
db44e5c27f
@ -56,7 +56,10 @@ RPMDIR=~/rpm/
|
|||||||
# Directory where you want the release to be built
|
# Directory where you want the release to be built
|
||||||
#
|
#
|
||||||
DIR=$PWD
|
DIR=$PWD
|
||||||
|
#
|
||||||
|
# location and options for GnuPG
|
||||||
|
#
|
||||||
|
GPG="/usr/bin/gpg -ab --batch --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'"
|
||||||
################################################################################
|
################################################################################
|
||||||
# V A R I A B L E S
|
# V A R I A B L E S
|
||||||
################################################################################
|
################################################################################
|
||||||
@ -201,8 +204,6 @@ esac
|
|||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
LOGFILE=$LOGDIR/shorewall_build_${VERSION}.log
|
LOGFILE=$LOGDIR/shorewall_build_${VERSION}.log
|
||||||
# location and options for GnuPG
|
|
||||||
GPG="/usr/bin/gpg -ab --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'"
|
|
||||||
touch $LOGFILE
|
touch $LOGFILE
|
||||||
progress_message "Build of Shorewall $VERSION on $(date)"
|
progress_message "Build of Shorewall $VERSION on $(date)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user