view contrib/docker/apache-server/hgwebconfig @ 42280:e570106beda1

automation: shore up rebooting behavior There was a race condition in the old code. Use instance.stop()/instance.start() to eliminate it. As part of debugging this, I also found another race condition related to PowerShell permissions after the reboot. Unfortunately, I'm not sure the best way to work around it. I've added a comment for now. Differential Revision: https://phab.mercurial-scm.org/D6288
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 19 Apr 2019 07:34:55 -0700
parents fd5247a88e63
children
line wrap: on
line source

[paths]
/ = /var/hg/repos/*

[web]
allow_push = *
push_ssl = False