Service/Nameservers: Difference between revisions

Implementation details: repo is inside the BIND sandbox (chroot)
Implementation details: document detached working directory
Line 91: Line 91:


== Implementation details ==
== Implementation details ==
* We use a detached working directory to allow the automatic checkout to work (see post-receive hook below). The git repository is in <code>/var/lib/bind/etc/bind.git</code> and the working directory lives in <code>/var/lib/bind/etc/bind</code>. <code>/etc/bind</code> is a symlink to the working directory (<code>/var/lib/bind/etc/bind</code>).


* The git config file is as follows:
* The git config file is as follows: