slackbuilds

My Slackbuilds
git clone git://git.server.ky/slackcoder/slackbuilds
Log | Files | Refs | README

cgitrc.sample (986B)


      1 # sample /etc/cgitrc file: two repos are defined
      2 # you can see a demo here http://cgit.ponce.cc/
      3 # For more options, see cgitrc.5.txt in the docs folder
      4 
      5 root-title=ponce's repository browser
      6 root-desc=a fast interface to these git repositories
      7 virtual-root=/
      8 snapshots=tar.gz
      9 branch-sort=age
     10 # for this to work you have to build cgit against lua
     11 # and install luacrypto too.
     12 # you wull have also to add email-gravatar-sbo-additions.css
     13 # at the bottom of your installed cgit.css
     14 email-filter=lua:/usr/share/cgit/filters/email-gravatar-sbo.lua
     15 
     16 #css=/cgit.css
     17 #logo=/cgit.png
     18 
     19 # repository specific data
     20 repo.url=slackbuilds
     21 repo.path=/path/to/repo/.git
     22 repo.desc=slackbuilds.org fork for slackware-current
     23 repo.owner=my.address _at_ my.isp
     24 # the default branch here is set to current (default if omitted is master)
     25 repo.defbranch=current
     26 repo.clone-url=git://github.com/Ponce/slackbuilds.git
     27 
     28 # if you need to display other repositories you can more config blocks
     29 # like the one above