Skip to content

Commit

Permalink
10 0 0 (#135)
Browse files Browse the repository at this point in the history
* updated dependencies

* updated to support 9.1

* updated checksums for 9.1 dev builds

* updated checksums for 9.1 dev builds

* updated checksums for 9.1 dev builds

* adding some debugging

* testing previous release

* testing back to 9.1

* Removing debug trace lines

* testing 7.9

* testing 8.0

* testing network=sugar81_default

* testing network=sugar81_default v 8.2

* testing network=sugar81_default v 8.0

* testing network=sugar81_default v 9.0

* testing remoevd runpostmantests

* testing remoevd runpostmantests v=8.0

* Updating for Sugar 9.3

* Trying to simplify the scripts

* Grabbing Sugar build from Developer Builds in Community

* Updated 9.3 Checksums

* Updated dnld path and chksums for 9.x builds

* Removed all 8.x references

* Corrected a checksum

* Corrected a checksum again

* Testing 9.2 with Travis CI

* Corrected a checksum for 9.2

* Corrected a checksum for 9.2

* Testing 9.1 with Travis CI

* Testing 9.0 with Travis CI

* Corrected a checksum for 9.0

* Corrected a checksum for 9.0

* Put 9.3 back as env vars

* Updating travis file for 10.0.0

* Updating paths for 10.0.0

* Updating checksums

* Updating checksums

* Updating checksums again

* Updating checksums again

* Updating checksums again

* Updating checksums again

* Updating checksums again

* Updating checksums again

Co-authored-by: Matt Marum <mmarum@sugarcrm.com>
  • Loading branch information
mshaheen-sugarcrm and mmarum-sugarcrm committed Apr 22, 2020
1 parent 85dc8a8 commit 09f11ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
services:
- docker
env:
- SUGAR_VERSION=9.3 SUGAR_EDITION=Ent
- SUGAR_VERSION=10.0 SUGAR_EDITION=Ent
before_script:
- cd package
- composer install
Expand All @@ -47,7 +47,7 @@ jobs:
services:
- docker
env:
- SUGAR_VERSION=9.3 SUGAR_EDITION=Pro
- SUGAR_VERSION=10.0 SUGAR_EDITION=Pro
before_script:
- cd package
- composer install
Expand Down
13 changes: 13 additions & 0 deletions scripts/GetCopyOfSugar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ sugarVersion_9_0="9.0"
sugarVersion_9_1="9.1"
sugarVersion_9_2="9.2"
sugarVersion_9_3="9.3"
sugarVersion_10_0="10.0"

sugarEdition_Ent="Ent"
sugarEdition_Pro="Pro"
Expand Down Expand Up @@ -285,6 +286,18 @@ then
downloadUrl="https://community.sugarcrm.com/servlet/JiveServlet/downloadBody/7075-102-1-10848/SugarPro-9.3.0-dev.1.zip"
expectedChecksum="de364d6025ae6697ee6931dbc0e2fff030b2c396"

elif [[ "$sugarName" == "Sugar$sugarEdition_Ent-$sugarVersion_10_0" ]]
then
authenticateToDevBuildsCommunity
downloadUrl="https://community.sugarcrm.com/servlet/JiveServlet/downloadBody/7250-102-1-11294/SugarEnt-10.0.0-dev.1.zip"
expectedChecksum="dae58ae7423d6efb8f40f233e7b262b0ece91bc1"

elif [[ "$sugarName" == "Sugar$sugarEdition_Pro-$sugarVersion_10_0" ]]
then
authenticateToDevBuildsCommunity
downloadUrl="https://community.sugarcrm.com/servlet/JiveServlet/downloadBody/7273-102-1-11297/SugarPro-10.0.0-dev.1.zip"
expectedChecksum="8a2d6ca94d07333ee22143627f2a72edb867683e"

else
echo "Unable to find Sugar download URL for $sugarName"
exit 1
Expand Down

0 comments on commit 09f11ca

Please sign in to comment.