You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/09/05 08:09:05 UTC

git commit: [flex-sdk] [refs/heads/develop] - Updated script to include a run with the latest beta version of the Flash Player and AIR.

Updated Branches:
  refs/heads/develop 9a554d765 -> 8319a96eb


Updated script to include a run with the latest beta version of the Flash Player and AIR.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8319a96e
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8319a96e
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8319a96e

Branch: refs/heads/develop
Commit: 8319a96ebbf83730eeee3207388ef9331c5b0668
Parents: 9a554d7
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Thu Sep 5 08:01:58 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Sep 5 08:01:58 2013 +0200

----------------------------------------------------------------------
 mustella/jenkins.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8319a96e/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index 4758f54..8aacb8e 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -54,7 +54,11 @@ then
    source $VERSIONS_FILE
 fi
 
-# toggle between versions
+# Toggle between versions:
+# 11.1 is the default version
+# 11.7 is the "current long term support" version
+# 11.8 is the latest release
+# 11.9 is the current beta version
 if [ "$FLASH_VERSION" == "11.1" ]
 then
   FLASH_VERSION=11.7
@@ -63,6 +67,10 @@ elif [ "$FLASH_VERSION" == "11.7" ]
 then
   FLASH_VERSION=11.8
   AIR_VERSION=3.8
+elif [ "$FLASH_VERSION" == "11.8" ]
+then
+  FLASH_VERSION=11.9
+  AIR_VERSION=3.9
 else
   FLASH_VERSION=11.1
   AIR_VERSION=3.7