New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ASP.NET #1482

Merged
merged 30 commits into from Apr 4, 2015

Conversation

Projects
None yet
2 participants
@hamiltont
Contributor

hamiltont commented Apr 3, 2015

Replaces #1287

Introduces a new function fw_apt_to_iroot that uses apt-get to download a deb file, and dpkg -x to extract it, all without using sudo. See #1479

Using this method we can download the latest available binaries for mono

Humorously (after the intense discussion over sudo in #1287) this actually uses sudo, but only for adding the package repository to apt's list of package locations, which is a pretty innocuous change to the base OS. Perhaps a later version of the fw_apt_to_iroot function can find a way to use a package repo without using sudo to add it to /etc/apt/sources.list.d/

@hamiltont

This comment has been minimized.

Show comment
Hide comment
@hamiltont
Contributor

hamiltont commented Apr 3, 2015

@hamiltont

This comment has been minimized.

Show comment
Hide comment
@hamiltont

hamiltont Apr 3, 2015

Contributor

Travis passed, except for mongodb (which failed to start as shown by mongodb: is _NO_ GO!: ERROR: [Errno 111] Connection refused).

Contributor

hamiltont commented Apr 3, 2015

Travis passed, except for mongodb (which failed to start as shown by mongodb: is _NO_ GO!: ERROR: [Errno 111] Connection refused).

@hamiltont

This comment has been minimized.

Show comment
Hide comment
@hamiltont

hamiltont Apr 3, 2015

Contributor

ping @pdonald - in case you have any remaining feedback

Contributor

hamiltont commented Apr 3, 2015

ping @pdonald - in case you have any remaining feedback

hamiltont added a commit that referenced this pull request Apr 4, 2015

@hamiltont hamiltont merged commit 59132b8 into TechEmpower:master Apr 4, 2015

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
@hamiltont

This comment has been minimized.

Show comment
Hide comment
@hamiltont

hamiltont Apr 4, 2015

Contributor

Last travis shows full green on aspnet except for what I think is a spurious failure on aspnet-mono-mysql-entityframework's fortunes (which have PASSed multiple times before). Merging as better than current

Contributor

hamiltont commented Apr 4, 2015

Last travis shows full green on aspnet except for what I think is a spurious failure on aspnet-mono-mysql-entityframework's fortunes (which have PASSed multiple times before). Merging as better than current

@hamiltont hamiltont deleted the hamiltont:pdonald-aspnet branch Apr 25, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment