Skip to content

bastille create 12.1-RELEASE fails #49

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

Closed
cedwards opened this issue Nov 5, 2019 · 4 comments
Closed

bastille create 12.1-RELEASE fails #49

cedwards opened this issue Nov 5, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@cedwards
Copy link
Contributor

cedwards commented Nov 5, 2019

Missed a test; easy fix.

Update /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.

@cedwards cedwards self-assigned this Nov 13, 2019
@cedwards cedwards added the bug Something isn't working label Nov 13, 2019
@jpmens
Copy link
Contributor

jpmens commented Nov 16, 2019

Your patch sets RELEASE=12.0-RELEASE for 12.1. Is that really meant that way?

@JRGTH
Copy link
Collaborator

JRGTH commented Nov 16, 2019

Your patch sets RELEASE=12.0-RELEASE for 12.1. Is that really meant that way?

Hi jpmens, the release name handling was changed recently.

@jpmens
Copy link
Contributor

jpmens commented Nov 16, 2019

OK, thank you. (I commented here as this issue was still open.)
I’ll wait for the next Bastille release.

@cedwards
Copy link
Contributor Author

The fix for this has been merged. It will appear in the next release (planned 0.5.20191125). Closing this as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants