public
Description: A bleeding-edge package manager.
Homepage: http://roastbeef.rubyforge.org
Clone URL: git://github.com/technomancy/roast-beef.git
apt-get package is called subversion, not svn
technomancy (author)
Fri Mar 14 20:21:50 -0700 2008
commit  f407de7c6a7cce66659817de6cb550a3a2a20751
tree    7a2e01d10a5a3343b04bb9f803b31d07b7381e98
parent  af53e15704b11321fb28a98e41216ca17fe591b7
...
15
16
17
 
18
19
 
20
21
22
...
15
16
17
18
19
 
20
21
22
23
0
@@ -15,8 +15,9 @@ module RoastBeef
0
   class AptGet < PackageManager
0
     class << self
0
       # TODO: this seems to run when it's not necessary
0
+ # TODO: failure here should raise an error!
0
       def setup
0
- system "sudo apt-get install cvs svn git-core bzr build-essential autoconf"
0
+ system "sudo apt-get install cvs subversion git-core bzr build-essential autoconf"
0
       end
0
     
0
       def install_dependencies(prereqs)

Comments

    No one has commented yet.