]> git.openstreetmap.org Git - chef.git/commitdiff
Track the live tag for the GPS tile server repositories
authorTom Hughes <tom@compton.nu>
Tue, 22 Oct 2013 07:55:25 +0000 (08:55 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 22 Oct 2013 07:55:25 +0000 (08:55 +0100)
cookbooks/gps-tile/recipes/default.rb

index eb019f8f078c5fb26479d6d068eb6d51fca6f2fe..a243250d7731b1f8f55fc01f0584da8b5413de28 100644 (file)
@@ -39,7 +39,7 @@ end
 git "/srv/gps-tile.openstreetmap.org/import" do
   action :sync
   repository "git://github.com/ericfischer/gpx-import.git"
-  revision "master"
+  revision "live"
   user "gpstile"
   group "gpstile"
 end
@@ -56,7 +56,7 @@ end
 git "/srv/gps-tile.openstreetmap.org/datamaps" do
   action :sync
   repository "git://github.com/ericfischer/datamaps.git"
-  revision "master"
+  revision "live"
   user "gpstile"
   group "gpstile"
 end
@@ -73,7 +73,7 @@ end
 git "/srv/gps-tile.openstreetmap.org/updater" do
   action :sync
   repository "git://github.com/ericfischer/gpx-updater.git"
-  revision "master"
+  revision "live"
   user "gpstile"
   group "gpstile"
 end