Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mga-advisories: Fix path to su | Colin Guthrie | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | mga-advisories: And add a warning back for any other random user that tries ↵ | Colin Guthrie | 2014-04-08 | 1 | -0/+5 |
| | | | | to run that script. | ||||
* | mga-advisories: Actually, just rerun automatically as the correct user ↵ | Colin Guthrie | 2014-04-08 | 1 | -2/+2 |
| | | | | rather than bailing. | ||||
* | mga-advisories: Attempt to prevent running mga-advisories script as root. | Colin Guthrie | 2014-04-08 | 1 | -0/+5 |
| | |||||
* | Redirect http://git.mageia.org/ to http://gitweb.mageia.org/ | Colin Guthrie | 2014-04-06 | 2 | -0/+6 |
| | |||||
* | Add missing / in the script alias | Pascal Terjan | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Don't use merge, it's not a standard function | Pascal Terjan | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Drop accidental } | Pascal Terjan | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Attempt to support alias in catalyst_app | Pascal Terjan | 2014-04-04 | 3 | -3/+13 |
| | |||||
* | Add an alias for mirrors status | Pascal Terjan | 2014-04-03 | 1 | -0/+1 |
| | |||||
* | Remove -'s as being valid for usernames. | Colin Guthrie | 2014-03-28 | 1 | -1/+1 |
| | | | | | This causes problems from packaging due to regexps littered around iurt code. | ||||
* | git: Make git pulls silent. | Colin Guthrie | 2014-03-23 | 1 | -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 Guthrie | 2014-03-23 | 1 | -1/+1 |
| | | | | | This avoids the 'Already up to date.' messages and mirrors what the subversion module does. | ||||
* | catdap: Fix deps | Colin Guthrie | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | catdap: Use a default value for the git branch | Colin Guthrie | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Switch identity.mageia.org (aka CatDap) to git | Colin Guthrie | 2014-03-23 | 2 | -6/+8 |
| | |||||
* | Support git snapshots of a specific branch name (needed for identity.mageia.org) | Colin Guthrie | 2014-03-23 | 1 | -2/+3 |
| | |||||
* | properly remove misc ssh key from other servers | Thomas Backlund | 2014-03-23 | 1 | -0/+7 |
| | |||||
* | remove boklm ssh key as requested by mail | Thomas Backlund | 2014-03-23 | 1 | -0/+2 |
| | |||||
* | add 'mariadb-obsolete' to fix 'non-starting mysql service' | Damien Lallement | 2014-03-18 | 1 | -1/+2 |
| | |||||
* | update 'mysql' to 'mariadb' as 'mysql' package no longer exists in mga2 | Damien Lallement | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | mgagit: Make the repository update hook more generic to cover all repo groups | Colin Guthrie | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | Setup git repository groups for 'artwork', 'doc' and 'qa' | Colin Guthrie | 2014-03-13 | 2 | -0/+32 |
| | |||||
* | mgagit: Use a 5 second timeout to notify alamut. | Colin Guthrie | 2014-02-10 | 1 | -1/+1 |
| | | | | | This keeps the stall time on a push to something sensible should there be a problem. | ||||
* | mgagit: Python typo | Colin Guthrie | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | gitmirror: Add chkconfig headers to init script | Colin Guthrie | 2014-02-10 | 1 | -0/+5 |
| | |||||
* | gitmirror: Fix base URL for cloning. | Colin Guthrie | 2014-02-10 | 1 | -2/+3 |
| | | | | Also some cosmetic changes to logging and stopping. | ||||
* | mgagit: Use the full repo name + .git suffix when informing remote side. | Colin Guthrie | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | gitmirror: Fix config key | Colin Guthrie | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | alamut: Remove rsyncing from git. | Colin Guthrie | 2014-02-10 | 2 | -18/+22 |
| | | | | | Add in notification of the 'on-the-pull' system for mirroring in post-commit hook. | ||||
* | gitmirror: Redirect output to a log file | Colin Guthrie | 2014-02-10 | 1 | -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 Guthrie | 2014-02-10 | 1 | -4/+2 |
| | |||||
* | gitmirror: Clear out lock subsys on stop | Colin Guthrie | 2014-02-09 | 1 | -0/+1 |
| | |||||
* | mgagit: Avoid unnecessary quotes. | Colin Guthrie | 2014-02-09 | 1 | -2/+2 |
| | |||||
* | Add a new system to ensure our git repos are mirrored properly. | Colin Guthrie | 2014-02-09 | 5 | -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) | ||||
* | Remove freeze to start mga5 | Nicolas Lécureuil | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Add check for mageia4 | Nicolas Lécureuil | 2014-02-04 | 1 | -0/+177 |
| | |||||
* | Restore commits | Nicolas Lécureuil | 2014-02-04 | 1 | -3/+1 |
| | |||||
* | Update for 5 | Nicolas Lécureuil | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Only allow umeabot to commit on the svn | Nicolas Lécureuil | 2014-02-03 | 1 | -1/+3 |
| | |||||
* | Add mga4 support in youri | Nicolas Lécureuil | 2014-02-03 | 1 | -1/+69 |
| | |||||
* | Add youri check for 3 | Nicolas Lécureuil | 2014-02-03 | 1 | -0/+177 |
| | |||||
* | ntp: add workaround for NTP reflection attack | Nicolas Vigier | 2014-01-31 | 1 | -0/+6 |
| | |||||
* | add backports tree to allowed list | Thomas Backlund | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | add backports_allowed flag | Thomas Backlund | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | add backports-announce ml | Thomas Backlund | 2014-01-23 | 1 | -0/+7 |
| | |||||
* | leave sucuk to autobuilder | Thomas Backlund | 2014-01-19 | 1 | -2/+2 |
| | |||||
* | Add perl-Glib-Object-Introspection to the freeze exclusion pkgs | Colin Guthrie | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | give access to /dev/kvm to people allowed to use libvirt | Pascal Terjan | 2014-01-08 | 1 | -0/+6 |
| | |||||
* | drop disabled subversion snapshotting | Thomas Backlund | 2014-01-05 | 1 | -4/+0 |
| |