]> git.openstreetmap.org Git - chef.git/commitdiff
blog: explicitly track master branch
authorGrant Slater <github@firefishy.com>
Tue, 9 May 2023 14:09:59 +0000 (15:09 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 9 May 2023 14:09:59 +0000 (15:09 +0100)
cookbooks/blog/recipes/default.rb

index 46b6902ad57f5db1d5320c381670998dbe7a2ff9..770c7c60b21c445ef3b30ce3c28fbef1f55651bb 100644 (file)
@@ -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"