Skip to content

Commit

Permalink
Don't preinstall old versions of Scala and sbt
Browse files Browse the repository at this point in the history
Note: sbt 0.13.1 is still pre-installed as it is the default version of
the current sbt-extras launcher script.
  • Loading branch information
gildegoma committed May 5, 2014
1 parent c928b3d commit 37208b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
### Current:
### Upcoming:

- ...
- Updated ark cookbook to v0.8.2 (Gilles Cornu)
[not committed yet, just here as an example]


### Production .org 30.04.2014 (Release 7.4.0)
### Production .org ??.05.2014

- Removed older versions of sbt and Scala (Gilles Cornu)


### Production .org 30.04.2014

- Updated virtualenv to 1.11.4 (Donald Stufft)

Expand Down Expand Up @@ -48,7 +54,7 @@
- Support for HHVM nightly (Loïc Frering)


### Production .org 03.01.2014 (Release 7.3.0)
### Production .org 03.01.2014

- Update Perl versions to 5.17.11, 5.18.1 and 5.19.6 (Henrik Hodne)

Expand All @@ -69,7 +75,7 @@
- Upgraded Virtualenv to 1.11.1 (Alex Gaynor)


### Production .org 10.12.2013 (Release 7.2.0)
### Production .org 10.12.2013

- Fix rvm warning that a Ruby version can't be found even though it's available (Josh Kalderimis)

Expand All @@ -82,7 +88,7 @@
- Download Cassandra from Apache archive (Michael Klishin)


### Production .org and .com 29.11.2013 (Release 7.1.0):
### Production .org and .com 29.11.2013

- Update RVM to 1.24.5 (Josh Kalderimis)
This will include updated checksums for Ruby 1.9.3 (p484) and changes to
Expand Down
4 changes: 2 additions & 2 deletions ci_environment/sbt/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
# Pre-install scala/sbt base dependencies in user home (~/.sbt/boot/..., ~/.ivy2/cache/...)
#

default['sbt-extras']['user_setup'][node['travis_build_environment']['user']]['sbt'] = %w{ 0.13.2 0.13.1 0.13.0 0.12.4 0.12.3 0.12.2 0.11.3 0.11.2 }
default['sbt-extras']['user_setup'][node['travis_build_environment']['user']]['scala'] = %w{ 2.11.0 2.10.4 2.10.3 2.10.2 2.9.3 2.9.2 }
default['sbt-extras']['user_setup'][node['travis_build_environment']['user']]['sbt'] = %w{ 0.13.2 0.13.1 0.12.4 }
default['sbt-extras']['user_setup'][node['travis_build_environment']['user']]['scala'] = %w{ 2.11.0 2.10.4 2.9.3 }

0 comments on commit 37208b9

Please sign in to comment.