Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssh: Ensure ownership is set correctly on authorized_keys | Colin Guthrie | 2015-02-06 | 1 | -0/+5 |
| | | | | | | This was highlighted by a problem encountered by Nicolas Salguero. Many thanks for your patience. | ||||
* | openssh: Fix python copy/paste error. | Colin Guthrie | 2015-02-03 | 1 | -1/+1 |
| | | | | Introduced in d5148ffbb0514c37893002e4988c5f7f379586bf | ||||
* | openssh: Also update gitolite config when SSH keys change. | Colin Guthrie | 2015-01-18 | 1 | -1/+1 |
| | | | | | This should avoid the problems encountered recently with Donald's SSH key update and git access. | ||||
* | openssh: Return failure when no keys are updated. | Colin Guthrie | 2015-01-18 | 1 | -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 different | Colin Guthrie | 2015-01-18 | 1 | -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 Guthrie | 2015-01-18 | 1 | -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. | ||||
* | mgagit,cgit: Use a cosmetically nicer BZ URL | Colin Guthrie | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | bugzilla: Add a simple redirect rule for BZ for neater BZ URLs | Colin Guthrie | 2014-11-25 | 2 | -0/+3 |
| | |||||
* | Drop updates_mandriva_2010_2 and add tests for updates on stable releases | Pascal Terjan | 2014-11-16 | 2 | -74/+204 |
| | |||||
* | Check 3 and 4 instead of 1 and 2 which are no longer supported | Pascal Terjan | 2014-11-16 | 2 | -354/+0 |
| | |||||
* | Also run checks on tainted | Pascal Terjan | 2014-11-16 | 1 | -0/+46 |
| | |||||
* | Use official gnome mirror for youri-check | Pascal Terjan | 2014-11-04 | 1 | -0/+2 |
| | |||||
* | - disable checking of locally signed cert | Thomas Backlund | 2014-09-23 | 1 | -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 Guthrie | 2014-09-23 | 1 | -6/+0 |
| | | | | | | This reverts commit cc302084ccf54fb8f067f8dd5d7f7c07ed50b019. Slave LDAP now back cookin' on gas! | ||||
* | disable jonund and sucuk checks | Thomas Backlund | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | buildsystem: maintdb allow *-team maintainers. | Colin Guthrie | 2014-09-19 | 1 | -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 Guthrie | 2014-09-19 | 1 | -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->spaces | Colin Guthrie | 2014-09-19 | 1 | -33/+32 |
| | |||||
* | Temporary hack to work around LDAP server sync problem | Colin Guthrie | 2014-09-16 | 1 | -0/+6 |
| | |||||
* | buildsystem: Future proof SRPM check URL for backports. | Colin Guthrie | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | Add a super simple API for checking whether an update SRPM exists. | Colin Guthrie | 2014-08-12 | 1 | -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 Guthrie | 2014-08-06 | 1 | -0/+3 |
| | |||||
* | Drop broken Fedora URL, default one works | Pascal Terjan | 2014-08-04 | 1 | -2/+0 |
| | |||||
* | mga-advisories: Add configuration for running mgaadv in a way which moves ↵ | Colin Guthrie | 2014-08-04 | 5 | -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. | ||||
* | Switch to lzma -7 for xml files, we use 5.64% more space but save 52.81% of ↵ | Pascal Terjan | 2014-06-28 | 1 | -1/+1 |
| | | | | cpu time | ||||
* | bugzilla: Allow our extension to serve webfiles (needed for favicon) | Colin Guthrie | 2014-06-15 | 1 | -0/+9 |
| | |||||
* | git: Ensure that on update, any submodules are also updated. | Colin Guthrie | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | dashboard: Move dashboard hosting to git. | Colin Guthrie | 2014-06-15 | 1 | -2/+2 |
| | |||||
* | bugzilla: Kill off unneeded variable | Colin Guthrie | 2014-06-15 | 1 | -2/+0 |
| | |||||
* | cgit: Keep a single page of repos on the overview page. | Colin Guthrie | 2014-06-15 | 1 | -1/+1 |
| | | | | | We'll have to reassess this when packages come over, but for now, lets keep everything on one page. | ||||
* | transifex: Switch transifex template hosting to git. | Colin Guthrie | 2014-06-15 | 1 | -2/+2 |
| | | | | Although AFAIK, this is no longer used. | ||||
* | sympa: Switch sympa template hosting to git. | Colin Guthrie | 2014-06-15 | 1 | -2/+2 |
| | |||||
* | bugzilla: Switch bugzilla template hosting to git. | Colin Guthrie | 2014-06-15 | 1 | -18/+4 |
| | | | | | This template is implemented as an extension and the older 'custom' folder is no longer needed (according to neoclust), so has been removed. | ||||
* | buildsystem: Switch the /root/release svn checkout to a git clone. | Colin Guthrie | 2014-06-12 | 1 | -2/+2 |
| | |||||
* | postfix/mgagit: Fix org git repos mailing list. | Colin Guthrie | 2014-06-11 | 1 | -0/+3 |
| | |||||
* | postfix: Use domain variable (not that we're going to change name anytime soon) | Colin Guthrie | 2014-06-11 | 1 | -7/+7 |
| | |||||
* | mga-treasurer: Update accounts checkout/clone URL to reflect git migration | Colin Guthrie | 2014-06-09 | 2 | -5/+5 |
| | |||||
* | revert gnome url change, youri-check cant handle the new url | Thomas Backlund | 2014-05-31 | 1 | -2/+0 |
| | |||||
* | update gnome_updates url | Thomas Backlund | 2014-05-31 | 1 | -0/+1 |
| | |||||
* | youri-check: Update GNOME URL. | Colin Guthrie | 2014-05-30 | 1 | -0/+1 |
| | | | | | | This is the same change as was pushed in youri itself here: http://gitweb.mageia.org/software/build-system/mga-youri-core/commit/?id=89487341b6703b6e4321bfdb054695ac3484067e | ||||
* | disable duplicate apache package requests | Thomas Backlund | 2014-04-27 | 1 | -2/+5 |
| | |||||
* | restore apache-server alias | Thomas Backlund | 2014-04-27 | 1 | -2/+4 |
| | |||||
* | fix another typo | Thomas Backlund | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | drop duplicated alias | Thomas Backlund | 2014-04-27 | 1 | -4/+2 |
| | |||||
* | new try | Thomas Backlund | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | revert last commit | Thomas Backlund | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | fix another typo | Thomas Backlund | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | fix typo | Thomas Backlund | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | handle new apache name from mga3 up | Thomas Backlund | 2014-04-27 | 1 | -2/+10 |
| | |||||
* | Add a few more autorebuild rules | Pascal Terjan | 2014-04-18 | 1 | -1/+10 |
| |