Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fix bug in namespace usage (lp:1461354) #2489
Conversation
natefinch
added some commits
Jun 3, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jun 3, 2015
jujubot
merged commit 7e97a2b
into
juju:1.24
Jun 3, 2015
added a commit
that referenced
this pull request
Jul 14, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
natefinch commentedJun 3, 2015
fixes-1461354
https://bugs.launchpad.net/juju-core/+bug/1461354
debug-log EOF: invalid tag and panic seen in state server logs
This was a result of me changing the namespace stored in the config to no longer store the leading "-". Instead, it just stores the namespace itself, and where we use it, we have to format it correctly. This seems like a much more sane way to do it, so the value you set is the value that exists, and we don't dictate formatting to everyone using the namespace.... however, it meant I forgot to check for an empty namespace in this one case.
(Review request: http://reviews.vapour.ws/r/1855/)