forked from crawl/sequell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
servers.yml
47 lines (44 loc) · 1.85 KB
/
servers.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Public server abbreviations
sources:
cao: crawl.akrasiac.org
cdo: crawl.develz.org
rhf: rl.heh.fi
csn: crawlus.somatika.net
cszo: dobrazupa.org
morgue-paths:
- [ 'cao-.*', 'http://crawl.akrasiac.org/rawdata' ]
- [ 'cdo.*-0.4$', 'http://crawl.develz.org/morgues/0.4' ]
- [ 'cdo.*-0.5$', 'http://crawl.develz.org/morgues/0.5' ]
- [ 'cdo.*-0.6$', 'http://crawl.develz.org/morgues/0.6' ]
- [ 'cdo.*-0.7', 'http://crawl.develz.org/morgues/0.7' ]
- [ 'cdo.*-0.8', 'http://crawl.develz.org/morgues/0.8' ]
- [ 'cdo.*-0.10', 'http://crawl.develz.org/morgues/0.10' ]
- [ 'cdo.*-0.11', 'http://crawl.develz.org/morgues/0.11' ]
- [ 'cdo.*-svn$', 'http://crawl.develz.org/morgues/trunk' ]
- [ 'cdo.*-zd$', 'http://crawl.develz.org/morgues/trunk' ]
- [ 'cdo.*-spr$', 'http://crawl.develz.org/morgues/trunk' ]
- [ 'rhf.*-0.5$', 'http://rl.heh.fi/crawl/stuff' ]
- [ 'rhf.*-0.6$', 'http://rl.heh.fi/crawl-0.6/stuff' ]
- [ 'rhf.*-0.7$', 'http://rl.heh.fi/crawl-0.7/stuff' ]
- [ 'rhf.*-trunk$', 'http://rl.heh.fi/trunk/stuff' ]
- [ 'rhf.*-spr$', 'http://rl.heh.fi/sprint/stuff' ]
- [ 'csn.*', 'http://crawlus.somatika.net/dumps' ]
- [ 'cszo.*', 'http://dobrazupa.org/morgue' ]
ttyrec-paths:
- [ 'cao-.*', ['http://termcast.develz.org/cao/ttyrecs',
'http://crawl.akrasiac.org/rawdata'] ]
- [ 'cdo.*$', [ 'http://termcast.develz.org/ttyrecs',
'http://crawl.develz.org/ttyrecs' ] ]
- [ 'rhf.*-0.5$', 'http://rl.heh.fi/crawl/stuff' ]
- [ 'rhf.*-0.6$', 'http://rl.heh.fi/crawl-0.6/stuff' ]
- [ 'rhf.*-0.7$', 'http://rl.heh.fi/crawl-0.7/stuff' ]
- [ 'rhf.*-trunk$', 'http://rl.heh.fi/trunk/stuff' ]
- [ 'rhf.*-spr$', 'http://rl.heh.fi/sprint/stuff' ]
- [ 'cszo.*', 'http://dobrazupa.org/ttyrec' ]
server-timezones:
caoD: '-0400'
caoS: '-0500'
cdoD: '+0200'
cdoS: '+0100'
cszoD: '-0400'
cszoS: '-0500'