aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/templates/repodef_repo.gl
Commit message (Collapse)AuthorAgeFilesLines
* mgagit: Fix case on mailingList config entryColin Guthrie2014-05-291-1/+1
| | | | This was a change I missed in an earlier commit.
* mgagit: Convert to git multimail for notifications.Colin Guthrie2013-10-071-4/+3
| | | | | | | This system sends one mail per commit pushed, all threaded (i.e. as replies) to a summary email of the push itself. Upstream URL for git multimail is: https://github.com/mhagger/git-multimail
* mgagit: Gitolite doesn't like the complex hook value, so abstract it to a ↵Colin Guthrie2013-08-221-1/+1
| | | | script.
* mgagit: Show diffs in commit messages and include a link to gitweb.Colin Guthrie2013-08-211-0/+1
|
* Add [] around repo name for emails and quote values to ensure trailing spaceColin Guthrie2013-08-211-3/+3
|
* mgagit: Attempt to envelope the emails so they make it to the commits ↵Colin Guthrie2013-08-211-0/+1
| | | | mailing lists
* mgagit: Add repo templates to puppet rather than reply on packaged versionsColin Guthrie2013-08-201-0/+7
This adds the repo template into puppet as this seems a more appropriate place to track what is effectively configuration. I also use this opportunity to add a repository configuration repo for 'web' and add a new repo template for it accordingly.