Skip to content
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
Merged

Fix ASP.NET #1482

merged 30 commits into from
Apr 4, 2015

Conversation

hamiltont
Copy link
Contributor

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
Copy link
Contributor Author

my travis run

@hamiltont
Copy link
Contributor Author

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

@hamiltont
Copy link
Contributor Author

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
@hamiltont
Copy link
Contributor Author

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 pdonald-aspnet branch April 25, 2015 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants