Merge lp:~milo/linaro-python-dashboard-bundle/tar-repo into lp:linaro-python-dashboard-bundle/linaro-11.11

Proposed by Milo Casagrande
Status: Merged
Merged at revision: 79
Proposed branch: lp:~milo/linaro-python-dashboard-bundle/tar-repo
Merge into: lp:linaro-python-dashboard-bundle/linaro-11.11
Diff against target: 12 lines (+1/-1)
1 file modified
linaro_dashboard_bundle/schemas/dashboard_bundle_format_1.6.json (+1/-1)
To merge this branch: bzr merge lp:~milo/linaro-python-dashboard-bundle/tar-repo
Reviewer Review Type Date Requested Status
Antonio Terceiro Approve
Linaro Validation Team Pending
Review via email: mp+175619@code.launchpad.net

Description of the change

Changes add a "tar" type of "branch_vcs": this is needed to support the ongoing work on lava-tool, sending tar archives to the dispatcher.

The changes here are needed for the validation step at the end of a job execution.

To post a comment you must log in.
Revision history for this message
Antonio Terceiro (terceiro) wrote :

On Thu, Jul 18, 2013 at 04:02:25PM -0000, Milo Casagrande wrote:
> You have been requested to review the proposed merge of lp:~milo/linaro-python-dashboard-bundle/tar-repo into lp:linaro-python-dashboard-bundle.
>
> For more details, see:
> https://code.launchpad.net/~milo/linaro-python-dashboard-bundle/tar-repo/+merge/175619
>
> Changes add a "tar" type of "branch_vcs": this is needed to support the ongoing work on lava-tool, sending tar archives to the dispatcher.
>
> The changes here are needed for the validation step at the end of a job execution.

easy enough

 review approve

--
Antonio Terceiro
Software Engineer - Linaro
http://www.linaro.org

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'linaro_dashboard_bundle/schemas/dashboard_bundle_format_1.6.json'
--- linaro_dashboard_bundle/schemas/dashboard_bundle_format_1.6.json 2013-03-21 11:29:31 +0000
+++ linaro_dashboard_bundle/schemas/dashboard_bundle_format_1.6.json 2013-07-18 16:00:39 +0000
@@ -300,7 +300,7 @@
300 },300 },
301 "branch_vcs": {301 "branch_vcs": {
302 "type": "string",302 "type": "string",
303 "enum": ["bzr", "git", "svn"]303 "enum": ["bzr", "git", "svn", "tar"]
304 },304 },
305 "branch_url": {305 "branch_url": {
306 "type": "string"306 "type": "string"

Subscribers

People subscribed via source and target branches