X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/049338e2ab986c5bf5ab2a523ff1d13e3b85f8eb..c307ef550f5c5c6e7c8be3ad7d85d3815e0ed0ca:/cookbooks/blog/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/blog/recipes/default.rb b/cookbooks/blog/recipes/default.rb index 46b6902ad..770c7c60b 100644 --- a/cookbooks/blog/recipes/default.rb +++ b/cookbooks/blog/recipes/default.rb @@ -97,6 +97,7 @@ end git "/srv/blog.openstreetmap.org/casts" do action :sync repository "https://github.com/openstreetmap/opengeodata-podcasts.git" + revision "master" depth 1 user "wordpress" group "wordpress" @@ -105,6 +106,7 @@ end git "/srv/blog.openstreetmap.org/images" do action :sync repository "https://github.com/openstreetmap/opengeodata-images.git" + revision "master" depth 1 user "wordpress" group "wordpress" @@ -113,6 +115,7 @@ end git "/srv/blog.openstreetmap.org/static" do action :sync repository "https://github.com/openstreetmap/opengeodata-static.git" + revision "master" depth 1 user "wordpress" group "wordpress"