mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Check that EC2SNSTOPIC and EC2PUBLIC are non-empty, along with being
defined, in order to avoid problems with thermite.sh. Reported by: gjb
This commit is contained in:
parent
50b1a01ecb
commit
43fbd222cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336433
@ -8,10 +8,10 @@
|
||||
.if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE" || ${BRANCH} == "PRERELEASE"
|
||||
AMINAMESUFFIX!= date +-%Y-%m-%d
|
||||
.endif
|
||||
.if defined(EC2PUBLIC)
|
||||
.if defined(EC2PUBLIC) && !empty(EC2PUBLIC)
|
||||
PUBLISH= --public
|
||||
.endif
|
||||
.if defined(EC2SNSTOPIC)
|
||||
.if defined(EC2SNSTOPIC) && !empty(EC2SNSTOPIC)
|
||||
EC2SNSREL= ${REVISION}-${BRANCH}
|
||||
EC2_SVNBRANCH!= svn info --show-item relative-url ${WORLDDIR} | sed -e 's/\^\///'
|
||||
EC2_SVNREV!= svn info --show-item last-changed-revision ${WORLDDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user