Merge lp:~robru/cupstream2distro/readability-cleanup into lp:cupstream2distro

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 701
Merged at revision: 692
Proposed branch: lp:~robru/cupstream2distro/readability-cleanup
Merge into: lp:cupstream2distro
Diff against target: 12 lines (+1/-1)
1 file modified
citrain/merge-clean (+1/-1)
To merge this branch: bzr merge lp:~robru/cupstream2distro/readability-cleanup
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Bruce Park (community) Approve
Review via email: mp+233284@code.launchpad.net

Commit message

Enforce pep8 style in the unit tests.

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

FAILED: Continuous integration, rev:691
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/29/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/29/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:692
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/30/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/30/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:693
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/31/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/31/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:694
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/32/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/32/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:696
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/33/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/33/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:697
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/34/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/34/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:699
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/35/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cu2d-choo-choo-ci/35/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Robert Bruce Park (robru) wrote :

Enabling only for citrain/ directory because I ran out of time to clean up the whole project.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-autolanding/2/
Executed test runs:

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'citrain/merge-clean'
2--- citrain/merge-clean 2014-09-04 02:17:12 +0000
3+++ citrain/merge-clean 2014-09-04 03:18:32 +0000
4@@ -223,7 +223,7 @@
5 packages_in_dest[source] = version
6
7 # check that all packages have reached their destination
8- result = = packagemanager.check_package_reached_destination(
9+ result = packagemanager.check_package_reached_destination(
10 silo_config,
11 packages_in_dest,
12 args.ignoremissingprojects,

Subscribers

People subscribed via source and target branches