gitolite-admin

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 174fe07768d91532694c81870488a34bfd6f06b2
parent 0ead25939c7706ab51cd96f10f0d154ff44b3bb7
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun,  6 Jan 2019 19:27:38 +0200

Let's see if templates work

Diffstat:
Mconf/gitolite.conf | 38++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)

diff --git a/conf/gitolite.conf b/conf/gitolite.conf @@ -1,42 +1,42 @@ -repo gitolite-admin +repo @base RW+ = mike - option hook.post-receive = stagit -repo medfall - RW+ = mike +repo @windows RW+ = mike-windows - R = daemon - option hook.post-receive = stagit - config gitweb.description = "A super great game engine" -repo mudgangster +repo @public RW+ = mike - RW+ = mike-windows R = daemon option hook.post-receive = stagit - config gitweb.description = "Tiny, scriptable MUD client" -repo ggformat lua-arc4random lua-bcrypt lua-symmetric ninjatimeline pdb +=begin template_data + +repo gitolite-admin RW+ = mike - R = daemon option hook.post-receive = stagit -repo ggformat +repo medfall = public windows + config gitweb.description = "A super great game engine" + +repo mudgangster = public windows + config gitweb.description = "Tiny, scriptable MUD client" + +repo ggformat = public config gitweb.description = "A string formatting library for C++" -repo lua-arc4random +repo lua-arc4random = public config gitweb.description = "Cryptographically secure PRNG for Lua" -repo lua-bcrypt +repo lua-bcrypt = public config gitweb.description = "Secure password hashing for Lua" -repo lua-symmetric +repo lua-symmetric = public config gitweb.description = "Symmetric crypto for Lua" -repo ninjatimeline +repo ninjatimeline = public config gitweb.description = "Parse .ninja_log and draw a timeline" -repo pdb +repo pdb = public config gitweb.description = "Simple password manager" repo dotfiles @@ -47,3 +47,5 @@ repo dotfiles repo umbra RW+ = mike + +=end