X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/91ead5bc9c4687a097acfd77634c0564e924b493..c913da851887ef582b018000d618b36901b1c253:/roles/dev.rb?ds=sidebyside diff --git a/roles/dev.rb b/roles/dev.rb index 6a91bcf5b..ebe2f824d 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -64,6 +64,7 @@ default_attributes( :lonvia => { :status => :user }, :nicolas17 => { :status => :user }, :zverik => { :status => :user }, + :dodobas => { :status => :user }, :ooc => { :status => :role, :members => [ :tomh, :blackadder, :timsc, :ollie ] @@ -95,7 +96,7 @@ default_attributes( :apt => { :sources => [ "brightbox-ruby-ng", - "ubuntugis-stable", "ubuntugis-unstable", + "ubuntugis-stable", "mapnik-v210" ] }, @@ -127,13 +128,9 @@ default_attributes( :repository => "git://github.com/osmlab/openstreetmap-website.git", :revision => "groups-sketch" }, - :welcome => { - :repository => "git://github.com/osmlab/openstreetmap-website.git", - :revision => "welcome-2" - }, - :rails4 => { - :repository => "git://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails4" + :jsrouting => { + :repository => "git://github.com/systemed/openstreetmap-website.git", + :revision => "routing" } } },