Merge lp:~cprov/tanuki-continuous-deployer/cd-revno into lp:tanuki-continuous-deployer

Proposed by Celso Providelo
Status: Merged
Approved by: Celso Providelo
Approved revision: 21
Merged at revision: 21
Proposed branch: lp:~cprov/tanuki-continuous-deployer/cd-revno
Merge into: lp:tanuki-continuous-deployer
Diff against target: 11 lines (+1/-0)
1 file modified
cd.py (+1/-0)
To merge this branch: bzr merge lp:~cprov/tanuki-continuous-deployer/cd-revno
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+272258@code.launchpad.net

Commit message

Set logging 'revno' as the mojo-spec/stage bzr revno.

Description of the change

Set logging 'revno' as the mojo-spec/stage bzr revno.

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cd.py'
2--- cd.py 2015-09-04 16:32:12 +0000
3+++ cd.py 2015-09-24 14:41:41 +0000
4@@ -94,6 +94,7 @@
5 'deployment_name': os.path.dirname(args.stage),
6 'deployment_identifier': identifier,
7 'deployment_info': info,
8+ 'revno': spec_revno_dict[args.stage],
9 }
10
11 # stop the line switch

Subscribers

People subscribed via source and target branches

to all changes: