summaryrefslogtreecommitdiff
path: root/git/modules
blob: 52c52e582de1752e7c223910d3f325c1450af60c (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
45
46
47
48
49
50
51
52
53
54
55
56
modules="         \
git               \
change            \
libbutl           \
build2            \
libbpkg           \
bpkg              \
bdep              \
brep              \
libbbot           \
bbot              \
libstd-modules"

# During release it is useful to exclude some of these so can do mass
# commits (like version updates).
#

modules="$modules build2-toolchain"

modules="$modules buildos"
modules="$modules msvc-linux"

modules="$modules etc"
modules="$modules private"

# We don't tag git/, etc/, and private/.
#
tag_modules="     \
libbutl           \
build2            \
libbpkg           \
bpkg              \
bdep              \
brep              \
libbbot           \
bbot              \
libstd-modules    \
msvc-linux        \
build2-toolchain  \
buildos"

# Submodule update in build2-toolchain has to be done manually.
#
sub_modules="     \
private           \
libbutl           \
build2            \
libbpkg           \
bpkg              \
bdep              \
brep              \
libbbot           \
bbot              \
libstd-modules    \
buildos           \
msvc-linux"