]> git.openstreetmap.org Git - chef.git/commitdiff
Switch gpx-update to the openstreetmap repository
authorTom Hughes <tom@compton.nu>
Fri, 18 Feb 2022 00:15:10 +0000 (00:15 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 18 Feb 2022 00:15:10 +0000 (00:15 +0000)
cookbooks/gps-tile/recipes/default.rb

index b14c30205488ff8e030dd070a40d55398ede6556..c3fb07796be31118ddff8e5278277074cb77583f 100644 (file)
@@ -79,8 +79,8 @@ end
 
 git "/srv/gps-tile.openstreetmap.org/updater" do
   action :sync
-  repository "https://github.com/e-n-f/gpx-updater.git"
-  revision "master"
+  repository "https://github.com/openstreetmap/gpx-updater.git"
+  revision "live"
   depth 1
   user "gpstile"
   group "gpstile"