From 5ba5088f957241b01777bcf04027197fd57f871f Mon Sep 17 00:00:00 2001 From: YAEGASHI Takeshi Date: Wed, 19 Feb 2014 17:27:32 +0900 Subject: First about page for cgit diff --git a/index.md b/index.md new file mode 100644 index 0000000..a0a6d42 --- /dev/null +++ b/index.md @@ -0,0 +1,41 @@ +# cgit for Debian + +## Prebuilt packages + +Prebuilt packages are available from . +No support is provided for these packages. Use them at your own risk. + +apt-line for sid: + + deb http://debian.keshi.org/cgit/sid ./ + +apt-line for wheezy: + + deb http://debian.keshi.org/cgit/wheezy ./ + +Import the archive key before apt-get: + + curl http://debian.keshi.org/archive.key | apt-key add - + apt-get update + apt-get install cgit + +## Building packages + +How to build a binary package using [git-buildpackage](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html): + + git clone http://git.keshi.org/debian/cgit + cd cgit + git remote add upstream git://git.zx2c4.com/cgit + git remote update + git submodule init + git submodule update + git-buildpackage + +The upstream archive (`cgit-x.xx.orig.tar.xz`) will be exported from +the repository using a tag like `v0.10` as well as submoduled `/git`. + +## References + +* [cgit - A hyperfast web frontend for git repositories written in C.](http://git.zx2c4.com/cgit/about) +* [#515793 - RFP: cgit -- C-code Web Front-end to GIT - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515793) +* [#739231 - ITP: cgit -- A hyperfast web frontend for git repositories written in C - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739231) -- cgit v0.10.1