]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Remove mapnik-v210 and ubuntugis-unstable repos from dev
[chef.git] / roles / dev.rb
index bb50ebd29812c0f9bd46b6b4e612676c53ebceb9..0a9b76f28c561cb2263a6f25fc1f12a067a9cc80 100644 (file)
@@ -94,12 +94,6 @@ default_attributes(
       :max_requests_per_child => 10000
     }
   },
-  :apt => {
-    :sources => [
-      "ubuntugis-stable",
-      "mapnik-v210"
-    ]
-  },
   :dev => {
     :rails => {
       :master => {
@@ -119,10 +113,6 @@ default_attributes(
         :repository => "git://github.com/ppawel/openstreetmap-website.git",
         :revision => "owl-history-tab"
       },
-      :overpass => {
-        :repository => "git://github.com/drolbr/openstreetmap-website.git",
-        :revision => "master"
-      },
       :groups => {
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "groups-sketch"
@@ -134,14 +124,6 @@ default_attributes(
       :jsrouting2 => {
         :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
         :revision => "routing"
-      },
-      :overpass2 => {
-        :repository => "git://github.com/tomhughes/openstreetmap-website.git",
-        :revision => "overpass"
-      },
-      :comments => {
-        :repository => "git://github.com/ukasiu/openstreetmap-website.git",
-        :revision => "changeset_comments_pr"
       }
     }
   },