git/auto-build
This commit is contained in:
parent
f0b95a2fe0
commit
8a4ec2ee20
5 changed files with 17 additions and 4 deletions
|
@ -6,6 +6,7 @@ RTFD
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
public/firefox/index
|
public/firefox/index
|
||||||
|
public/git/index
|
||||||
public/ifupdown2/index
|
public/ifupdown2/index
|
||||||
public/libnss3-tools/index
|
public/libnss3-tools/index
|
||||||
public/nginx/index
|
public/nginx/index
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
*********
|
|
||||||
Configure
|
Configure
|
||||||
*********
|
=========
|
||||||
|
|
||||||
Identity
|
Identity
|
||||||
========
|
--------
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
@ -17,3 +16,17 @@ Identity
|
||||||
[user]
|
[user]
|
||||||
name = "First Last"
|
name = "First Last"
|
||||||
email = "user@domain.tld"
|
email = "user@domain.tld"
|
||||||
|
|
||||||
|
Auto-build
|
||||||
|
----------
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
git config receive.denyCurrentBranch updateInstead
|
||||||
|
|
||||||
|
* .git/hooks/post-receive (+x)
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
#! /bin/sh
|
||||||
|
../build_script
|
|
@ -4,6 +4,5 @@ Versions
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
git/index
|
|
||||||
git-bash/index
|
git-bash/index
|
||||||
gource/index
|
gource/index
|
||||||
|
|
Loading…
Reference in a new issue