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 e02c5a16c Update juneau-release.sh
e02c5a16c is described below
commit e02c5a16c31b3a3541ec85a75ef744d81274f98d
Author: James Bognar <[email protected]>
AuthorDate: Wed Oct 16 15:21:22 2024 -0400
Update juneau-release.sh
---
juneau-release.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/juneau-release.sh b/juneau-release.sh
index 72397ad3b..c6081e4f0 100755
--- a/juneau-release.sh
+++ b/juneau-release.sh
@@ -15,6 +15,8 @@
. ~/.profile
. juneau-release-env.sh
+export PATH=${X_JAVA_HOME}/bin:$PATH
+echo PATH=$PATH
function fail {
echo ' '
@@ -208,12 +210,14 @@ mv juneau-${X_VERSION}-source-release.zip
apache-juneau-${X_VERSION}-src.zip
mv juneau-${X_VERSION}-source-release.zip.asc
apache-juneau-${X_VERSION}-src.zip.asc
gpg --print-md SHA512 apache-juneau-${X_VERSION}-src.zip >
apache-juneau-${X_VERSION}-src.zip.sha512
rm *.sha1
+rm *.md5
cd $X_STAGING/dist/binaries/$X_RELEASE
wget -e robots=off --recursive --no-parent --no-directories -A
"juneau-distrib*-bin.zip*"
https://repository.apache.org/content/repositories/$X_REPO/org/apache/juneau/
mv juneau-distrib-${X_VERSION}-bin.zip apache-juneau-${X_VERSION}-bin.zip
mv juneau-distrib-${X_VERSION}-bin.zip.asc
apache-juneau-${X_VERSION}-bin.zip.asc
gpg --print-md SHA512 apache-juneau-${X_VERSION}-bin.zip >
apache-juneau-${X_VERSION}-bin.zip.sha512
rm *.sha1
+rm *.md5
cd $X_STAGING/dist
svn add source/$X_RELEASE
svn add binaries/$X_RELEASE