Skip to content

Commit

Permalink
update readme & co
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://phoenix/srv/svn/webistrano/trunk@124 e1153f85-6c6c-dc11-afa8-0013d3c39b19
  • Loading branch information
jweiss committed Aug 3, 2008
1 parent 9064318 commit 29cdc56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,8 @@


SVN SVN


* Update to Capistrano 2.4.3

* Add Recipe versioning with version_fu. Provided by Mathias Meyer * Add Recipe versioning with version_fu. Provided by Mathias Meyer


* Update to Capistrano 2.4.0 * Update to Capistrano 2.4.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Expand Up @@ -2,7 +2,7 @@ This license applies only to the source code and not to the images.
See README.txt See README.txt


/* /*
* Copyright (c) 2007 Jonathan Weiss <jw@innerewut.de> * Copyright (c) 2007-2008 Jonathan Weiss <jw@innerewut.de>
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
Expand Down
3 changes: 2 additions & 1 deletion db/schema.rb
Expand Up @@ -9,7 +9,7 @@
# #
# It's strongly recommended to check this file into your version control system. # It's strongly recommended to check this file into your version control system.


ActiveRecord::Schema.define(:version => 20080621203016) do ActiveRecord::Schema.define(:version => 20080621205235) do


create_table "configuration_parameters", :force => true do |t| create_table "configuration_parameters", :force => true do |t|
t.string "name" t.string "name"
Expand Down Expand Up @@ -74,6 +74,7 @@
t.text "body" t.text "body"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "version", :limit => 11, :default => 1
end end


create_table "recipes_stages", :id => false, :force => true do |t| create_table "recipes_stages", :id => false, :force => true do |t|
Expand Down

0 comments on commit 29cdc56

Please sign in to comment.