:tomchance => { :status => :user },
:lfrancke => { :status => :user },
:davidearl => { :status => :user },
- :emacsen => { :status => :user },
:rweait => { :status => :user },
:ant => { :status => :user },
:milliams => { :status => :user },
:zverik => { :status => :user },
:dodobas => { :status => :user },
:mhohmann => { :status => :user },
- :ooc => {
- :status => :role,
- :members => [ :tomh, :blackadder, :timsc, :ollie ]
+ :enelson => { :status => :user },
+ :ooc => {
+ :status => :role,
+ :members => [:tomh, :blackadder, :timsc, :ollie]
},
- :apis => {
- :status => :role,
- :members => [ :tomh ]
+ :apis => {
+ :status => :role,
+ :members => [:tomh]
},
- :os => {
- :status => :role,
- :members => [ :tomh, :grant, :ollie ]
+ :os => {
+ :status => :role,
+ :members => [:tomh, :grant, :ollie]
},
- :gpsmid => {
- :status => :role,
- :members => [ :apmon, :maba ]
+ :gpsmid => {
+ :status => :role,
+ :members => [:apmon, :maba]
}
}
},
:max_requests_per_child => 10000
}
},
- :apt => {
- :sources => [
- "ubuntugis-stable",
- "mapnik-v210"
- ]
- },
:dev => {
:rails => {
:master => {
:repository => "git://git.openstreetmap.org/rails.git",
:revision => "master",
- :aliases => [ "api06.dev.openstreetmap.org" ]
- },
- :routing => {
- :repository => "git://github.com/apmon/openstreetmap-website.git",
- :revision => "routing2"
+ :aliases => ["api06.dev.openstreetmap.org"]
},
:tomh => {
:repository => "git://github.com/tomhughes/openstreetmap-website.git",
},
:owl => {
:repository => "git://github.com/ppawel/openstreetmap-website.git",
- :revision => "owl-history-tab"
- },
- :overpass => {
- :repository => "git://github.com/drolbr/openstreetmap-website.git",
- :revision => "master"
+ :revision => "owl-activity-tab"
},
:groups => {
:repository => "git://github.com/osmlab/openstreetmap-website.git",
:revision => "groups-sketch"
},
- :jsrouting => {
- :repository => "git://github.com/systemed/openstreetmap-website.git",
- :revision => "routing"
+ :comments => {
+ :repository => "git://github.com/ukasiu/openstreetmap-website.git",
+ :revision => "comments_list"
},
- :jsrouting2 => {
- :repository => "git://github.com/jfirebaugh/openstreetmap-website.git",
- :revision => "routing"
+ :moderation => {
+ :repository => "git://github.com/sbagroy986/openstreetmap-website.git",
+ :revision => "moderation_queue"
},
- :overpass2 => {
+ :locale => {
:repository => "git://github.com/tomhughes/openstreetmap-website.git",
- :revision => "overpass"
- },
- :comments => {
- :repository => "git://github.com/ukasiu/openstreetmap-website.git",
- :revision => "changeset_comments_pr"
+ :revision => "locale"
}
}
},
:postgresql => {
- :versions => [ "9.1" ],
+ :versions => ["9.1", "9.3"],
:settings => {
:defaults => {
:shared_buffers => "1GB",
},
"9.1" => {
:port => "5433"
+ },
+ "9.3" => {
+ :port => "5432"
}
}
},
:sysctl => {
:postgres => {
:comment => "Increase shared memory for postgres",
- :parameters => {
+ :parameters => {
"kernel.shmall" => "4194304",
"kernel.shmmax" => "17179869184"
}