You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/12 09:17:32 UTC

[isis] branch master updated: ISIS-2445: doc fixes (after artifact rename)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 531df24ebb ISIS-2445: doc fixes (after artifact rename)
531df24ebb is described below

commit 531df24ebb5ac4844daf3b621d2f97a9f25fa6ba
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 12 11:17:25 2022 +0200

    ISIS-2445: doc fixes (after artifact rename)
---
 .../comguide/modules/ROOT/pages/post-release-successful.adoc        | 6 +++---
 scripts/ci/dry-run.sh                                               | 2 ++
 scripts/verify-isis-release.sh                                      | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
index 369ddb71a4..99bc25a4ba 100644
--- a/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/post-release-successful.adoc
@@ -220,11 +220,11 @@ md5="$zip.md5"
 fullname="isis-bom"
 pushd bom
 
-curl -O $repo_root/bom/$new_ver/$fullname-$new_ver-$asc
+curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$asc
 svn add $fullname-$new_ver-$asc
-curl -O $repo_root/bom/$new_ver/$fullname-$new_ver-$md5
+curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$md5
 svn add $fullname-$new_ver-$md5
-curl -O $repo_root/bom/$new_ver/$fullname-$new_ver-$zip
+curl -O $repo_root/$fullname/$new_ver/$fullname-$new_ver-$zip
 svn add $fullname-$new_ver-$zip
 
 if [ "Z${old_ver}Z" == "ZZ" ]; then
diff --git a/scripts/ci/dry-run.sh b/scripts/ci/dry-run.sh
index 5edb5b342c..d5ebce8a3c 100644
--- a/scripts/ci/dry-run.sh
+++ b/scripts/ci/dry-run.sh
@@ -90,6 +90,8 @@ echo JIB_ADDITIONAL_OPTS \: $JIB_ADDITIONAL_OPTS
 echo CMD                 \: $CMD 
 echo "=============================================="
             
+read -p "Press [Enter] key to start ..."
+            
 pushd $PROJECT_ROOT_PATH >> /dev/null
 
 bash $CMD
diff --git a/scripts/verify-isis-release.sh b/scripts/verify-isis-release.sh
index 08a59a3128..067a52ded9 100755
--- a/scripts/verify-isis-release.sh
+++ b/scripts/verify-isis-release.sh
@@ -140,7 +140,7 @@ if [[ -z "$NEXUSREPONUM" || -z "$VERSION" || -z "$RC" ]]; then
 fi
 
 cat <<EOF >/tmp/url.txt
-http://repository.apache.org/content/repositories/orgapacheisis-$NEXUSREPONUM/org/apache/isis/bom/$VERSION/isis-bom-$VERSION-source-release.zip
+http://repository.apache.org/content/repositories/orgapacheisis-$NEXUSREPONUM/org/apache/isis/isis-bom/$VERSION/isis-bom-$VERSION-source-release.zip
 EOF
 
 # The work starts here