Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix ASP.NET #1482
Conversation
pdonald
and others
added some commits
Dec 22, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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).
|
Travis passed, except for mongodb (which failed to start as shown by |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
ping @pdonald - in case you have any remaining feedback |
added a commit
that referenced
this pull request
Apr 4, 2015
hamiltont
merged commit 59132b8
into
TechEmpower:master
Apr 4, 2015
1 check failed
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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
|
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 commentedApr 3, 2015
Replaces #1287
Introduces a new function
fw_apt_to_irootthat usesapt-getto download a deb file, anddpkg -xto extract it, all without using sudo. See #1479Using 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_irootfunction can find a way to use a package repo without using sudo to add it to/etc/apt/sources.list.d/