updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / trac-gitplugin-svn / gitplugin.install
bloba6a50d3b328f5a09ff3d25b7fd722bda6346a0ad
1 post_install() {
2         echo "==> "
3         echo "==> You should change your projects' trac.ini files with the"
4         echo "==> following information:"
5         echo "==> "
6         echo "==> [components]"
7         echo "==> tracext.git.* = enabled"
8         echo "==> "
9         echo "==> [trac]"
10         echo "==> repository_dir = /path/to/your/git/repo"
11         echo "==> repository_type = git"
12         echo "==> "
13         echo "==> [git]"
14         echo "==> cached_repository = true"
15         echo "==> persistent_cache = true"
16         echo "==> shortrev_len = 7"
17         echo "==> git_bin = /path/to/git/binary"
18         echo "==> "
19         echo "==> You can get more information from:"
20         echo "==> "
21         echo "==> http://trac-hacks.org/wiki/GitPlugin#Configuration"
22         echo "==> "
25 post_upgrade() {
26         post_install $1
29 op=$1
30 shift
32 $op $*