Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clean up the lxc building in travis #327
Conversation
|
I want to clean up the things that I left pending on the travis file. This is going to be a slow task, so please ignore for now. |
|
Bug in commit? Or just an experiment? |
|
Started as an experiment, mutated to reduce the deps. Let me report a bug. |
|
rebase! |
kyrofa
reviewed
Mar 1, 2016
| # Mount the repository directory in the container. | ||
| - sudo lxc config device add xenial /dev/sda1 disk source=$(pwd) path=$(pwd) | ||
| # Install the snapcraft dependencies. | ||
| - sudo lxc exec xenial -- apt-get update | ||
| - - sudo lxc exec xenial -- apt-get install -y lxd pyflakes python-flake8 python3.5 python3-apt python3-docopt python3-coverage python3-fixtures python3-flake8 python3-jsonschema python3-mccabe python3-mock python3-pep8 python3-pexpect python3-pip python3-requests python3-requests-oauthlib python3-responses python3-ssoclient python3-testscenarios python3-testtools python3-xdg python3-yaml python3-lxml squashfs-tools python3-progressbar python3-requests-toolbelt python3-petname | ||
| + - sudo lxc exec xenial -- apt-get install -y devscripts equivs | ||
| + - sudo lxc exec xenial -- mk-build-deps --install --tool "apt-get -y" --build-dep $(pwd)/debian/control |
|
Yeah looks good to me |
added a commit
that referenced
this pull request
Mar 1, 2016
kyrofa
merged commit 4f342a6
into
snapcore:master
Mar 1, 2016
elopio
deleted the
elopio:clean-travis-lxc
branch
Mar 1, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
pushed a commit
to kalikiana/snapcraft
that referenced
this pull request
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
elopio commentedFeb 18, 2016
No description provided.