aboutsummaryrefslogtreecommitdiff
blob: 8cf3b345054eccc6bdd3c9769464f7e04139dada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
defaults: &defaults
  developer_data:
    check:                    true
    uri:                      http://www.gentoo.org/proj/en/devrel/roll-call/devlist.xml?mode=yaml
    min_months_mentor_is_dev: 6
  seed:
    users_domain:               example.com
development:
  <<: *defaults
production:
  <<: *defaults
test:
  <<: *defaults
  developer_data:
    check:                    false
cucumber:
  <<: *defaults
  developer_data:
    check:                    false