You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2011/07/19 01:42:18 UTC

svn commit: r1148101 - /incubator/deltacloud/trunk/server/bin/deltacloudd

Author: lutter
Date: Mon Jul 18 23:42:17 2011
New Revision: 1148101

URL: http://svn.apache.org/viewvc?rev=1148101&view=rev
Log:
* server/bin/deltacloudd: require yaml; it's needed

Modified:
    incubator/deltacloud/trunk/server/bin/deltacloudd

Modified: incubator/deltacloud/trunk/server/bin/deltacloudd
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/bin/deltacloudd?rev=1148101&r1=1148100&r2=1148101&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/bin/deltacloudd (original)
+++ incubator/deltacloud/trunk/server/bin/deltacloudd Mon Jul 18 23:42:17 2011
@@ -2,6 +2,7 @@
 
 require 'rubygems'
 require 'optparse'
+require 'yaml'
 
 # See if we can require +name+ and return +true+ if the library is there,
 # +false+ otherwise. Note that, as a side effect, the library will be