Permalink
Browse files
Remove all references to OpenSuse13.2
- Loading branch information...
Showing
with
1 addition
and
10 deletions.
-
+0
−1
build-test.cmd
-
+0
−3
build.sh
-
+1
−1
config.json
-
+0
−4
init-tools.sh
-
+0
−1
src/.nuget/dir.props
|
|
@@ -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
|
|
|
|
|
|
@@ -319,9 +319,6 @@ isMSBuildOnNETCoreSupported() |
|
|
"fedora.24-x64")
|
|
|
__isMSBuildOnNETCoreSupported=1
|
|
|
;;
|
|
|
- "opensuse.13.2-x64")
|
|
|
- __isMSBuildOnNETCoreSupported=1
|
|
|
- ;;
|
|
|
"opensuse.42.1-x64")
|
|
|
__isMSBuildOnNETCoreSupported=1
|
|
|
;;
|
|
|
|
|
|
@@ -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": {
|
|
|
|
|
|
@@ -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
|
|
|
|
|
|
@@ -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">
|
|
|
|
0 comments on commit
6b28207