summaryrefslogtreecommitdiff
path: root/git/modules
blob: 39ac99abd40ebd4aa43ddd40dd83a11deae4f923 (plain)
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
modules="         \
git               \
private           \
change            \
libbutl           \
build2            \
libbpkg           \
bpkg              \
brep              \
libbbot           \
bbot              \
buildos"

# During release it is useful to exclude etc/ and/or build2-toolchain so
# can do mass commits (like version updates).
#
modules="$modules build2-toolchain"
modules="$modules etc"

# We don't tag etc/ and private/.
#
tag_modules="     \
libbutl           \
build2            \
libbpkg           \
bpkg              \
brep              \
libbbot           \
bbot              \
buildos           \
build2-toolchain"

# build2-toolchain has to be done manually.
#
sub_modules="     \
private           \
libbutl           \
build2            \
libbpkg           \
bpkg              \
brep              \
libbbot           \
bbot              \
buildos"