dotnet-installer/scripts
Nate Amundson c3e6994728 Fix yum package conflict in Docker image
When running the CLI builds on the new build agents, the CentOS
build failed with the following error:

2017-01-26T20:39:30.0800810Z Step 4 : RUN yum -q -y install unzip libunwind gettext libcurl-devel openssl-devel zlib libicu-devel
2017-01-26T20:39:30.3020500Z  ---> Running in 97affb106685
2017-01-26T20:39:40.3872390Z Error: libselinux conflicts with fakesystemd-1-17.el7.centos.noarch

Swapping the the "fakesystemd" package with the real "systemd" package
fixed the issue, which was recommended in http://stackoverflow.com/a/36632668.

This issue hasn't been seen on the official builds because the build
agents in that pool have the Docker image cached, and they are using an
older version of the centos:7.1.1503 image which appears not to have
this issue.
2017-01-26 12:47:08 -08:00
..
clean Bump CoreFx to rc2-23808 2016-02-09 15:49:45 -08:00
common Fix syntax error in _common.sh 2016-05-31 15:15:57 -07:00
docker Fix yum package conflict in Docker image 2017-01-26 12:47:08 -08:00
obtain - Never check agains username, that's bad practice. Always use effective UID (#4894) 2016-12-04 12:17:03 -08:00
publish Debian package and publish changes 2016-03-08 23:33:18 +00:00
dev-dotnet.ps1 Update dotnet-build to produce portable layout 2016-03-08 11:46:15 -08:00
dev-dotnet.sh Eliminate dead code and most relative paths 2015-12-29 02:34:10 -08:00
dockerrun.sh Updating the version of msbuild to 15.1.0-preview-000516-03 (#5266) 2017-01-11 01:49:22 -08:00
unuse-dev.ps1 Clean up build scripts 2015-12-29 01:59:02 -08:00
use-dev.ps1 Make dotnet cli portable 2016-03-28 19:16:02 -07:00