aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mgagit: Import a manually added script on the server side to puppetColin Guthrie2013-10-072-0/+24
|
* mgagit: Convert to git multimail for notifications.Colin Guthrie2013-10-074-11/+17
| | | | | | | 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
* cgit: Add buglist regex cross reference commentColin Guthrie2013-10-061-0/+2
|
* mgagit: Add new templates for generationg per-commit notification emails.Colin Guthrie2013-10-062-0/+2561
| | | | | | | | | This uses the git multimail project from upstream revision 3fcd7bffef which is the master revision at the time of writing. It also includes a monkey-patched version which we will use which adds the ability to include links to the gitweb/cgit URL and also links to any supported bugtracker.
* Remove old git repository creation manifest.Colin Guthrie2013-10-061-40/+0
| | | | Now obsoleted by mgagit
* Remove old git-related repo setupColin Guthrie2013-10-063-24/+0
| | | | This is now obsoleted by mgagit configuration
* Enable RewriteEngine on forumsNicolas Vigier2013-10-061-0/+1
|
* Fix rewrite URL on forumsNicolas Vigier2013-10-061-1/+1
|
* Prevent access to the register URL on the forumsNicolas Vigier2013-10-061-0/+4
|
* Add content parameter to apache::vhost::reverse_proxyNicolas Vigier2013-10-062-1/+4
|
* Drop mandriva specific pagePascal Terjan2013-10-051-24/+0
|
* Update cooker sources, sadly links will not be correctPascal Terjan2013-10-051-0/+13
|
* Add a Rosa sourcePascal Terjan2013-10-051-23/+21
|
* enable rabbit as build nodeThomas Backlund2013-10-031-2/+2
|
* Disable autorebuild, it will not work before genhdlist got the new packagePascal Terjan2013-09-291-1/+0
|
* Fix syntaxNicolas Vigier2013-09-291-4/+4
|
* Enable auto rebuild for a few packagesPascal Terjan2013-09-292-0/+12
|
* free up rabbit for iso buildsThomas Backlund2013-09-271-2/+2
|
* enable rabbit as bs nodeThomas Backlund2013-09-241-2/+2
|
* Allow i18n team to commit to the repos.Colin Guthrie2013-09-221-0/+3
| | | | | | Longer term, we likely want to remove this and replace it with a synthesised repo that allows all translations to live in one place for easier translations, but for the short term this is the easiest solution.
* bugzilla: add collectstats cron job (#3288)Nicolas Vigier2013-09-211-0/+7
|
* Add i18n-ar mailing list (#10019)Nicolas Vigier2013-09-211-0/+5
|
* mga_buildsystem/config.pp: fix admin mailNicolas Vigier2013-09-131-1/+1
|
* Don't allow git access for regular usersNicolas Vigier2013-09-031-1/+0
| | | | Git should be used with git user only (through gitolite).
* mgagit: Allow sysadmins to do forced pushes.Colin Guthrie2013-08-311-0/+4
| | | | | This should only be used in very rare circumstances but having the flexibility is useful.
* free up rabbit for iso buildsThomas Backlund2013-08-271-2/+2
|
* cgit: Avoid repolist pagination (for a while at least)Colin Guthrie2013-08-251-0/+2
|
* Rename the 'Git user' to 'Mageia Git' as it's shown to the public via emails ↵Colin Guthrie2013-08-251-1/+1
| | | | and on cgit
* mgagit: Gitolite doesn't like the complex hook value, so abstract it to a ↵Colin Guthrie2013-08-224-2/+25
| | | | script.
* mgagit: Show diffs in commit messages and include a link to gitweb.Colin Guthrie2013-08-213-1/+3
|
* Add [] around repo name for emails and quote values to ensure trailing spaceColin Guthrie2013-08-212-4/+4
|
* mgagit: Attempt to envelope the emails so they make it to the commits ↵Colin Guthrie2013-08-213-1/+3
| | | | mailing lists
* mgagit: Allow apprentices to commit to git as they could commit to svn ↵Colin Guthrie2013-08-211-1/+1
| | | | before it.
* Switch the pkgsubmit website from an svn checkout to a git cloneColin Guthrie2013-08-202-5/+5
|
* mgagit: Fix group nameColin Guthrie2013-08-201-1/+1
|
* mgagit: Fix typoColin Guthrie2013-08-201-2/+2
|
* mgagit: Arg, idiot. Fix syntax errorColin Guthrie2013-08-201-2/+2
|
* mgagit: Hopefully fix my puppet syntax errorsColin Guthrie2013-08-203-21/+20
| | | | | This just splits the template writer out into it's own define.
* mgagit: Add repo templates to puppet rather than reply on packaged versionsColin Guthrie2013-08-204-1/+84
| | | | | | | | 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.
* subversion: Add a new pre-commit hook that will prevent commits to paths ↵Colin Guthrie2013-08-183-0/+23
| | | | which have been converted to git
* subversion: Fix a theoretical bug where more scripts than expected may be ↵Colin Guthrie2013-08-181-3/+2
| | | | excluded
* viewvc/robots.txt: ban AhrefsBotNicolas Vigier2013-08-141-1/+2
| | | | | It doesn't respect Crawl-delay, or disallowed URLs. So try to disallow everything for them.
* pull rabbit and sucuk onlineThomas Backlund2013-08-111-2/+6
|
* Fix autobuild alias (used by youri-check Build test)Pascal Terjan2013-08-081-2/+2
|
* cgit: Restrict to a generically named branch for README.mdColin Guthrie2013-08-021-6/+1
| | | | | As Thomas pointed out it's maybe wise to name the branch for current cauldron just 'mga' rather than 'mgaN+1'.
* cgit: Simplify the 'About' page config.Colin Guthrie2013-08-021-18/+8
| | | | | | | | | This just removes some filename searches that will pretty much never show up in our repos. Also add a search that will look for a distro branch, mainly for the initscripts git repo for which master is actually fedora upstream and thus we cannot touch.
* free up rabbit for iso buildersThomas Backlund2013-08-011-2/+2
|
* enable rabbit node for nowThomas Backlund2013-07-261-2/+2
|
* fix syntax errorNicolas Vigier2013-07-251-1/+1
|
* viewvc: add ssl vhostNicolas Vigier2013-07-251-3/+11
|