aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* openssh: Return failure when no keys are updated.Colin Guthrie2015-01-181-2/+15
| | | | We can then use this exit status to run other commands when keys are updated.
* openssh: Only write authorized_keys file when it's differentColin Guthrie2015-01-181-7/+20
| | | | | This saves disk churn and will eventually allow us to take further action when keys actually change.
* openssh: Use temp file when writing keys from LDAP.Colin Guthrie2015-01-181-7/+12
| | | | | | | This helps avoid a race condition when the file is not yet written properly when a new SSH connection from that user comes in. This isn't really a problem in practice, but we may as well do it.
* deployment: Add SSH pubkey for neoclustColin Guthrie2015-01-141-0/+5
|
* buildsystem: Add a few freeze exceptionsColin Guthrie2015-01-061-1/+1
| | | | To cover indexhtml, ldetect, msec and mageiawelcome
* Forbid ~ in release tagPascal Terjan2014-12-131-1/+1
|
* enable ecosse node againThomas Backlund2014-12-091-2/+2
|
* enable rabbit build nodeThomas Backlund2014-12-091-2/+2
|
* disable all build nodesThomas Backlund2014-12-091-2/+2
|
* drop inactive adminsThomas Backlund2014-12-071-0/+5
|
* Mageia 3 is EOL, lock it downThomas Backlund2014-11-261-1/+1
|
* Add another kernel.org mirrorPascal Terjan2014-11-251-0/+2
|
* buildsystem: Add perl-MDK-Common to freeze exclusions.Colin Guthrie2014-11-251-1/+1
|
* buildsystem: Add any package that begins 'mga-' to freeze exclusions.Colin Guthrie2014-11-251-1/+1
|
* mgagit,cgit: Use a cosmetically nicer BZ URLColin Guthrie2014-11-252-2/+2
|
* bugzilla: Add a simple redirect rule for BZ for neater BZ URLsColin Guthrie2014-11-252-0/+3
|
* mgagit: Fix brown-paper-bag typo.Colin Guthrie2014-11-171-2/+2
| | | | | | This really should fix git->bugzilla integration. mga#14585
* mgagit: Hopefully fix bugzilla integration.Colin Guthrie2014-11-171-11/+23
| | | | | | | | | | Our bugzilla no longer supports cookies so we have to use a token itstead. It's essentially exactly the same as a cookie, but different therefore meaning we have to handle it ourselves manually. I don't really get the benefit here, but hey ho. mga#14585
* Also change report configPascal Terjan2014-11-161-8/+8
|
* Drop updates_mandriva_2010_2 and add tests for updates on stable releasesPascal Terjan2014-11-162-74/+204
|
* Check 3 and 4 instead of 1 and 2 which are no longer supportedPascal Terjan2014-11-163-362/+8
|
* Also run checks on taintedPascal Terjan2014-11-161-0/+46
|
* Use official gnome mirror for youri-checkPascal Terjan2014-11-041-0/+2
|
* mgagit: Give the maintainer force push rights over topic/ and distro/ branches.Colin Guthrie2014-11-041-2/+2
|
* free up rabbit for iso buildsThomas Backlund2014-10-191-2/+2
|
* enable rabbit for distro rebuildThomas Backlund2014-10-151-2/+2
|
* free up rabbit for iso buildersThomas Backlund2014-10-101-2/+2
|
* Temporarily add valstar2 as a build nodePascal Terjan2014-10-082-2/+8
|
* buildsystem: add rpm-helper to freeze exclusions regexpColin Guthrie2014-10-081-1/+1
|
* add back old zeus1/2.kernel.org hosts as they kernel.org have broken reverse dnsThomas Backlund2014-10-041-0/+2
|
* update kernel.org rsync hostsThomas Backlund2014-09-241-4/+3
|
* - disable checking of locally signed certThomas Backlund2014-09-231-0/+1
| | | | | 'fixes' nonworking slave ldap TODO: fix properly when infra is running mga4
* Revert "Temporary hack to work around LDAP server sync problem"Colin Guthrie2014-09-231-6/+0
| | | | | | This reverts commit cc302084ccf54fb8f067f8dd5d7f7c07ed50b019. Slave LDAP now back cookin' on gas!
* disable jonund and sucuk checksThomas Backlund2014-09-221-2/+2
|
* buildsystem: Add rpm-mageia-setup to the authorized packages during freezeColin Guthrie2014-09-201-1/+1
|
* buildsystem: maintdb allow *-team maintainers.Colin Guthrie2014-09-191-2/+2
| | | | | | | | | | | *-team maintainers behave just like 'nobody' but can be used to indicate packages that actually are maintained, but are handled by a team rather than an individual. This doesn't integrate *-team anywhere else in the stack it just allows the maintainers to be set. Anything that assumes a maintainer in the maintdb is a user (modulo 'nobody') would need to be updated to handle this change.
* buildsystem: maintdb slight modernisation+use bash explicitly.Colin Guthrie2014-09-191-28/+15
| | | | | | This is slightly subjective but most scripts do it this way these days without the extra letters on string comparisons and collapsing the if+then onto one line.
* buildsystem: maintdb tabs->spacesColin Guthrie2014-09-191-33/+32
|
* Temporary hack to work around LDAP server sync problemColin Guthrie2014-09-161-0/+6
|
* mgagit: Temporarily allow maintainers to rewrite tags.Colin Guthrie2014-09-151-1/+1
| | | | | | | | | | | This is because it's really easy to accidentally push both master and a tag at the same time, but have master rejected but the tag succeed (non-fastforward). A better solution is to not allow tags that introduce new commits but I'm not sure of the config to allow that so this is a bit of a short term solution to allow Thierry to fix up a few of his tags.
* mgagit: Ensure mga-sysadmin really can push rewrite history.Colin Guthrie2014-09-151-4/+4
| | | | | | If a sysadmin was assigned as a maintainer of a repo, the extra powers granted to them would actually be overridden which is a bit useless.
* Mageia 5 Version FreezeThomas Backlund2014-09-101-2/+2
|
* buildsystem: Future proof SRPM check URL for backports.Colin Guthrie2014-08-121-2/+2
|
* Add a super simple API for checking whether an update SRPM exists.Colin Guthrie2014-08-121-0/+9
| | | | | This will be useful for advisory publication checks to make sure the SRPMs actually exist prior to assigning an advisory ID
* mga-advisories: Configure bugzilla authentication details.Colin Guthrie2014-08-061-0/+3
|
* Drop broken Fedora URL, default one worksPascal Terjan2014-08-041-2/+0
|
* mga-advisories: Add configuration for running mgaadv in a way which moves ↵Colin Guthrie2014-08-045-7/+32
| | | | | | | | | | | packages. This adds an appropriate wrapper script to run the move script as root (which is needed) while keeping the rest running as the mga-advisories user. Disable the cron script for now as we will move over to running the full process but we should test it a bit first.
* websites: Ensure cache dir is created for nav+www/_nav.Colin Guthrie2014-07-312-3/+18
| | | | | Also make sure proper deps are in place for a fresh setup (this wasn't the case in www)
* Add rabbit back as a build nodePascal Terjan2014-07-131-2/+2
|
* disable rabbit againThomas Backlund2014-07-011-2/+2
|