From 21aee5d8cbd1ebae796cdc58404b8d8902738370 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 10 Apr 2016 20:39:10 +0200 Subject: hg: create system wide /sys/lib/hgrc to enabled hgwebfs extension the openssl we currently use is outdated and will be removed soon. webfs will handle the https for us with native tls code. keys have to be stored in factotum for everyone who also wants to commit directly. --- sys/lib/hgrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sys/lib/hgrc diff --git a/sys/lib/hgrc b/sys/lib/hgrc new file mode 100644 index 000000000..bb853b65a --- /dev/null +++ b/sys/lib/hgrc @@ -0,0 +1,4 @@ +[extensions] +# always use hgwebfs extension so we can use HTTPS without +# openssl and keep keys in factotum +hgwebfs= -- cgit v1.2.3