You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first thought this issue was to do with the "charm" tool so reported it here - juju/charm-tools#337
It seems that when retrieving charms without specifying revisions (e.g. cs:~user/charm or cs:charm), users could end up with different versions of a charm. I dug into this and it seems to be caching done by the charm store.
[hloeung@dharkan graylog]$ date -u; charm push . cs:~hloeung/testing-cache
Fri 4 Aug 10:57:39 UTC 2017
url: cs:~hloeung/testing-cache-7
channel: unpublished
[hloeung@dharkan graylog]$ date -u; charm release cs:~hloeung/testing-cache-7
Fri 4 Aug 10:58:32 UTC 2017
url: cs:~hloeung/testing-cache-7
channel: stable
warning: bugs-url and homepage are not set. See set command.
[hloeung@dharkan graylog]$ date -u; charm grant cs:~hloeung/testing-cache-7 everyone
Fri 4 Aug 10:58:46 UTC 2017
Moved from juju/juju-gui#3165
Originally filed at juju/charm-tools#337
Hi,
I first thought this issue was to do with the "charm" tool so reported it here - juju/charm-tools#337
It seems that when retrieving charms without specifying revisions (e.g. cs:~user/charm or cs:charm), users could end up with different versions of a charm. I dug into this and it seems to be caching done by the charm store.
Now the FE logs:
Now for "charm pull":
FE logs:
Per the issue reported against charm tools, it was actually flipping between revisions depending on which FE my request was sent to.
The text was updated successfully, but these errors were encountered: