Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mgagit: Fix case on mailingList config entry | Colin Guthrie | 2014-05-29 | 1 | -1/+1 |
| | | | | This was a change I missed in an earlier commit. | ||||
* | mgagit: Convert to git multimail for notifications. | Colin Guthrie | 2013-10-07 | 1 | -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 Guthrie | 2013-08-22 | 1 | -1/+1 |
| | | | | script. | ||||
* | mgagit: Show diffs in commit messages and include a link to gitweb. | Colin Guthrie | 2013-08-21 | 1 | -0/+1 |
| | |||||
* | Add [] around repo name for emails and quote values to ensure trailing space | Colin Guthrie | 2013-08-21 | 1 | -3/+3 |
| | |||||
* | mgagit: Attempt to envelope the emails so they make it to the commits ↵ | Colin Guthrie | 2013-08-21 | 1 | -0/+1 |
| | | | | mailing lists | ||||
* | mgagit: Add repo templates to puppet rather than reply on packaged versions | Colin Guthrie | 2013-08-20 | 1 | -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. |