public
Fork of wycats/merb-more
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myobie/merb-more.git
add more text to error message to help explain to users why freezing with 
submodules might be failing
jackdempsey (author)
Sun Jun 08 01:23:30 -0700 2008
commit  99bbf02bc9d9475b41cf18cdb40deadee929a3d0
tree    ad154774750efa913d72c8c3e3a1486ea78c3edb
parent  dff0c2a05462706d2bea7dfbea59478e0a66310c
...
45
46
47
48
 
49
50
51
...
45
46
47
 
48
49
50
51
0
@@ -45,7 +45,7 @@ module FreezerMode
0
         `git-submodule init`
0
       else
0
         # Should this instead be a raise?
0
- $stderr.puts("ERROR: unable to create submodule for #{@component} - you might want to freeze using MODE=rubygems")
0
+ $stderr.puts("ERROR: unable to create submodule for #{@component} - you might want to freeze using MODE=rubygems (make sure the current project has a git repository)")
0
       end
0
     end
0
   end

Comments

    No one has commented yet.