From: Tom Hughes Date: Mon, 16 Feb 2015 20:15:08 +0000 (+0000) Subject: Drop routing test sites X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a39cecef13fff013c1aa08a2db444ce0eed8a05f?hp=a127b5c86f97736dc1d885343012a76c1aba19b3 Drop routing test sites --- diff --git a/roles/dev.rb b/roles/dev.rb index 75f3e609d..aa07120ee 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -101,10 +101,6 @@ default_attributes( :revision => "master", :aliases => ["api06.dev.openstreetmap.org"] }, - :routing => { - :repository => "git://github.com/apmon/openstreetmap-website.git", - :revision => "routing2" - }, :tomh => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", :revision => "next" @@ -117,14 +113,6 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :jsrouting => { - :repository => "git://github.com/systemed/openstreetmap-website.git", - :revision => "routing" - }, - :jsrouting2 => { - :repository => "git://github.com/jfirebaugh/openstreetmap-website.git", - :revision => "routing" - }, :comments => { :repository => "git://github.com/ukasiu/openstreetmap-website.git", :revision => "comments_list"