tuse absolute path to gitolite-admin - scripts - random scripts
 (HTM) git clone git://parazyd.org/scripts.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit b2b6847024c0af0fdde89e3fccbde871b3e7ecb9
 (DIR) parent 7bfcd172c20bcb93d555a1f4ee9416cb53aa21fc
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 16 Jun 2016 19:53:39 +0200
       
       use absolute path to gitolite-admin
       
       Diffstat:
         M addrepo.sh                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/addrepo.sh b/addrepo.sh
       t@@ -3,7 +3,7 @@
        # parazyd - (c) wtfpl 2016
        # add a repository to gitolite conf and push
        
       -GITOLITE="~/devel/gitolite-admin"
       +GITOLITE="/home/parazyd/devel/gitolite-admin"
        
        reponame="$1"
        repodesc="$2"