Merge ~sylvain-pineau/plainbox-provider-certification-client:pmr_hook into plainbox-provider-certification-client:master

Proposed by Sylvain Pineau
Status: Merged
Merged at revision: bb74201af97137e1072b61b3296cdd896bfc83fb
Proposed branch: ~sylvain-pineau/plainbox-provider-certification-client:pmr_hook
Merge into: plainbox-provider-certification-client:master
Diff against target: 29 lines (+11/-0)
3 files modified
.pmr-merge-hook (+8/-0)
requirements/deb-core.txt (+2/-0)
requirements/repo-core.txt (+1/-0)
Reviewer Review Type Date Requested Status
Sylvain Pineau Needs Fixing
Review via email: mp+305519@code.launchpad.net

Description of the change

New pmr hook to run the provider validation before merging new code

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

The merge was fine but running tests failed.

review: Needs Fixing
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

The merge was fine but running tests failed.

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.pmr-merge-hook b/.pmr-merge-hook
2new file mode 100755
3index 0000000..9c894b0
4--- /dev/null
5+++ b/.pmr-merge-hook
6@@ -0,0 +1,8 @@
7+#!/bin/sh
8+
9+set -e
10+
11+git clone https://git.launchpad.net/~checkbox-dev/checkbox/+git/support
12+time -o timing.dat ./support/test-in-lxc.sh
13+echo "Complete test time:"
14+cat timing.dat
15diff --git a/requirements/deb-core.txt b/requirements/deb-core.txt
16new file mode 100644
17index 0000000..e26bc74
18--- /dev/null
19+++ b/requirements/deb-core.txt
20@@ -0,0 +1,2 @@
21+plainbox
22+plainbox-provider-checkbox
23diff --git a/requirements/repo-core.txt b/requirements/repo-core.txt
24new file mode 100644
25index 0000000..9865f44
26--- /dev/null
27+++ b/requirements/repo-core.txt
28@@ -0,0 +1 @@
29+checkbox-dev/ppa

Subscribers

People subscribed via source and target branches