-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathall.config
51 lines (34 loc) · 1.81 KB
/
all.config
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
48
49
50
[DEFAULT]
description = Everything including kitchen sink on trunk/develop
[./]
checkout = svn checkout https://hedgehog.fhcrc.org/tor/stedi/trunk .
[server/optionalModules/cds]
checkout = git clone http://www.github.com/LabKey/cds.git --branch develop
[server/optionalModules/workflow]
checkout = git clone http://www.github.com/LabKey/workflow.git --branch develop
[server/optionalModules/scrumtime]
checkout = git clone http://www.github.com/LabKey/scrumtime.git --branch develop
[server/optionalModules/biologics]
checkout = git clone http://www.github.com/LabKey/biologics.git --branch develop
[server/optionalModules/argos]
checkout = git clone http://www.github.com/LabKey/argos.git --branch develop
[server/optionalModules/labkey-api-python]
checkout = git clone http://www.github.com/LabKey/labkey-api-python.git --branch master
[server/optionalModules/clients]
checkout = git clone http://www.github.com/LabKey/clients.git --branch master
[server/optionalModules/redcap]
checkout = git clone http://www.github.com/labkey/redcap.git --branch develop
[server/optionalModules/freezerpro]
checkout = git clone http://www.github.com/labkey/freezerpro.git --branch develop
[server/optionalModules/cloud]
checkout = git clone http://www.github.com/labkey/cloud.git --branch develop
[server/optionalModules/nlp]
checkout = git clone http://www.github.com/labkey/nlp.git --branch develop
[server/optionalModules/argos_nlp]
checkout = git clone http://www.github.com/labkey/argos_nlp.git --branch master
[server/optionalModules/HPLC]
checkout = git clone http://www.github.com/labkey/HPLC.git --branch develop
[server/optionalModules/premium]
checkout = git clone http://www.github.com/labkey/premium.git --branch develop
[server/optionalModules/argos_test]
checkout = git clone http://www.github.com/labkey/argos_test.git --branch develop