summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-04-10 20:39:10 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-04-10 20:39:10 +0200
commit21aee5d8cbd1ebae796cdc58404b8d8902738370 (patch)
treec00d2d80f35ddbf9f2d3b7b0e7d98b3f468c337d
parentd71cf7ff1be5fe153dbee4ab8ea646dcd23406e0 (diff)
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.
-rw-r--r--sys/lib/hgrc4
1 files changed, 4 insertions, 0 deletions
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=