-
Notifications
You must be signed in to change notification settings - Fork 234
JCR-5183: Vote Template should be clear about the fact that running the check script in "sh" will not work #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…he check script in "sh" will not work
…he check script in "sh" will not work
|
| The command for running automated checks against this release candidate is: | ||
| The command for running automated checks requires the use of a *nix | ||
| shell such as "bash" ("sh" will not work due to the lack of certain | ||
| built-in commands). On Windows, use Cygwin or WSL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Git Bash is also an option. Many people will have that already installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me the shebang and the executable flag set in check-release.sh is totally sufficient. Just recommend using it as $ ./check-release.sh jackrabbit ${project.version} ${checksum} of the SVN checkout should work just fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the comment is still valuable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment is good but I would change line 193.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, done
…he check script in sh will not work - fix instruction just to invoke the script with specifying the shell (ack kwin)
…he check script in "sh" will not work (#279) * JCR-5183: Vote Template should be clear about the fact that running the check script in "sh" will not work * JCR-5183: Vote Template should be clear about the fact that running the check script in "sh" will not work * JCR-5183: Vote Template should be clear about the fact that running the check script in sh will not work - fix instruction just to invoke the script with specifying the shell (ack kwin)



(same TBD in Oak)