Skip to content

Commit 6c99b90

Browse files
committed
Merge branch 'master' into llp
2 parents a55523e + f8b2bb7 commit 6c99b90

File tree

6 files changed

+271
-146
lines changed

6 files changed

+271
-146
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# use bash for pushd/popd, and to fail quickly. virtualenv's activate
44
# has undefined variables, so no -u
5-
SHELL = bash -e -o pipefail
5+
SHELL = bash -eu -o pipefail
66

77
# You can set these variables from the command line.
88
SPHINXOPTS ?=
@@ -45,5 +45,5 @@ clean-all: clean
4545
# Catch-all target: route all unknown targets to Sphinx using the new
4646
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
4747
%: $(VIRTUALENV) Makefile
48-
source ./$</bin/activate ; set -u;\
48+
source ./$</bin/activate ;\
4949
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

figures/SecurityFigs.odp

1.01 KB
Binary file not shown.

figures/dnsviz.png

154 KB
Loading

figures/odns.png

37.2 KB
Loading

0 commit comments

Comments
 (0)