Changelog should reference the affected revision
Bug #1046556 reported by
Gustavo Niemeyer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charmworld |
Triaged
|
Low
|
Unassigned | ||
juju-core |
Fix Released
|
Low
|
Gustavo Niemeyer |
Bug Description
Right now the changelog for each charm shows only the Bazaar revno, but there's no direct correspondence between the bzr revno and the charm revision. Besides the changes mentioned in bug #1046444 to improve the charm revision visibility, it'd be superb to have the change log explicitly mentioning the charm revision corresponding to one or more entries on the change log.
This may be done using the new "digest" field that is being introduced in the charm store specifically to enable this kind of use case. This field holds the Bazaar revision digest for the content that was imported in the store. This bug references the branch implementing this functionality.
Related branches
lp://staging/~niemeyer/juju-core/digest-on-charm-info
- The Go Language Gophers: Pending requested
-
Diff: 50 lines (+7/-4)3 files modifiedcharm/repo.go (+1/-0)
store/server.go (+1/-0)
store/server_test.go (+5/-4)
Changed in juju-core: | |
status: | New → In Progress |
assignee: | nobody → Gustavo Niemeyer (niemeyer) |
milestone: | none → 1.3 |
Changed in juju-core: | |
milestone: | 1.3 → 1.4 |
Changed in juju-core: | |
milestone: | 1.9.1 → 1.9.2 |
Changed in juju-core: | |
milestone: | 1.9.2 → none |
Changed in charmworld: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
Given there is a branch that has been merged for this, marking as fix released. If still a problem, reopen the bug.