projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c73d0
)
Use 'live' tag for deployed revision.
author
Matt Amos
<zerebubuth@gmail.com>
Sun, 21 Dec 2014 18:59:57 +0000
(18:59 +0000)
committer
Matt Amos
<zerebubuth@gmail.com>
Wed, 31 Dec 2014 14:10:06 +0000
(14:10 +0000)
cookbooks/planet/recipes/tilelog.rb
patch
|
blob
|
history
diff --git
a/cookbooks/planet/recipes/tilelog.rb
b/cookbooks/planet/recipes/tilelog.rb
index 81597f3ef120aade0f9462444f762f96788ba5ed..30c281f88001a896871b56109ba25579cd55eaac 100644
(file)
--- a/
cookbooks/planet/recipes/tilelog.rb
+++ b/
cookbooks/planet/recipes/tilelog.rb
@@
-35,7
+35,7
@@
tilelog_output_directory = node[:planet][:tilelog][:output_directory]
git tilelog_source_directory do
action :sync
repository "https://github.com/zerebubuth/openstreetmap-tile-analyze.git"
- revision "
HEAD
"
+ revision "
live
"
user "www-data"
group "www-data"
notifies :run, "execute[tilelog-autogen]", :immediate