Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Unable to match cs:~foo/name revisions to cs:name revisions #631
Comments
|
Yes the charm store needs to expose the link between entities and their promulgated revisions. |
frankban
closed this
Jun 10, 2016
frankban
reopened this
Jun 10, 2016
frankban
added
the
enhancement
label
Jun 10, 2016
frankban
added this to the next milestone
Jun 10, 2016
stub42
referenced this issue
in juju/charmstore-client
Jun 10, 2016
Open
Return promulgated revision on push, publish or show #75
|
As a temporary manual work around, you can use the $ [[ `charm show cs:postgresql-101 hash` == `charm show cs:~postgresql-charmers/postgresql-5 hash` ]] && echo Match
Match |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stub42 commentedJun 2, 2016
I publish the PostgreSQL charm to cs:~postgresql-charmers/postgresql, and get back a revision like cs:~postgresql-charmers/postgresql-5. This is totally unrelated to the revision that end users will use, cs:postgresql-101. The end result being that when bug reports come in I have no idea what version of code was being run, unless I somehow maintain this mapping myself.