summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-test.cmd1
-rwxr-xr-xbuild.sh3
-rw-r--r--config.json2
-rwxr-xr-xinit-tools.sh4
-rw-r--r--src/.nuget/dir.props1
5 files changed, 1 insertions, 10 deletions
diff --git a/build-test.cmd b/build-test.cmd
index de4ddccb36..a214aef657 100644
--- a/build-test.cmd
+++ b/build-test.cmd
@@ -370,7 +370,6 @@ echo alpine.3.4.3-x64: Builds overlay for Alpine 3.4.3
echo debian.8-x64: Builds overlay for Debian 8
echo fedora.23-x64: Builds overlay for Fedora 23
echo fedora.24-x64: Builds overlay for Fedora 23
-echo opensuse.13.2-x64: Builds overlay for OpenSUSE 13.2
echo opensuse.42.1-x64: Builds overlay for OpenSUSE 42.1
echo osx.10.10-x64: Builds overlay for OSX 10.10
echo rhel.7-x64: Builds overlay for RHEL 7 or CentOS
diff --git a/build.sh b/build.sh
index bc4adb43df..7caaa75761 100755
--- a/build.sh
+++ b/build.sh
@@ -319,9 +319,6 @@ isMSBuildOnNETCoreSupported()
"fedora.24-x64")
__isMSBuildOnNETCoreSupported=1
;;
- "opensuse.13.2-x64")
- __isMSBuildOnNETCoreSupported=1
- ;;
"opensuse.42.1-x64")
__isMSBuildOnNETCoreSupported=1
;;
diff --git a/config.json b/config.json
index be0b4bd121..2d25b6a013 100644
--- a/config.json
+++ b/config.json
@@ -303,7 +303,7 @@
"RuntimeId": {
"description": "Specifies the OS to build Core_Root for",
"valueType": "property",
- "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.13.2-x64", "opensuse.42.1-x64", "osx.10.10-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
+ "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.42.1-x64", "osx.10.10-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
"defaultValue": "${__RuntimeId}"
},
"UpdateDependencies": {
diff --git a/init-tools.sh b/init-tools.sh
index 9a5c8b32b2..995e882461 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -52,10 +52,6 @@ get_current_linux_name() {
return 0
fi
elif [ "$(cat /etc/os-release | grep -cim1 opensuse)" -eq 1 ]; then
- if [ "$(cat /etc/os-release | grep -cim1 13.2)" -eq 1 ]; then
- echo "opensuse.13.2"
- return 0
- fi
if [ "$(cat /etc/os-release | grep -cim1 42.1)" -eq 1 ]; then
echo "opensuse.42.1"
return 0
diff --git a/src/.nuget/dir.props b/src/.nuget/dir.props
index bdae27a40a..8f2e9cb82d 100644
--- a/src/.nuget/dir.props
+++ b/src/.nuget/dir.props
@@ -89,7 +89,6 @@
<OfficialBuildRID Include="fedora.23-x64" />
<OfficialBuildRID Include="fedora.24-x64" />
<OfficialBuildRID Include="linux-x64" />
- <OfficialBuildRID Include="opensuse.13.2-x64" />
<OfficialBuildRID Include="opensuse.42.1-x64" />
<OfficialBuildRID Include="rhel.7-x64" />
<OfficialBuildRID Include="tizen.4.0.0-armel">