Download:
child 24:c978313adae1
parent 22:41738f738ed3
23:ed654a6999fe
Anton Shestakov <av6@dwimlabs.net>, Sat, 22 Oct 2016 21:35:39 +0800
tasks: don't install .hgrc with hostfingerprints Recent Mercurial/Python versions are a lot better with certificates and HTTPS.

2 файлов изменено, 0 вставок(+), 8 удалений(-) [+]
roles/hgweb/files/.hgrc file | annotate | diff | comparison | revisions
roles/hgweb/tasks/appinstall.yml file | annotate | diff | comparison | revisions
--- a/roles/hgweb/files/.hgrc Sat Oct 22 21:35:09 2016 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-[hostfingerprints]
-selenic.com = c0:d1:1d:3b:07:5f:9d:8d:4e:6d:84:a4:25:ad:cf:5a:1d:e3:4f:d5
-www.mercurial-scm.org = 8f:9e:69:15:f8:82:77:04:14:6d:72:e2:d4:ac:44:c7:1e:d1:04:f2
--- a/roles/hgweb/tasks/appinstall.yml Sat Oct 22 21:35:09 2016 +0800
+++ b/roles/hgweb/tasks/appinstall.yml Sat Oct 22 21:35:39 2016 +0800
@@ -7,11 +7,6 @@
- hgwebfiles
- repos
-- name: Add .hgrc
- copy:
- src: .hgrc
- dest: /home/{{ hgweb_user }}/.hgrc
-
- name: Pull Mercurial {{ hgweb_mercurial_rev }}
hg:
repo: '{{ hgweb_mercurial_url }}'