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

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new aade916907 Revise verification instructions due to new profile support 
for GRAILS_REPO_URL
aade916907 is described below

commit aade91690726496997da313c550047a5ac96af66
Author: James Daugherty <[email protected]>
AuthorDate: Thu Jan 22 10:28:15 2026 -0500

    Revise verification instructions due to new profile support for 
GRAILS_REPO_URL
---
 etc/bin/verify.sh | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh
index 126d42ea27..7178b7812d 100755
--- a/etc/bin/verify.sh
+++ b/etc/bin/verify.sh
@@ -114,14 +114,13 @@ set -e
 echo "✅ Reproducible Build Verified"
 
 echo "Manual verification steps:"
-echo "☑️   1. Set the override repo to staging: 'export 
GRAILS_REPO_URL=https://repository.apache.org/content/groups/staging'"
-echo "☑️   2. Verify running the wrapper shell-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-bin/ShellApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
-echo "☑️   3. Verify running the wrapper forge-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-bin/ForgeApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
-echo "☑️   4. Verify running the cli shell-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ShellApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
-echo "☑️   5. Verify running the cli forge-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ForgeApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
-echo "☑️   6.1. Add the staging repository 
('https://repository.apache.org/content/groups/staging') to the 'build.gradle' 
file in one of the apps above."
-echo "☑️   6.2. Run './grailsw help' inside that app directory."
-echo "☑️   6.3. Verify that the scaffolding commands (e.g. 'generate-*') are 
listed."
+echo "☑️   1. Verify running the wrapper shell-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-bin/ShellApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
+echo "☑️   2. Verify running the wrapper forge-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-wrapper-${VERSION}-bin/ForgeApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
+echo "☑️   3. Verify running the cli shell-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ShellApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
+echo "☑️   4. Verify running the cli forge-created app: cd 
${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ForgeApp && ./gradlew 
bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
+echo "☑️   5. Set the override repo to staging: 'export 
GRAILS_REPO_URL=https://repository.apache.org/content/groups/staging'"
+echo "☑️   6.1. Run './grailsw help' inside that app directory."
+echo "☑️   6.2. Verify that the scaffolding commands (e.g. 'generate-*') are 
listed."
 echo "          This confirms that dynamic command resolution is working 
correctly."
 
-echo "✅✅✅ Automatic verification finished. See above instructions for 
remaining manual testing."
\ No newline at end of file
+echo "✅✅✅ Automatic verification finished. See above instructions for 
remaining manual testing."

Reply via email to