]> git.mxchange.org Git - payara-vagrant.git/commitdiff
added pre-release URLs
authorMike Croft <backtotheoldhouse@gmail.com>
Sun, 16 Aug 2015 17:57:32 +0000 (18:57 +0100)
committerMike Croft <backtotheoldhouse@gmail.com>
Sun, 16 Aug 2015 17:57:32 +0000 (18:57 +0100)
provision.sh

index 6a9d1626b4d9a1c6666d637dd0e6eacefa459ec3..6247786a0efa99093d64614959d8ff7342d57713 100644 (file)
@@ -46,12 +46,23 @@ case "$PAYARA_VERSION" in
                MULTI_LANGUAGE_FULL=http://bit.ly/1Sk4NKm
                MULTI_LANGUAGE_WEB=http://bit.ly/1H6pcXw
        ;;
+       PRE-RELEASE)
+               # The below links are to the latest successful build
+               FULL=http://payara.co.s3-website-eu-west-1.amazonaws.com/payara-prerelease.zip
+               WEB=http://payara.co.s3-website-eu-west-1.amazonaws.com/payara-web-prerelease.zip
+               MINIMAL=http://payara.co.s3-website-eu-west-1.amazonaws.com/payara-minimal-prerelease.zip
+               MICRO=https://s3-eu-west-1.amazonaws.com/payara.co/payara-micro-prerelease.jar
+               EMBEDDED_FULL=http://payara.co.s3-website-eu-west-1.amazonaws.com/payara-embedded-all-prerelease.jar
+               EMBEDDED_WEB=http://payara.co.s3-website-eu-west-1.amazonaws.com/payara-embedded-web-prerelease.jar
+               MULTI_LANGUAGE_FULL=https://s3-eu-west-1.amazonaws.com/payara.co/payara-ml-prerelease.zip
+               MULTI_LANGUAGE_WEB=https://s3-eu-west-1.amazonaws.com/payara.co/payara-web-ml-prerelease.zip
+       ;;
 \*)
        echo "unknown version number"
 esac
 
 # Payara edition (Full, Web, Micro, etc., from above list)
-PAYARA_ED=$MINIMAL
+PAYARA_ED=$WEB
 
 #
 #