From: Tom Hughes Date: Tue, 22 Oct 2013 07:55:25 +0000 (+0100) Subject: Track the live tag for the GPS tile server repositories X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1927b8dd877fff9e15746319a29f920f5afc5a67 Track the live tag for the GPS tile server repositories --- diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index eb019f8f0..a243250d7 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -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