gitolite-admin

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

commit 21b600e49a07eb568f4a8dc5167944c3992c1a5d
parent 174fe07768d91532694c81870488a34bfd6f06b2
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun,  6 Jan 2019 20:04:39 +0200

Revert "Let's see if templates work"

This reverts commit 174fe07768d91532694c81870488a34bfd6f06b2.

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

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