Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
service: predictable ListServicesCommand output #1738
Conversation
axw
added some commits
Mar 4, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Mar 4, 2015
jujubot
merged commit 8ec1c65
into
juju:master
Mar 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMar 4, 2015
ListServicesCommand iterates over a map to generate a command. We were
previously relying on service listing commands being predictable, and this
new behaviour is not, since iterating over a map is pseudo-random. We
change the function to iterate over the sorted map keys instead.
Also:
cmd/juju/environment: add missing formatting
(Review request: http://reviews.vapour.ws/r/1068/)