diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:39:10 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:39:10 +0200 |
commit | 21aee5d8cbd1ebae796cdc58404b8d8902738370 (patch) | |
tree | c00d2d80f35ddbf9f2d3b7b0e7d98b3f468c337d /sys/lib | |
parent | d71cf7ff1be5fe153dbee4ab8ea646dcd23406e0 (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.
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/hgrc | 4 |
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= |