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 1b2e8ecb8 Update juneau-release-env.sh
1b2e8ecb8 is described below
commit 1b2e8ecb8ae9c7ec96cba69dfa35125cd91ec7b5
Author: James Bognar <[email protected]>
AuthorDate: Wed Oct 16 15:20:02 2024 -0400
Update juneau-release-env.sh
---
juneau-release-env.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/juneau-release-env.sh b/juneau-release-env.sh
index f6ab50e8e..95934cb06 100755
--- a/juneau-release-env.sh
+++ b/juneau-release-env.sh
@@ -23,6 +23,8 @@ export X_STAGING=~/tmp/dist-release-juneau
export X_USERNAME=jamesbognar
export [email protected]
export X_CLEANM2=N
+export X_GIT_BRANCH=master
+export
X_JAVA_HOME=/Users/james.bognar/blt/tools/Darwin/jdk/openjdk_11.0.21.0.102_11.69.52_x64
echo ' '
echo --- Settings
------------------------------------------------------------------
@@ -33,4 +35,6 @@ echo X_STAGING = $X_STAGING
echo X_USERNAME = $X_USERNAME
echo X_EMAIL = $X_EMAIL
echo X_CLEANM2 = $X_CLEANM2
+echo X_GIT_BRANCH = $X_GIT_BRANCH
+echo X_JAVA_HOME = $X_JAVA_HOME
echo
-------------------------------------------------------------------------------