Skip to content

Commit 80ee45f

Browse files
committed
make update-deps
1 parent 41285da commit 80ee45f

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

deps/boringssl

Submodule boringssl updated from 1b2b7b2 to 9cd85d0

deps/capnproto

Submodule capnproto updated 48 files

release.sh

-10
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,8 @@ if (grep -r KJ_DBG src/* | egrep -v '/(debug(-test)?|exception)[.]'); then
77
exit 1
88
fi
99

10-
if egrep -r 'TODO\(now\)' src/*; then
11-
echo '*** Error: There are release-blocking TODOs in the code.' >&2
12-
exit 1
13-
fi
14-
1510
make clean
1611

17-
if [ "x$(git status --porcelain)" != "x" ]; then
18-
echo "Please commit changes to git before releasing." >&2
19-
exit 1
20-
fi
21-
2212
# TODO(soon): Once we have a way to start a beta branch, refuse to do so if there are TODO(soon)s.
2313
# if (egrep -r 'TODO\(soon\)'); then
2414
# echo '*** Error: There are release-blocking TODOs in the code.' >&2

0 commit comments

Comments
 (0)