Merge lp:~mzanetti/unity8/fix-commithook into lp:unity8

Proposed by Michael Zanetti
Status: Merged
Approved by: Albert Astals Cid
Approved revision: 780
Merged at revision: 817
Proposed branch: lp:~mzanetti/unity8/fix-commithook
Merge into: lp:unity8
Diff against target: 12 lines (+1/-1)
1 file modified
.bazaar/plugins/makecheck_unity_phablet.py (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/unity8/fix-commithook
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+212475@code.launchpad.net

Commit message

make the "make test" commit hook work again

Description of the change

 * Are there any related MPs required for this MP to build/function as expected? Please list.

N/A

 * Did you perform an exploratory manual test run of your code change and any related functionality?

Yes

 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?

N/A

 * If you changed the UI, has there been a design review?

N/A

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:780
http://jenkins.qa.ubuntu.com/job/unity8-ci/2610/
Executed test runs:
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-trusty/4189
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-trusty-touch/3773
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-trusty/1480
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-trusty-amd64-ci/1131
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-trusty-armhf-ci/1135
        deb: http://jenkins.qa.ubuntu.com/job/unity8-trusty-armhf-ci/1135/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-trusty-i386-ci/1131
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-trusty/3642
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-trusty-amd64/4258
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-trusty-amd64/4258/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-trusty-armhf/3775
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-trusty-armhf/3775/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/6073
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/5134

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/unity8-ci/2610/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Albert Astals Cid (aacid) wrote :

Shows how much we use this ^_^

* Did you perform an exploratory manual test run of the code change and any related functionality?
Yes

* Did CI run pass? If not, please explain why.
No, doesn't matter, unrelated

review: Approve
Revision history for this message
Michael Zanetti (mzanetti) wrote :

> Shows how much we use this ^_^

I actually use it all the time. Thing is, when we moved the QML it silently failed and I only noticed it when being slapped by jenkins and debuild failing on the whitespace test after working for an hour.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bazaar/plugins/makecheck_unity_phablet.py'
2--- .bazaar/plugins/makecheck_unity_phablet.py 2013-06-28 21:06:13 +0000
3+++ .bazaar/plugins/makecheck_unity_phablet.py 2014-03-24 16:24:47 +0000
4@@ -18,7 +18,7 @@
5 from bzrlib.urlutils import dirname, local_path_from_url
6
7 def execute_makecheck(local_branch, master_branch, old_revision_number, old_revision_id, future_revision_number, future_revision_id, tree_delta, future_tree):
8- if not master_branch.basis_tree().has_filename("Shell.qml"):
9+ if not master_branch.basis_tree().has_filename("qml/Shell.qml"):
10 return
11
12 os.chdir(local_path_from_url(master_branch.base))

Subscribers

People subscribed via source and target branches