commit 8551d6626b7e439f42277fd4edc87c6c6ec20eca Author: Georg Koppen gk@torproject.org Date: Fri Apr 22 12:36:27 2016 +0000
Add a nightly-hardened target (for ease of nightly builds) --- gitian/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/gitian/Makefile b/gitian/Makefile index 36b5ec3..1aac5ed 100644 --- a/gitian/Makefile +++ b/gitian/Makefile @@ -2,6 +2,8 @@ TORSOCKS = torsocks
all: clean resume
+nightly-hardened: nightly + nightly: clean resume-nightly
alpha: clean resume-alpha
tbb-commits@lists.torproject.org