Skip to content

Commit 602a57a

Browse files
authored
Merge pull request #1128 from jdaugherty/7.0.x
Release stage feedback
2 parents 0cbc964 + 6022fe5 commit 602a57a

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradle/wrapper/gradle-wrapper.jar
134134
rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradle/wrapper/gradle-wrapper.properties
135135
rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradlew
136+
rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradlew.bat
136137
rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/.asf.yaml
137138
- name: "Download CHECKSUMS.txt and rename to CHECKSUMS"
138139
env:

NOTICE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ See licenses/LICENSE-MIT.txt for the full license terms.
1515
jdMenu.js
1616
This product includes software from jdmMenu.js, licensed under MIT License.
1717
Copyright (c) 2006,2007 Jonathan Sharp (http://jdsharp.us).
18+
See licenses/LICENSE-MIT.txt for the full license terms.
19+
20+
The following files are licensed under the MIT:
21+
22+
plugin-ui/plugin/grails-app/assets/javascripts/jquery/jquery.jdMenu.js
23+
plugin-ui/plugin/grails-app/assets/javascripts/jquery/jquery.positionBy.js
24+
plugin-ui/plugin/grails-app/assets/stylesheets/jquery.jdMenu.slate.css
25+
plugin-ui/plugin/grails-app/assets/stylesheets/jquery.jdMenu.css
26+
1827
See licenses/LICENSE-MIT.txt for the full license terms.

etc/bin/verify.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ cleanup() {
3838
}
3939
trap cleanup ERR
4040

41+
cd "${DOWNLOAD_LOCATION}"
4142
echo "Downloading KEYS file ..."
4243
curl -sSfLO "https://dist.apache.org/repos/dist/release/grails/KEYS"
4344
echo "✅ KEYS Downloaded"
@@ -70,8 +71,9 @@ echo "✅ RAT passed"
7071

7172
echo "Verifying Reproducible Build ..."
7273
set +e # because we have known issues here
73-
verify-reproducible.sh "${DOWNLOAD_LOCATION}"
74+
"${SCRIPT_DIR}/verify-reproducible.sh" "${DOWNLOAD_LOCATION}"
7475
set -e
7576
echo "✅ Reproducible Build Verified"
7677

77-
echo "✅✅✅ Verification finished, see above instructions for remaining manual testing."
78+
echo "✅✅✅ Verification finished, see above instructions for remaining manual testing."
79+
cd "${CWD}"

0 commit comments

Comments
 (0)