Remove all references to OpenSuse13.2
authorwtgodbe <wigodbe@microsoft.com>
Thu, 16 Feb 2017 22:40:39 +0000 (14:40 -0800)
committerwtgodbe <wigodbe@microsoft.com>
Thu, 16 Feb 2017 22:40:39 +0000 (14:40 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/6b282079e9ced0254e61b3a4ee835249c885713b

src/coreclr/build-test.cmd
src/coreclr/build.sh
src/coreclr/config.json
src/coreclr/init-tools.sh
src/coreclr/src/.nuget/dir.props

index de4ddcc..a214aef 100644 (file)
@@ -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
index bc4adb4..7caaa75 100755 (executable)
@@ -319,9 +319,6 @@ isMSBuildOnNETCoreSupported()
                 "fedora.24-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
-                "opensuse.13.2-x64")
-                    __isMSBuildOnNETCoreSupported=1
-                    ;;
                 "opensuse.42.1-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
index be0b4bd..2d25b6a 100644 (file)
     "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": {
index 9a5c8b3..995e882 100755 (executable)
@@ -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
index bdae27a..8f2e9cb 100644 (file)
@@ -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">