Use "hg ... --insecure" for cloning/pulling ABC
authorClifford Wolf <clifford@clifford.at>
Sun, 3 Dec 2017 05:11:11 +0000 (06:11 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 3 Dec 2017 05:11:11 +0000 (06:11 +0100)
Makefile

index e87f0d1531eba639cdc9034abe22c6f781e5974a..234791b866773a21c7da876716c0686ffbe5d7c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -439,8 +439,8 @@ ifneq ($(ABCREV),default)
        $(Q) if test "`cd abc 2> /dev/null && hg identify | cut -f1 -d' '`" != "$(ABCREV)"; then \
                test $(ABCPULL) -ne 0 || { echo 'REEBE: NOP abg hc gb qngr naq NOPCHYY frg gb 0 va Znxrsvyr!' | tr 'A-Za-z' 'N-ZA-Mn-za-m'; exit 1; }; \
                echo "Pulling ABC from $(ABCURL):"; set -x; \
-               test -d abc || hg clone $(ABCURL) abc; \
-               cd abc && $(MAKE) DEP= clean && hg pull && hg update -r $(ABCREV); \
+               test -d abc || hg clone --insecure $(ABCURL) abc; \
+               cd abc && $(MAKE) DEP= clean && hg pull --insecure && hg update -r $(ABCREV); \
        fi
 endif
        $(Q) rm -f abc/abc-[0-9a-f]*