public
Description: Terralien client-side goodness
Clone URL: git://github.com/ntalbott/spacesuit.git
2.3.8
ntalbott (author)
Wed Jul 09 08:10:56 -0700 2008
commit  97cf9eb8758b916ebfa1955e48e043dda077fed8
tree    333eab08def1f4ac1d8b704260c8aea87d758893
parent  8c43ceab8c6f05252bea89fc67dbfb5224a90153
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 2.3.8 / 2008-07-09
0
+
0
+* Create the db directory if it doesn't exist.
0
+
0
 == 2.3.7 / 2008-06-26
0
 
0
 * Add terralien:teardown task that removes app from staging server. (mikehale)
...
1
2
 
3
4
...
1
 
2
3
4
0
@@ -1,3 +1,3 @@
0
 class SpaceSuit
0
- VERSION = '2.3.7'
0
+ VERSION = '2.3.8'
0
 end
0
\ No newline at end of file
...
20
21
22
 
23
24
25
...
20
21
22
23
24
25
26
0
@@ -20,6 +20,7 @@ Capistrano::Configuration.instance.load do
0
     task :post_deploy do
0
       run "ln -nfs #{shared_path}/config/database.yml #{release_path}/config/database.yml"
0
       run "mkdir -p #{release_path}/tmp"
0
+ run "mkdir -p #{release_path}/db"
0
     end
0
     after "deploy:symlink", "terralien:post_deploy"
0
   end

Comments

    No one has commented yet.