We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Missed a test; easy fix.
Update /usr/local/share/bastille/create.sh:
/usr/local/share/bastille/create.sh
--- create.sh +++ create.sh @@ -211,6 +211,9 @@ 12.0-RELEASE|12.0-release) RELEASE="12.0-RELEASE" ;; +12.1-RELEASE|12.1-release) + RELEASE="12.0-RELEASE" + ;; 11-stable-LAST|11-STABLE-last|11-stable-last|11-STABLE-LAST) RELEASE="11-stable-LAST" ;;
This fix and an upgrade to the entire bootstrap/create release verification pending 0.5.x release.
The text was updated successfully, but these errors were encountered:
Your patch sets RELEASE=12.0-RELEASE for 12.1. Is that really meant that way?
RELEASE=12.0-RELEASE
Sorry, something went wrong.
Hi jpmens, the release name handling was changed recently.
OK, thank you. (I commented here as this issue was still open.) I’ll wait for the next Bastille release.
The fix for this has been merged. It will appear in the next release (planned 0.5.20191125). Closing this as fixed.
cedwards
No branches or pull requests
Missed a test; easy fix.
Update
/usr/local/share/bastille/create.sh
:This fix and an upgrade to the entire bootstrap/create release verification pending 0.5.x release.
The text was updated successfully, but these errors were encountered: