Skip to content

Commit

Permalink
Fixes .travis.yml such that pbuilder works
Browse files Browse the repository at this point in the history
* pbuilder has a bug when there are no ubuntu releases in
  /usr/share/distro-data/ubuntu.csv that have not
  been released yet
* This fix just comments out some lines to make it work
* This bug started Oct 29, 2015, the planned release date for 15.10
  • Loading branch information
tnipen committed Nov 2, 2015
1 parent ecdcaa2 commit 90ea858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ env:
before_install:
- sudo apt-get update -qq
- sudo apt-get install pbuilder aptitude ubuntu-dev-tools libgsl0-dev libblas-dev
# Temporary hack to get pbuilder to work
- sudo sed '286,289d' /usr/bin/pbuilder-dist > temp
- sudo mv temp /usr/bin/pbuilder-dist
- sudo chmod a+x /usr/bin/pbuilder-dist
- for CHAR in $(seq 0 9) a b c d e f; do sudo mkdir -p /var/cache/pbuilder/ccache/${CHAR}; done
- pbuilder-dist ${DIST} create --debootstrapopts --variant=buildd
- sudo pip install cpp-coveralls
Expand Down

0 comments on commit 90ea858

Please sign in to comment.