diff options
author | Colin Guthrie <colin@mageia.org> | 2013-08-21 22:02:34 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-08-21 22:02:34 +0000 |
commit | dd5f4738d6c105ce70e4908858ef3f1efcbead82 (patch) | |
tree | daa4d9f6064b335d4ec9056ac058851b187bb4d2 /deployment/mgagit/templates/repodef_repo.gl | |
parent | dafd46ec4d97b1028f75be6bf7a46a0b8228a31b (diff) | |
download | puppet-dd5f4738d6c105ce70e4908858ef3f1efcbead82.tar puppet-dd5f4738d6c105ce70e4908858ef3f1efcbead82.tar.gz puppet-dd5f4738d6c105ce70e4908858ef3f1efcbead82.tar.bz2 puppet-dd5f4738d6c105ce70e4908858ef3f1efcbead82.tar.xz puppet-dd5f4738d6c105ce70e4908858ef3f1efcbead82.zip |
mgagit: Show diffs in commit messages and include a link to gitweb.
Diffstat (limited to 'deployment/mgagit/templates/repodef_repo.gl')
-rw-r--r-- | deployment/mgagit/templates/repodef_repo.gl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/mgagit/templates/repodef_repo.gl b/deployment/mgagit/templates/repodef_repo.gl index ebc9d904..ceb523e0 100644 --- a/deployment/mgagit/templates/repodef_repo.gl +++ b/deployment/mgagit/templates/repodef_repo.gl @@ -5,4 +5,5 @@ repo [% repo %] config hooks.mailinglist = "sysadmin-commits@ml.mageia.org" config hooks.emailprefix = "[[% repo %]] " config hooks.envelopesender = "root@mageia.org" + config hooks.showrev = "t=%s; echo '-----------------------------------------------------------------------';echo; printf 'http://gitweb.mageia.org/'$GL_REPO'/commit/?id=%%s' $t; echo;echo; git show -C $t; echo" config gitweb.description = "[% r.repos.$repo.description %]" |