Merge lp:~sil/dropping-letters/add-vcs into lp:dropping-letters

Proposed by Stuart Langridge
Status: Needs review
Proposed branch: lp:~sil/dropping-letters/add-vcs
Merge into: lp:dropping-letters
Diff against target: 13 lines (+4/-0)
1 file modified
manifest.json (+4/-0)
To merge this branch: bzr merge lp:~sil/dropping-letters/add-vcs
Reviewer Review Type Date Requested Status
Stuart Langridge Approve
Jenkins Bot continuous-integration Needs Fixing
Zoltan Balogh (community) Approve
Review via email: mp+296814@code.launchpad.net

Commit message

Add x-source.vcs-bzr and x-source.vcs-bzr-revno fields so that the UITK test plan can test Dropping Letters.

Description of the change

Add x-source.vcs-bzr field so that the UITK test plan can test Dropping Letters.

To post a comment you must log in.
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

please add

"vcs-bzr-revno": "last:1"

entry too

review: Needs Fixing
Revision history for this message
Stuart Langridge (sil) wrote :

Added as requested; good advice!

Revision history for this message
Zoltan Balogh (bzoltan) :
review: Approve
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
No commit message was specified in the merge proposal. Hit 'Add commit message' on the merge proposal web page or follow the link below. You can approve the merge proposal yourself to rerun.
https://code.launchpad.net/~sil/dropping-letters/add-vcs/+merge/296814/+edit-commit-message

review: Needs Fixing (continuous-integration)
Revision history for this message
Stuart Langridge (sil) :
review: Approve

Unmerged revisions

71. By Stuart Langridge

Add vcs-bzr-revno with the last:1 syntax, meaning 'get the latest version' (thanks, Zoltan)

70. By Stuart Langridge

Add x-source.vcs-bzr field so that the UITK test plan can test Dropping Letters

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'manifest.json'
--- manifest.json 2015-03-12 12:29:00 +0000
+++ manifest.json 2016-06-08 16:22:11 +0000
@@ -14,5 +14,9 @@
14 "version": "0.1.2.2",14 "version": "0.1.2.2",
15 "x-test": {15 "x-test": {
16 "autopilot": "dropping_letters_app"16 "autopilot": "dropping_letters_app"
17 },
18 "x-source": {
19 "vcs-bzr": "lp:dropping-letters",
20 "vcs-bzr-revno": "last:1"
17 }21 }
18}22}

Subscribers

People subscribed via source and target branches