[ARVADOS] updated: 9c3dd1f301b78d556b9d06c81a01c4b4446803ff

git at public.curoverse.com git at public.curoverse.com
Mon Mar 3 14:01:03 EST 2014


Summary of changes:
 .../install-crunch-dispatch.html.textile.liquid    |    8 ++++++++
 sdk/ruby/Gemfile.lock                              |    8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

       via  9c3dd1f301b78d556b9d06c81a01c4b4446803ff (commit)
       via  6c2b15626cff7c94b0727ab6f3eac7dfde56b6ed (commit)
      from  e60990e8ccc42495fb8ec1afe53bb47b1b604866 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9c3dd1f301b78d556b9d06c81a01c4b4446803ff
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Mar 3 14:02:22 2014 -0500

    Added section about installing libwarehouse-perl.

diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid
index f8cc143..4905b45 100644
--- a/doc/install/install-crunch-dispatch.html.textile.liquid
+++ b/doc/install/install-crunch-dispatch.html.textile.liquid
@@ -13,6 +13,14 @@ h4. Perl SDK dependencies
 
 * @apt-get install libjson-perl libwww-perl libio-socket-ssl-perl libipc-system-simple-perl@
 
+Add this to @/etc/apt/sources.list@
+
+ at deb http://git.oxf.freelogy.org/apt wheezy main contrib@
+
+Then
+
+ at apt-get install libwarehouse-perl@
+
 h4. Python SDK dependencies
 
 On controller and all compute nodes:

commit 6c2b15626cff7c94b0727ab6f3eac7dfde56b6ed
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Mar 3 14:02:05 2014 -0500

    Gemfile update using ruby 2.1.1

diff --git a/sdk/ruby/Gemfile.lock b/sdk/ruby/Gemfile.lock
index f76ba44..c71fea0 100644
--- a/sdk/ruby/Gemfile.lock
+++ b/sdk/ruby/Gemfile.lock
@@ -1,18 +1,16 @@
 PATH
   remote: .
   specs:
-    arvados (0.1.20140127093947)
+    arvados (0.1.20140228213600)
       activesupport (>= 3.2.13)
       andand
       google-api-client (~> 0.6.3)
       json (>= 1.7.7)
-      minitest (>= 5.0.0)
-      rake
 
 GEM
   remote: https://rubygems.org/
   specs:
-    activesupport (3.2.16)
+    activesupport (3.2.17)
       i18n (~> 0.6, >= 0.6.4)
       multi_json (~> 1.0)
     addressable (2.3.5)
@@ -56,3 +54,5 @@ PLATFORMS
 
 DEPENDENCIES
   arvados!
+  minitest (>= 5.0.0)
+  rake

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list