Merge lp:~robru/cupstream2distro/fix-eatmydata into lp:cupstream2distro

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 796
Merged at revision: 791
Proposed branch: lp:~robru/cupstream2distro/fix-eatmydata
Merge into: lp:cupstream2distro
Diff against target: 17 lines (+9/-1)
1 file modified
chroot-tools/.pbuilderrc (+9/-1)
To merge this branch: bzr merge lp:~robru/cupstream2distro/fix-eatmydata
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
CU2D maintainers Pending
Review via email: mp+239782@code.launchpad.net

Commit message

Disable eatmydata functionality in vivid.

Description of the change

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

PASSED: Continuous integration, rev:791
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/241/
Executed test runs:

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

review: Approve (continuous-integration)
792. By Robert Bruce Park

Testing, testing, this thing on?

793. By Robert Bruce Park

Maybe if I...

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:793
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/242/
Executed test runs:

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

review: Approve (continuous-integration)
794. By Robert Bruce Park

That should just about do it... ?

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:794
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/243/
Executed test runs:

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

review: Approve (continuous-integration)
795. By Robert Bruce Park

Ok last chance...

796. By Robert Bruce Park

And, I give up!

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:796
http://jenkins.qa.ubuntu.com/job/cu2d-choo-choo-ci/244/
Executed test runs:

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

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

Note that jenkins is meaningless because there's no test coverage for this, I've been tinkering with it directly in production instead.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'chroot-tools/.pbuilderrc'
2--- chroot-tools/.pbuilderrc 2014-01-08 10:17:20 +0000
3+++ chroot-tools/.pbuilderrc 2014-10-28 02:11:02 +0000
4@@ -30,4 +30,12 @@
5 # EXTRAPACKAGES is not obeyed by 'cowbuilder --create' but running
6 # 'cowbuilder--update' will happily fix that.
7 EXTRAPACKAGES="eatmydata pbuilder bzr bzr-builddeb"
8-export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/lib/libeatmydata/libeatmydata.so"
9+case $DIST in
10+precise|trusty|utopic)
11+ export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/lib/libeatmydata/libeatmydata.so"
12+ ;;
13+*)
14+ # FIXME: This rubbish is totally broken in Vivid.
15+ #export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/lib/$(dpkg-architecture -a$ARCH -qDEB_HOST_MULTIARCH)/libeatmydata.so"
16+ ;;
17+esac

Subscribers

People subscribed via source and target branches