diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-12-01 21:03:51 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-12-01 21:37:52 +0100 |
commit | cf36b39a997fbc8cba8b52a2dffba991d7b3b1c3 (patch) | |
tree | 8ac7b071765b17f1a047d8c0fa5802e71c6ef1b9 /README_Submodules | |
parent | f1381616b96c6cffad1bbc75eec1b80d93431865 (diff) | |
download | Puppet-cf36b39a997fbc8cba8b52a2dffba991d7b3b1c3.tar.gz Puppet-cf36b39a997fbc8cba8b52a2dffba991d7b3b1c3.tar.zst Puppet-cf36b39a997fbc8cba8b52a2dffba991d7b3b1c3.zip |
Update modules
Diffstat (limited to 'README_Submodules')
-rw-r--r-- | README_Submodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README_Submodules b/README_Submodules new file mode 100644 index 0000000..286aa56 --- /dev/null +++ b/README_Submodules | |||
@@ -0,0 +1,5 @@ | |||
1 | To add a submodule "mirrored" from gitolite: | ||
2 | - It must be accessible from anywhere without authentication (in .gitmodules) -> | ||
3 | git://git.immae.eu/github/* | ||
4 | - But it should be accessible via gitolite:github/* in the "work" dir, since | ||
5 | otherwise it would never be refreshed by gitolite (.git/modules/modules/*/config) | ||