This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new fe241a2dc Minor release build improvements.
fe241a2dc is described below
commit fe241a2dc54a836c2b092032bcd372e65d965bb6
Author: JamesBognar <[email protected]>
AuthorDate: Thu Jun 23 09:26:28 2022 -0400
Minor release build improvements.
---
juneau-env.sh | 1 +
juneau-release.sh | 2 ++
2 files changed, 3 insertions(+)
diff --git a/juneau-env.sh b/juneau-env.sh
index 2db2815a1..a679bb7a6 100755
--- a/juneau-env.sh
+++ b/juneau-env.sh
@@ -17,4 +17,5 @@ export JUNEAU_VERSION=9.0.B1
export
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home
export PATH=$JAVA_HOME/bin:$PATH
export PATH=/opt/homebrew/bin:$PATH
+export GPG_TTY=$(tty)
[ -z "$X_VERSION" ] && export X_VERSION="${JUNEAU_VERSION}-SNAPSHOT"
diff --git a/juneau-release.sh b/juneau-release.sh
index 9292057ee..f740d89e7 100755
--- a/juneau-release.sh
+++ b/juneau-release.sh
@@ -71,6 +71,8 @@ function et {
command -v wget || fail_with_message "wget not found"
command -v gpg || fail_with_message "gpg not found"
+command -v /usr/local/bin/gpg || fail_with_message "gpg not found in
/usr/local/bin"
+command -v svn || fail_with_message "svn not found"
message "Checking Java version"
java -version