]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Change comments.dev to pull form the changeset_comments_pr branch
[chef.git] / roles / dev.rb
index 69eb17ae9ffbdd781d66f3f2d01dd72a50085b5e..86e8ff58bb9438397cb0fc253496fa3da981bfb4 100644 (file)
@@ -65,6 +65,7 @@ default_attributes(
       :nicolas17 => { :status => :user },
       :zverik => { :status => :user },
       :dodobas => { :status => :user },
+      :mhohmann => { :status => :user },
       :ooc => { 
         :status => :role, 
         :members => [ :tomh, :blackadder, :timsc, :ollie ] 
@@ -95,13 +96,11 @@ default_attributes(
   },
   :apt => {
     :sources => [
-      "brightbox-ruby-ng",
       "ubuntugis-stable",
       "mapnik-v210"
     ]
   },
   :dev => {
-    :ruby => "1.9.1",
     :rails => {
       :master => {
         :repository => "git://git.openstreetmap.org/rails.git",
@@ -128,13 +127,21 @@ default_attributes(
         :repository => "git://github.com/osmlab/openstreetmap-website.git",
         :revision => "groups-sketch"
       },
-      :redesign => {
-        :repository => "git://github.com/osmlab/openstreetmap-website.git",
-        :revision => "redesign"
+      :jsrouting => {
+        :repository => "git://github.com/systemed/openstreetmap-website.git",
+        :revision => "routing"
       },
-      :help => {
-        :repository => "git://github.com/osmlab/openstreetmap-website.git",
-        :revision => "help-page"
+      :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"
       }
     }
   },