Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
charm push fails in bzr branch #90
Comments
|
I just came here to report the same. $ charm push . haproxy ERROR cannot parse bzr log: cannot parse bzr log entry: invalid revision number "105 [merge]"revno: 107 check_haproxy: Get the "stats socket" from the configurationrevno: 106 Update check_haproxy NRPE check to support https servicesrevno: 105 [merge] Expose global "ssl-default-bind-options" as a configuration option to allow disabling TLS 1.0. To keep backwards compatibility, this option is not required.revno: 104 [merge] [jamesj,r=johnsca] Add support for Xenialrevno: 103 [merge] [verterok] Add statistics relationrevno: 102 [merge] [samantha-jian] Add liberty supportrevno: 101 [aisrael] Fix lint errorrevno: 100 New iconrevno: 99 [merge] [verterok, r=admcleod, a=kwmonroe] restart rsyslog if haproxy config changes; minor updates to testsrevno: 98 [merge] Make the self-signed SSL certificate last for 3650 days instead of the default of 30 days. This mirrors what the apache charm does.Use --include-merged or -n0 to see merged revisions. However it should be noted that the charm is still uploaded. |
mitechie commentedSep 9, 2016
charm 2.2.0-0ubuntu1
ubuntu16.04.1ppa2charm-tools 2.1.4
I'm trying to push a charm to the store, and I'm sitting in the bzr branch checkout when I do this:
$ charm push . cs:~ahasenack/landscape-server
url: cs:~ahasenack/landscape-server-1
channel: unpublished
ERROR cannot parse bzr log: cannot parse bzr log entry: invalid revision number "364 [merge]"
revno: 364 [merge]
revision-id: landscape_builder-20160831105657-rpkna1kdoq1qa4a6
...
All "revno" fields in the bzr log output have [merge].
Workaround is to export the branch to a directory I guess and try from there, but this was unexpected. What is charm push trying to use this information for, some sort of metadata for the juju store?
from: https://bugs.launchpad.net/ubuntu/+source/charm-tools/+bug/1621870