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
diff --git a/.pmr-merge-hook b/.pmr-merge-hook
0new file mode 1007550new file mode 100755
index 0000000..9c894b0
--- /dev/null
+++ b/.pmr-merge-hook
@@ -0,0 +1,8 @@
1#!/bin/sh
2
3set -e
4
5git clone https://git.launchpad.net/~checkbox-dev/checkbox/+git/support
6time -o timing.dat ./support/test-in-lxc.sh
7echo "Complete test time:"
8cat timing.dat
diff --git a/requirements/deb-core.txt b/requirements/deb-core.txt
0new file mode 1006449new file mode 100644
index 0000000..e26bc74
--- /dev/null
+++ b/requirements/deb-core.txt
@@ -0,0 +1,2 @@
1plainbox
2plainbox-provider-checkbox
diff --git a/requirements/repo-core.txt b/requirements/repo-core.txt
0new file mode 1006443new file mode 100644
index 0000000..9865f44
--- /dev/null
+++ b/requirements/repo-core.txt
@@ -0,0 +1 @@
1checkbox-dev/ppa

Subscribers

People subscribed via source and target branches