grim/hgkeeper

Parents 0f2a86c692d6
Children 48860d0159a2
Add site.hgrc as well as the auth files to the admin repo's readme
--- a/setup/resources/README.md Wed Sep 18 10:40:12 2019 -0500
+++ b/setup/resources/README.md Wed Sep 18 10:43:57 2019 -0500
@@ -9,3 +9,21 @@
contain the ssh public keys for that user. The name of the file is used in
access.yaml as the users/group name.
+# site.hgrc
+
+This file is a sitewide [hgrc](https://www.mercurial-scm.org/doc/hgrc.5.html)
+file for that will be used for every repository on your site. It defaults to
+enabling evolve from pypi and makes all repositories non-publishing.
+
+As this file is in the hgkeeper reapo, you are free to modify this however you
+please.
+
+# model.conf
+
+This file is part of the authentication system and more information can be read
+inline in [model.conf](model.conf) itself.
+
+# policy.csv
+
+This file is poart of the authentication system and more information can be
+read inline in [policy.csv](policy.csv) itself.