public
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/mbailey/deprec.git
Added recipes and templates for setting up an apt mirror.

If you're installing a lot of ubuntu instances you can save
some bandwidth by using a local mirror to install and update
from.

The problem (for us bandwidth deprived Aussies at least) is
that a mirror can easily be 45GB. This would cost $450 to
download at our datacentre. I downloaded using a home ADSL
connection and took it to the datacentre on a USB drive.

It's super fast to install extra packages now from my local
apt-mirror. It syncs up each night.
mbailey (author)
Thu Sep 04 06:55:21 -0700 2008
commit  0fae3cc4217699ba7b913e310f8ff4e442ff7685
tree    a865058776780d2ee315adf5fbc4451ca72c70ac
parent  5652cbd8aa1364a7da535516766da5dd8dd3b489
...
1
 
2
 
 
3
4
5
...
 
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
-== SVN
0
+== git
0
  
0
+* Restricted tasks to roles. [mbailey]
0
+  http://github.com/mbailey/deprec/commit/d103dda7ee3f7696007d230c76c7739dd57115ec
0
 
0
 == 1.99.27 (August 27, 2008)
0
 
...
32
33
34
 
35
36
37
...
32
33
34
35
36
37
38
0
@@ -32,6 +32,7 @@ require "#{File.dirname(__FILE__)}/recipes/sphinx"
0
 require "#{File.dirname(__FILE__)}/recipes/logrotate"
0
 require "#{File.dirname(__FILE__)}/recipes/utils"
0
 require "#{File.dirname(__FILE__)}/recipes/git"
0
+require "#{File.dirname(__FILE__)}/recipes/apt"
0
 # require "#{File.dirname(__FILE__)}/recipes/pdns"
0
 require "#{File.dirname(__FILE__)}/recipes/gitosis"
0
 require "#{File.dirname(__FILE__)}/recipes/ar_sendmail"

Comments