projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7459417
)
Update libosmium and osmium-tool on taginfo server.
author
Jochen Topf
<jochen@topf.org>
Sun, 23 Oct 2016 08:45:39 +0000
(10:45 +0200)
committer
Jochen Topf
<jochen@topf.org>
Sun, 23 Oct 2016 08:45:39 +0000
(10:45 +0200)
cookbooks/taginfo/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/taginfo/recipes/default.rb
b/cookbooks/taginfo/recipes/default.rb
index ec62ae45a776d49c14ff289491ca4ddc8cff451f..39521e3ea008bcaa36b742e27663c3c23d14815e 100644
(file)
--- a/
cookbooks/taginfo/recipes/default.rb
+++ b/
cookbooks/taginfo/recipes/default.rb
@@
-102,7
+102,7
@@
node[:taginfo][:sites].each do |site|
git "#{directory}/libosmium" do
action :sync
repository "git://github.com/osmcode/libosmium.git"
- revision "v2.
8
.0"
+ revision "v2.
9
.0"
user "taginfo"
group "taginfo"
end
@@
-110,7
+110,7
@@
node[:taginfo][:sites].each do |site|
git "#{directory}/osmium-tool" do
action :sync
repository "git://github.com/osmcode/osmium-tool.git"
- revision "v1.
3.1
"
+ revision "v1.
4.0
"
user "taginfo"
group "taginfo"
end