aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* drop duplicated aliasThomas Backlund2014-04-271-4/+2
|
* new tryThomas Backlund2014-04-271-1/+1
|
* revert last commitThomas Backlund2014-04-271-1/+1
|
* fix another typoThomas Backlund2014-04-271-1/+1
|
* fix typoThomas Backlund2014-04-271-1/+1
|
* handle new apache name from mga3 upThomas Backlund2014-04-271-2/+10
|
* add infra_3 and infra_4 targetsThomas Backlund2014-04-271-0/+62
|
* enable rabbit buildnodesThomas Backlund2014-04-271-2/+2
|
* mgagit: Send a second email about any i18n changes to the i18n-reports ML.Colin Guthrie2014-04-211-5/+97
| | | | | | | | | | After sending the original email, we send a second email to i18n-reports detailing any i18n changes. The method of determining if any changes affect i18n is to look for a folder (or folders) called '.tx' in the tree. If such folders exist, then any changes in their parent folders are considered to be relevent for i18n.
* mgagit: Don't report any error message when no change email address configured.Colin Guthrie2014-04-211-7/+1
| | | | | | | When we will send to the i18n-reports ML info about i18n related changes we will omit the overall summary mail (it's too complext to produce a summary of only i18n changes) and thus we need to squash this error message which will not be nice for those pushing changes.
* Add a few more autorebuild rulesPascal Terjan2014-04-181-1/+10
|
* Enable autorebuild (configured for very few packages)Pascal Terjan2014-04-181-0/+1
|
* Enable dependencies action + add ulri one which was missing for cauldronPascal Terjan2014-04-181-0/+4
|
* Add definition for dependencies actionsPascal Terjan2014-04-181-0/+9
|
* mga-advisories: Clarify messageColin Guthrie2014-04-081-1/+1
|
* mga-advisories: Fix path to suColin Guthrie2014-04-081-1/+1
|
* mga-advisories: And add a warning back for any other random user that tries ↵Colin Guthrie2014-04-081-0/+5
| | | | to run that script.
* mga-advisories: Actually, just rerun automatically as the correct user ↵Colin Guthrie2014-04-081-2/+2
| | | | rather than bailing.
* mga-advisories: Attempt to prevent running mga-advisories script as root.Colin Guthrie2014-04-081-0/+5
|
* Redirect http://git.mageia.org/ to http://gitweb.mageia.org/Colin Guthrie2014-04-062-0/+6
|
* Add missing / in the script aliasPascal Terjan2014-04-041-1/+1
|
* Don't use merge, it's not a standard functionPascal Terjan2014-04-041-2/+2
|
* Drop accidental }Pascal Terjan2014-04-041-2/+2
|
* Attempt to support alias in catalyst_appPascal Terjan2014-04-043-3/+13
|
* Add an alias for mirrors statusPascal Terjan2014-04-031-0/+1
|
* Remove -'s as being valid for usernames.Colin Guthrie2014-03-281-1/+1
| | | | | This causes problems from packaging due to regexps littered around iurt code.
* git: Make git pulls silent.Colin Guthrie2014-03-231-2/+1
| | | | | | | | This avoids the 'Already up to date.' messages and mirrors what the subversion module does. (fixes previous commit which put the -q in the wrong place and had a comment about the lack of -q)
* git: Make git pulls silent.Colin Guthrie2014-03-231-1/+1
| | | | | This avoids the 'Already up to date.' messages and mirrors what the subversion module does.
* catdap: Fix depsColin Guthrie2014-03-231-1/+1
|
* catdap: Use a default value for the git branchColin Guthrie2014-03-231-1/+1
|
* Switch identity.mageia.org (aka CatDap) to gitColin Guthrie2014-03-232-6/+8
|
* Support git snapshots of a specific branch name (needed for identity.mageia.org)Colin Guthrie2014-03-231-2/+3
|
* properly remove misc ssh key from other serversThomas Backlund2014-03-231-0/+7
|
* remove boklm ssh key as requested by mailThomas Backlund2014-03-231-0/+2
|
* add 'mariadb-obsolete' to fix 'non-starting mysql service'Damien Lallement2014-03-181-1/+2
|
* update 'mysql' to 'mariadb' as 'mysql' package no longer exists in mga2Damien Lallement2014-03-181-2/+2
|
* mgagit: Make the repository update hook more generic to cover all repo groupsColin Guthrie2014-03-131-1/+1
|
* Setup git repository groups for 'artwork', 'doc' and 'qa'Colin Guthrie2014-03-132-0/+32
|
* mgagit: Use a 5 second timeout to notify alamut.Colin Guthrie2014-02-101-1/+1
| | | | | This keeps the stall time on a push to something sensible should there be a problem.
* mgagit: Python typoColin Guthrie2014-02-101-1/+1
|
* gitmirror: Add chkconfig headers to init scriptColin Guthrie2014-02-101-0/+5
|
* gitmirror: Fix base URL for cloning.Colin Guthrie2014-02-101-2/+3
| | | | Also some cosmetic changes to logging and stopping.
* mgagit: Use the full repo name + .git suffix when informing remote side.Colin Guthrie2014-02-101-1/+1
|
* gitmirror: Fix config keyColin Guthrie2014-02-101-1/+1
|
* alamut: Remove rsyncing from git.Colin Guthrie2014-02-102-18/+22
| | | | | Add in notification of the 'on-the-pull' system for mirroring in post-commit hook.
* gitmirror: Redirect output to a log fileColin Guthrie2014-02-101-1/+1
| | | | | | The logging is not too large so don't worry too much about it for now. Longer term, systemd journal will be sufficient
* gitmirror: Use two rsyncs rather than have a config file race.Colin Guthrie2014-02-101-4/+2
|
* gitmirror: Clear out lock subsys on stopColin Guthrie2014-02-091-0/+1
|
* mgagit: Avoid unnecessary quotes.Colin Guthrie2014-02-091-2/+2
|
* Add a new system to ensure our git repos are mirrored properly.Colin Guthrie2014-02-095-0/+472
| | | | | | | This is a simple python daemon that I wrote which can be 'pinged' and told to update (or freshly clone) given git repos. Deploy this script on alamut (not started automatically yet)