public
Fork of mbailey/deprec
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/paulreimer/deprec.git
Moved version number into own file
Updated manifest.txt


git-svn-id: svn://scm.deprecated.org/deprec/trunk@183 
479ab18a-db23-0410-b897-fa3724b950b0
drnic (author)
Thu Nov 22 18:19:28 -0800 2007
commit  038abb5057e1a1ef5ad40cd7dcf8ae478cf46a98
tree    81785a3d6d56949f55017892e64fba33787048be
parent  ade0baa13d8b839681f628187bb1d7b0deb171f1
...
13
14
15
 
16
17
18
...
23
24
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
27
28
...
44
45
46
 
47
48
49
50
51
52
53
54
55
56
 
 
57
58
59
...
63
64
65
66
67
 
68
69
70
 
71
72
73
...
84
85
86
 
 
 
 
 
 
87
...
13
14
15
16
17
18
19
...
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
...
79
80
81
82
83
84
85
86
 
87
88
 
 
 
89
90
91
92
93
...
97
98
99
 
 
100
101
102
103
104
105
106
107
...
118
119
120
121
122
123
124
125
126
127
0
@@ -13,6 +13,7 @@ docs/README.slicehost
0
 docs/ROADMAP.txt
0
 docs/building_edge_capistrano.txt
0
 docs/deprec_banner.gif
0
+docs/no_soup_for_you.txt
0
 docs/notes.txt
0
 docs/notes_on_each_app/apache.txt
0
 docs/notes_on_each_app/mongrel.txt
0
@@ -23,6 +24,40 @@ docs/notes_on_each_app/postgres.txt
0
 docs/notes_on_each_app/subversion.txt
0
 docs/notes_on_each_app/trac.txt
0
 docs/the_CRUD_of_system_administraion.txt
0
+gem_plugins/deprec_ubuntu/COPYING
0
+gem_plugins/deprec_ubuntu/LICENSE
0
+gem_plugins/deprec_ubuntu/README
0
+gem_plugins/deprec_ubuntu/Rakefile
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/init.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/apache.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/cache_svn.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/memcache.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/mongrel.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/nginx.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/php.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/postfix.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/postgres.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/rails.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/recipes.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/ruby.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/ssh.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/subversion.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/trac.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/ubuntu.rb
0
+gem_plugins/deprec_ubuntu/lib/deprec_ubuntu/recipes/vmware.rb
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1.gem
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1.tgz
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/COPYING
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/LICENSE
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/README
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/Rakefile
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/lib/deprec_ubuntu/init.rb
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/lib/deprec_ubuntu/recipes.rb
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/resources/defaults.yaml
0
+gem_plugins/deprec_ubuntu/pkg/deprec_ubuntu-0.1/tools/rakehelp.rb
0
+gem_plugins/deprec_ubuntu/resources/defaults.yaml
0
+gem_plugins/deprec_ubuntu/tools/rakehelp.rb
0
 lib/deprec.rb
0
 lib/deprec/capistrano_extensions/deprec2_extensions.rb
0
 lib/deprec/generators/deprec/USAGE
0
@@ -44,16 +79,15 @@ lib/deprec/recipes/postfix.rb
0
 lib/deprec/recipes/postgres.rb
0
 lib/deprec/recipes/rails.rb
0
 lib/deprec/recipes/ruby.rb
0
+lib/deprec/recipes/sources.rb
0
 lib/deprec/recipes/ssh.rb
0
 lib/deprec/recipes/subversion.rb
0
 lib/deprec/recipes/trac.rb
0
 lib/deprec/recipes/ubuntu.rb
0
-lib/deprec/capistrano_extensions/deprec2_extensions.rb
0
 lib/deprec/recipes/user.rb
0
 lib/deprec/recipes/vmware.rb
0
-lib/deprec/templates/apache/httpd-ssl.conf.erb
0
-lib/deprec/templates/apache/httpd.conf.erb
0
-lib/deprec/templates/memcached.conf.d.erb
0
+lib/deprec/templates/apache/httpd-vhost-app.conf.erb
0
+lib/deprec/templates/deprec/caprc.erb
0
 lib/deprec/templates/mongrel/mongrel_cluster.logrotate.d
0
 lib/deprec/templates/mongrel/mongrel_cluster.yml
0
 lib/deprec/templates/monit/mongrel.erb
0
@@ -63,11 +97,11 @@ lib/deprec/templates/mysql/database.yml.prod
0
 lib/deprec/templates/mysql/database.yml.stage
0
 lib/deprec/templates/mysql/sphinx.conf.prod
0
 lib/deprec/templates/mysql/sphinx.conf.stage
0
-lib/deprec/templates/nginx/nginx
0
-lib/deprec/templates/nginx/nginx.conf
0
+lib/deprec/templates/nginx/nginx.conf-gutsy.erb
0
 lib/deprec/templates/nginx/nginx.logrotate.d
0
 lib/deprec/templates/postfix/postfix_main.conf
0
 lib/deprec/templates/subversion/svn.apache.vhost.erb
0
+lib/deprec/templates/trac/apache_vhost.conf.erb
0
 lib/deprec/templates/trac/trac.ini.erb
0
 lib/deprec/templates/trac/trac_deprec.png
0
 lib/deprec/templates/trac/tracd-init.erb
0
@@ -84,4 +118,10 @@ lib/deprec/third_party/vmbuilder/plugins.rb
0
 lib/deprec/third_party/vmbuilder/plugins/apt.rb
0
 lib/deprec/third_party/vmbuilder/plugins/gem.rb
0
 lib/deprec/third_party/vmbuilder/plugins/std.rb
0
+lib/deprec/version.rb
0
+lib/deprec/vmbuilder_plugins/all.rb
0
+lib/deprec/vmbuilder_plugins/apt.rb
0
+lib/deprec/vmbuilder_plugins/emerge.rb
0
+lib/deprec/vmbuilder_plugins/gem.rb
0
+lib/deprec/vmbuilder_plugins/std.rb
0
 test/test_deprec.rb
...
2
3
4
5
 
 
6
7
8
...
2
3
4
 
5
6
7
8
9
0
@@ -2,7 +2,8 @@
0
 
0
 require 'rubygems'
0
 require 'hoe'
0
-require './lib/deprec.rb'
0
+$:.unshift(File.dirname(__FILE__) + "/lib")
0
+require 'deprec/version'
0
 
0
 Hoe.new('deprec', Deprec::VERSION) do |p|
0
   p.rubyforge_name = 'deprec'
...
1
2
3
4
5
6
7
...
 
 
 
 
1
2
3
0
@@ -1,7 +1,3 @@
0
-class Deprec
0
- VERSION = '1.10.0'
0
-end
0
-
0
 unless Capistrano::Configuration.respond_to?(:instance)
0
   abort "deprec2 requires Capistrano 2"
0
 end

Comments

    No one has commented yet.