summaryrefslogtreecommitdiff
path: root/git/modules
blob: 76c1176509d8779fb9de9e59f40b964543eb6098 (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
modules="         \
git               \
private           \
libbutl           \
build2            \
libbpkg           \
bpkg              \
brep              \
build2-toolchain"

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

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