X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/804509e78fcde2143cf60dad6ef13ac246720a43..c2ec85537898cb453bf1a978a9215f07a691a777:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index ae595603a..86e8ff58b 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -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 ] @@ -130,9 +131,17 @@ default_attributes( :repository => "git://github.com/systemed/openstreetmap-website.git", :revision => "routing" }, + :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" } } },