-
Notifications
You must be signed in to change notification settings - Fork 4
/
repo.properties
121 lines (96 loc) · 2.6 KB
/
repo.properties
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Devenv repositories configuration
[email protected]:metaborg
# Gradle plugins
gradle.config=true
gradle.config.branch=develop
gradle.config.submodule=true
# Don't include Gitonium, as it bootstraps using a newer version of itself (>= Gitonium 1.7.0)
# that is not yet compatible with this build of Spoofax 3, but replaces any other (older) Gitonium on the build
# class path.
gitonium=false
gitonium.branch=master
gitonium.submodule=true
# Exclude Coronium, it is not published with the other artifacts.
# Instead, publish Coronium separately and use a specific version.
coronium=false
coronium.branch=master
coronium.submodule=true
# Spoofax 2
# HACK: update but do not enable/include builds from several repositories. Those builds will be included by the releng
# composite build. When update is set to false, releng will not include those builds.
spoofax.gradle=false
spoofax.gradle.update=true
spoofax.gradle.branch=develop
spoofax.gradle.submodule=true
mb-rep=false
mb-rep.update=true
mb-rep.branch=master
mb-rep.dir=mb.rep
mb-rep.submodule=true
mb-exec=false
mb-exec.update=true
mb-exec.branch=master
mb-exec.dir=mb.exec
mb-exec.submodule=true
jsglr=false
jsglr.update=true
jsglr.branch=master
jsglr.submodule=true
sdf=false
sdf.update=true
sdf.branch=master
sdf.submodule=true
stratego=false
stratego.update=true
stratego.branch=master
stratego.submodule=true
strategoxt=false
strategoxt.update=true
strategoxt.branch=master
strategoxt.submodule=true
esv=false
esv.update=true
esv.branch=master
esv.submodule=true
nabl=false
nabl.update=true
nabl.branch=master
nabl.submodule=true
spoofax2=false
spoofax2.update=true
spoofax2.branch=master
[email protected]:metaborg/spoofax
spoofax2.jenkinsjob=metaborg/spoofax
spoofax2.submodule=true
spt=false
spt.update=true
spt.branch=master
spt.submodule=true
# HACK: only releng should be enabled for builds; the releng included build includes all projects from the above
# Spoofax 2 repositories. This is done to prevent cyclic included builds, which Gradle does not support.
releng=true
releng.branch=master
[email protected]:metaborg/spoofax-deploy
releng.jenkinsjob=metaborg/spoofax-deploy
releng.submodule=true
# Spoofax 3 and co.
log=true
log.branch=develop
log.submodule=true
resource=true
resource.branch=develop
resource.submodule=true
common=true
common.branch=master
common.submodule=true
pie=true
pie.branch=develop
pie.submodule=true
spoofax-pie=true
spoofax-pie.branch=develop
spoofax-pie.dir=spoofax.pie
spoofax-pie.submodule=true
# Continuous integration
jenkins.pipeline=false
jenkins.pipeline.branch=develop
jenkins.pipeline.submodule=true