public
Description: Continuous Integration. In a Box!
Homepage: http://github.com/thewoolleyman/cinabox/tree/master/README.txt
Clone URL: git://github.com/thewoolleyman/cinabox.git
install openssh-server, openssh-client, and wget.  May not be present on 
some distros.  Suggested by Joe Moore
thewoolleyman (author)
Wed Aug 27 23:41:08 -0700 2008
commit  5c11bd981969d8a63e8d668c7c410dc0617e5c28
tree    5df129b655edd83d0a854e8834965248cfee8a09
parent  470c1947f9e4757a8c0fade8c00f40f4fe78eaf3
...
4
5
6
 
 
7
8
9
...
35
36
37
38
39
 
...
4
5
6
7
8
9
10
11
...
37
38
39
 
40
41
0
@@ -4,6 +4,8 @@ sudo aptitude update
0
 sudo aptitude install -y build-essential
0
 sudo aptitude install -y zlib1g zlib1g-dev
0
 sudo aptitude install -y libssl-dev openssl
0
+sudo aptitude install -y openssh-server openssh-client
0
+sudo aptitude install -y wget
0
 
0
 export RUBY_VERSION=1.8.6-p287
0
 export BUILD_DIR=~/build
0
@@ -35,4 +37,4 @@ sudo ln -s /usr/local/bin/ruby /usr/bin/ruby
0
 # Looking at bootstrap_ruby.sh, I'd encouraging starting with a separate
0
 # --prefix and --program-suffix so it's straightforward to do CI against
0
 # multiple releases (1.8.5p231, 1.8.6p230, 1.8.7p22, 1.9.0p2, ... jruby
0
-# 1.1.2, rbx, ;)
0
\ No newline at end of file
0
+# 1.1.2, rbx, ;)

Comments

    No one has commented yet.