remove fedora 23 (#10725)
authorDan Moseley <danmose@microsoft.com>
Fri, 7 Apr 2017 04:28:14 +0000 (21:28 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Fri, 7 Apr 2017 04:28:14 +0000 (21:28 -0700)
* remove fedora 23

* Fedora rename

Documentation/building/linux-instructions.md
build-test.cmd
build.sh
config.json
init-tools.sh
tests/src/Common/build_against_pkg_dependencies/project.json
tests/src/Common/empty/project.json
tests/src/Common/targeting_pack_ref/project.json
tests/src/Common/test_dependencies/project.json
tests/src/Common/test_runtime/project.json
tests/src/TestWrappersConfig/project.json

index ddd4274..b14ab28 100644 (file)
@@ -47,7 +47,7 @@ ellismg@linux:~$ sudo apt-get install cmake llvm-3.5 clang-3.5 lldb-3.6 lldb-3.6
 
 You now have all the required components.
 
-If you are using Fedora 23 or 24, then you will need to install the following packages:
+If you are using Fedora, then you will need to install the following packages:
 
 `$ sudo dnf install llvm cmake clang lldb-devel libunwind-devel lttng-ust-devel libuuid-devel libicu-devel`
 
@@ -61,7 +61,7 @@ Set the maximum number of file-handles
 
 To ensure that your system can allocate enough file-handles for the corefx build run `sysctl fs.file-max`. If it is less than 100000, add `fs.file-max = 100000` to `/etc/sysctl.conf`, and then run `sudo sysctl -p`.
 
-On Fedora 23 or 24:
+On Fedora:
 
 `$ sudo dnf install mono-devel`
 
index b8d68be..785c3cb 100644 (file)
@@ -392,8 +392,8 @@ echo buildagainstpackages: builds tests against restored packages, instead of ag
 echo runtimeid ^<ID^>: Builds a test overlay for the specified OS (Only supported when building against packages). Supported IDs are:
 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     fedora.24-x64: Builds overlay for Fedora 24
+echo     fedora.25-x64: Builds overlay for Fedora 25
 echo     opensuse.42.1-x64: Builds overlay for OpenSUSE 42.1
 echo     osx.10.12-x64: Builds overlay for OSX 10.12
 echo     rhel.7-x64: Builds overlay for RHEL 7 or CentOS
index 76ee105..ae5e436 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -334,10 +334,10 @@ isMSBuildOnNETCoreSupported()
                 "debian.8-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
-                "fedora.23-x64")
+                "fedora.24-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
-                "fedora.24-x64")
+                "fedora.25-x64")
                     __isMSBuildOnNETCoreSupported=1
                     ;;
                 "opensuse.42.1-x64")
index 9d98a2e..64066cb 100644 (file)
     "RuntimeId": {
       "description": "Specifies the OS to build Core_Root for",
       "valueType": "property",
-      "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.42.1-x64", "osx.10.12-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
+      "values": [ "debian.8-x64", "fedora.24-x64", "fedora.25-x64", "opensuse.42.1-x64", "osx.10.12-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
       "defaultValue": "${__RuntimeId}"
     },
     "UpdateDependencies": {
index 995e882..f965583 100755 (executable)
@@ -43,14 +43,14 @@ get_current_linux_name() {
         echo "alpine"
         return 0
     elif [ "$(cat /etc/os-release | grep -cim1 fedora)" -eq 1 ]; then
-        if [ "$(cat /etc/os-release | grep -cim1 23)" -eq 1 ]; then
-            echo "fedora.23"
-            return 0
-        fi
         if [ "$(cat /etc/os-release | grep -cim1 24)" -eq 1 ]; then
             echo "fedora.24"
             return 0
         fi
+        if [ "$(cat /etc/os-release | grep -cim1 25)" -eq 1 ]; then
+            echo "fedora.25"
+            return 0
+        fi
     elif [ "$(cat /etc/os-release | grep -cim1 opensuse)" -eq 1 ]; then
         if [ "$(cat /etc/os-release | grep -cim1 42.1)" -eq 1 ]; then
             echo "opensuse.42.1"
index 1a301e4..b2c5c7d 100644 (file)
@@ -25,7 +25,7 @@
     "centos.7-x64": {},
     "rhel.7-x64": {},
     "debian.8-x64": {},
-    "fedora.23-x64": {},
+    "fedora.24-x64": {},   
     "opensuse.42.1-x64": {},
     "linux-x64": {}
   }
index 719c86d..e1ec3bf 100644 (file)
@@ -14,6 +14,6 @@
     "centos.7-x64": {},
     "rhel.7-x64": {},
     "debian.8-x64": {},
-    "fedora.23-x64": {}
+    "fedora.24-x64": {}
   }
 }
index e0e76a3..ae041c3 100644 (file)
@@ -20,6 +20,6 @@
     "centos.7-x64": {},
     "rhel.7-x64": {},
     "debian.8-x64": {},
-    "fedora.23-x64": {}
+    "fedora.24-x64": {}
   }
 }
index f4be0ca..015922f 100644 (file)
@@ -24,7 +24,7 @@
     "centos.7-x64": {},
     "rhel.7-x64": {},
     "debian.8-x64": {},
-    "fedora.23-x64": {},
+    "fedora.24-x64": {},
     "linux-x64": {}
   }
 }
index 9ec3699..94598a1 100644 (file)
@@ -24,6 +24,6 @@
     "centos.7-x64": {},
     "rhel.7-x64": {},
     "debian.8-x64": {},
-    "fedora.23-x64": {}
+    "fedora.24-x64": {}
   }
 }
index 79354f5..7d8e49e 100644 (file)
@@ -27,6 +27,6 @@
     "centos.7-x64": {},
     "rhel.7-x64": {},
     "debian.8-x64": {},
-    "fedora.23-x64": {}
+    "fedora.24-x64": {}
   }
 }