Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy git_multimail.py as-is | Dan Fandrich | 2024-01-13 | 2 | -1/+1 |
| | | | | | Don't try to perform template variable substitution because there are strings in the file that look like substitutions but aren't. | ||||
* | Add error logging to git Bugzilla update code (mga#32716) | Dan Fandrich | 2024-01-12 | 1 | -2/+2 |
| | |||||
* | Add a favicon on the mirrors status page (mga#12220) | Dan Fandrich | 2024-01-12 | 1 | -0/+1 |
| | |||||
* | Properly extract e-mail address in i18n git mail | Dan Fandrich | 2024-01-12 | 1 | -1/+1 |
| | | | | | This file had what looked like an ERB delimiter eaten by Puppet so git didn't see the right percent placeholder to get the address. | ||||
* | Further adapt git-post-receive-hook | Dan Fandrich | 2024-01-12 | 1 | -2/+1 |
| | |||||
* | Further adapt git-post-receive-hook | Dan Fandrich | 2024-01-12 | 1 | -1/+6 |
| | |||||
* | Adapt git-post-receive-hook to new git_multimail.py | Dan Fandrich | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | mgagit: Update to git_multimail.py a984395e | Dan Fandrich | 2024-01-12 | 1 | -419/+2260 |
| | | | | | | | | | | This is from https://github.com/mhagger/git-multimail I've reapplied the changes which avoid some unnecessary error messages when the summary email address is not configured (used for i18n mails). This latest upstream version also supports Python 3 although the shebang is left at Python 2. | ||||
* | Display the time zone at start in check_mirrors_status | Dan Fandrich | 2024-01-08 | 1 | -1/+1 |
| | |||||
* | Cleanup duplicate src.rpm | Pascal Terjan | 2024-01-03 | 1 | -2/+15 |
| | | | | | | | Sometimes someone moves a package manually and we end up with several versions of a package. In this case we should delete the src.rpm and handle its binary packages like if it was gone. | ||||
* | Bump timeouts in check_mirrors_status | Dan Fandrich | 2024-01-01 | 1 | -2/+2 |
| | | | | | Slow systems/networks might be the reason for the occasional missing data causing previous crashes. | ||||
* | Give the mirror summary page a title | Dan Fandrich | 2024-01-01 | 1 | -2/+4 |
| | | | | Also, use CSS to highlight the colour summary. | ||||
* | Another nil ref_times check in check_mirrors_status | Dan Fandrich | 2024-01-01 | 1 | -1/+1 |
| | |||||
* | Add another ibiblio hots we are currently rejecting | Pascal Terjan | 2023-12-30 | 1 | -0/+1 |
| | |||||
* | Better handle nil ref_times in check_mirrors_status | Dan Fandrich | 2023-12-28 | 1 | -1/+1 |
| | | | | | This happens every once in a while and results in a cron job failure e-mail. | ||||
* | Remove some extra quote characters accidentally submitted | Dan Fandrich | 2023-12-27 | 1 | -3/+1 |
| | |||||
* | Port ldap-sshkey2file.py to Python 3 | Dan Fandrich | 2023-12-27 | 2 | -96/+91 |
| | | | | It now also passes pytype and (mostly) flake8 checks. | ||||
* | Fix units to be days in youri-check | Dan Fandrich | 2023-12-27 | 1 | -1/+1 |
| | |||||
* | Fix max_days calculation portability in youri-check | Dan Fandrich | 2023-12-26 | 1 | -1/+3 |
| | | | | This method should work in the old Puppet 3.6 we're using | ||||
* | Have vhost_simple create an https site, too | Dan Fandrich | 2023-12-26 | 1 | -0/+5 |
| | | | | | This is only currently used by xymon, but it looks like it could be used to simplify a few other vhosts. | ||||
* | Fix global variable access in the xymon template | Dan Fandrich | 2023-12-26 | 1 | -2/+2 |
| | | | | This fixes commit eb04f63d | ||||
* | Provide a slapd file for the master, too | Dan Fandrich | 2023-12-20 | 3 | -0/+43 |
| | | | | Puppet insists on it. | ||||
* | Disable the slave LDAP backup using the right config file | Dan Fandrich | 2023-12-20 | 2 | -4/+8 |
| | | | | | The cron job uses the slapd file, not the ldap file to configure itself, so disable the job there instead. This updates commit a27358df4 | ||||
* | Add an SPF DNS record for ml.mageia.org | Dan Fandrich | 2023-12-20 | 1 | -2/+5 |
| | | | | | | This only affects mailing lists from @ml.mageia.org and not user e-mails (from @mageia.org). The mailing list is configured to rewrite the sender of each message as X-owner@ml.mageia.org | ||||
* | Fix the xymon tests of forums.mageia.org | Dan Fandrich | 2023-12-20 | 1 | -2/+3 |
| | | | | | | | The reverse proxy test hard-coded the address of the obsolete alamut server. Enable SNI on probes so that friteuse returns the correct certificate. Get the addresses from the configuration instead of hard-coding them. | ||||
* | Allow members of mga-sysadmin to run sudo on all servers | Dan Fandrich | 2023-12-20 | 3 | -0/+9 |
| | | | | | | | | This is try #2 after e0230ba1 was reverted. This time, the sudoers file is given a name that will cause it to be sorted before any other rules, allowing those other rules to override it. This is on the assumption that the revert was needed because a NOPASSWD: rule wasn't taking effect because this one (which requires a password) took precedence. | ||||
* | Disable LDAP backup on slave | Dan Fandrich | 2023-12-19 | 2 | -1/+39 |
| | | | | | The master is backed up and is the source of reference, and the slave backup was just throwing up errors due to missing packages. | ||||
* | Allow mga-qa-committers to write advisories | Pascal Terjan | 2023-12-19 | 1 | -1/+1 |
| | | | | | | | We can have only one group so mga-packagers was made a member of mga-qa-committers. Should fix mga#32424 | ||||
* | Fix Removing leading `/' from member names' warning | Dan Fandrich | 2023-12-12 | 1 | -2/+3 |
| | | | | This should stop an unnecessary cron warning e-mail. | ||||
* | Also backup the sv locale in backup_blog-files.sh | Dan Fandrich | 2023-12-12 | 1 | -1/+1 |
| | |||||
* | (buildsystem) Set rocm-llvm timeout to 64000 | Nicolas Lécureuil | 2023-12-11 | 1 | -1/+1 |
| | |||||
* | (buildsystem) Set rocm-llvm timeout to 64000 | Nicolas Lécureuil | 2023-12-02 | 1 | -1/+1 |
| | |||||
* | (buildsystem) Set rocm-llvm timeout to 60000 | Nicolas Lécureuil | 2023-11-29 | 1 | -0/+1 |
| | |||||
* | Drop ibiblio.org from mirror.readme | Pascal Terjan | 2023-11-27 | 1 | -2/+0 |
| | | | | https://bugs.mageia.org/show_bug.cgi?id=30089 | ||||
* | Update IPv6 of neru | Pascal Terjan | 2023-11-15 | 2 | -2/+2 |
| | |||||
* | Increase serial to undo temporary changes | Pascal Terjan | 2023-10-09 | 1 | -1/+1 |
| | |||||
* | drop | Thomas Backlund | 2023-09-16 | 1 | -0/+2 |
| | |||||
* | dns: bump serial | Thomas Backlund | 2023-09-11 | 1 | -1/+1 |
| | |||||
* | rsync: add am.mirrors.kernel.org node | Thomas Backlund | 2023-08-29 | 1 | -0/+2 |
| | |||||
* | re-open Cauldron | Thomas Backlund | 2023-08-27 | 1 | -2/+2 |
| | |||||
* | release svn lock | Thomas Backlund | 2023-08-27 | 1 | -3/+1 |
| | |||||
* | drop configs for infra_6, infra_7, 6, 7 | Thomas Backlund | 2023-08-26 | 1 | -117/+0 |
| | |||||
* | check: add mga9 template | Thomas Backlund | 2023-08-26 | 1 | -0/+241 |
| | |||||
* | fix typo | Thomas Backlund | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | lock svn for branching | Thomas Backlund | 2023-08-25 | 1 | -1/+3 |
| | |||||
* | youri-check: add mga9, drop mga7 | Thomas Backlund | 2023-08-25 | 1 | -14/+14 |
| | |||||
* | stop checking mga7, start checking mga9 | Thomas Backlund | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | cauldron is now version 10 | Thomas Backlund | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | add mga9 and infra_9 configs | Thomas Backlund | 2023-08-25 | 2 | -0/+94 |
| | |||||
* | update neru ipv6 | Thomas Backlund | 2023-08-24 | 2 | -2/+2 |
| |