Merge lp:~pedronis/ubuntu-push/revert-rules into lp:ubuntu-push/automatic

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 410
Merged at revision: 410
Proposed branch: lp:~pedronis/ubuntu-push/revert-rules
Merge into: lp:ubuntu-push/automatic
Diff against target: 16 lines (+2/-2)
1 file modified
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~pedronis/ubuntu-push/revert-rules
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+268077@code.launchpad.net

Commit message

revert rules changes

Description of the change

revert rules changes

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/rules'
--- debian/rules 2015-08-12 20:09:23 +0000
+++ debian/rules 2015-08-14 13:12:37 +0000
@@ -12,10 +12,10 @@
12# (should go away once we ship go 1.3)12# (should go away once we ship go 1.3)
13override_dh_auto_test:13override_dh_auto_test:
14 cd $$( find ./ -type d -regex '\./[^/]*/src/launchpad.net' -printf "%h\n" | head -n1) && \14 cd $$( find ./ -type d -regex '\./[^/]*/src/launchpad.net' -printf "%h\n" | head -n1) && \
15 env GOPATH=$$(cd ..; pwd) go test -race -v $$(env GOPATH=$$(cd ..; pwd) go list $(DH_GOPKG)/... | grep -v acceptance | grep -v http13client )15 env GOPATH=$$(cd ..; pwd) go test -v $$(env GOPATH=$$(cd ..; pwd) go list $(DH_GOPKG)/... | grep -v acceptance | grep -v http13client )
1616
17override_dh_install:17override_dh_install:
18 dh_install -Xusr/bin/cmd --fail-missing18 dh_install -Xusr/bin/cmd --fail-missing
1919
20%:20%:
21 dh $@ --buildsystem=golang --with=golang --parallel21 dh $@ --buildsystem=golang --with=golang

Subscribers

People subscribed via source and target branches