projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91c1eb8
)
Follow the osmorg-taginfo-live tag for osmium and taginfo
author
Tom Hughes
<tom@compton.nu>
Mon, 17 Feb 2014 17:42:47 +0000
(17:42 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 17 Feb 2014 17:43:03 +0000
(17:43 +0000)
cookbooks/taginfo/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/taginfo/recipes/default.rb
b/cookbooks/taginfo/recipes/default.rb
index 9013c33ae2db0ec22194e3ec9717dd04f01e7cd8..2faafad1caaa8a902370859197acc6fcc370e45e 100644
(file)
--- a/
cookbooks/taginfo/recipes/default.rb
+++ b/
cookbooks/taginfo/recipes/default.rb
@@
-89,7
+89,7
@@
node[:taginfo][:sites].each do |site|
git "#{directory}/osmium" do
action :sync
repository "git://github.com/joto/osmium.git"
- revision "
master
"
+ revision "
osmorg-taginfo-live
"
user "taginfo"
group "taginfo"
end
@@
-97,7
+97,7
@@
node[:taginfo][:sites].each do |site|
git "#{directory}/taginfo" do
action :sync
repository "git://github.com/joto/taginfo.git"
- revision "
master
"
+ revision "
osmorg-taginfo-live
"
user "taginfo"
group "taginfo"
end