aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a test cron job to see how it would clean up upload logsDan Fandrich2024-01-151-0/+8
| | | | | | | The Puppet method for doing this seems to be what's causing its memory usage to reach the size of the physical RAM in the system and take up to 4 days to complete a Puppet run. The test will show the files being deleted and how long it takes, but won't actually delete them.
* Fix a harmless message typoDan Fandrich2024-01-151-1/+1
|
* Add a favicon on the mirrors status page (mga#12220)Dan Fandrich2024-01-121-0/+1
|
* Display the time zone at start in check_mirrors_statusDan Fandrich2024-01-081-1/+1
|
* Cleanup duplicate src.rpmPascal Terjan2024-01-031-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_statusDan Fandrich2024-01-011-2/+2
| | | | | Slow systems/networks might be the reason for the occasional missing data causing previous crashes.
* Give the mirror summary page a titleDan Fandrich2024-01-011-2/+4
| | | | Also, use CSS to highlight the colour summary.
* Another nil ref_times check in check_mirrors_statusDan Fandrich2024-01-011-1/+1
|
* Better handle nil ref_times in check_mirrors_statusDan Fandrich2023-12-281-1/+1
| | | | | This happens every once in a while and results in a cron job failure e-mail.
* Remove some extra quote characters accidentally submittedDan Fandrich2023-12-271-3/+1
|
* Port ldap-sshkey2file.py to Python 3Dan Fandrich2023-12-272-96/+91
| | | | It now also passes pytype and (mostly) flake8 checks.
* Fix units to be days in youri-checkDan Fandrich2023-12-271-1/+1
|
* Fix max_days calculation portability in youri-checkDan Fandrich2023-12-261-1/+3
| | | | This method should work in the old Puppet 3.6 we're using
* Have vhost_simple create an https site, tooDan Fandrich2023-12-261-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 templateDan Fandrich2023-12-261-2/+2
| | | | This fixes commit eb04f63d
* Provide a slapd file for the master, tooDan Fandrich2023-12-203-0/+43
| | | | Puppet insists on it.
* Disable the slave LDAP backup using the right config fileDan Fandrich2023-12-202-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
* Fix the xymon tests of forums.mageia.orgDan Fandrich2023-12-201-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.
* Disable LDAP backup on slaveDan Fandrich2023-12-192-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.
* Fix Removing leading `/' from member names' warningDan Fandrich2023-12-121-2/+3
| | | | This should stop an unnecessary cron warning e-mail.
* Also backup the sv locale in backup_blog-files.shDan Fandrich2023-12-121-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 64000Nicolas Lécureuil2023-12-111-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 64000Nicolas Lécureuil2023-12-021-1/+1
|
* (buildsystem) Set rocm-llvm timeout to 60000Nicolas Lécureuil2023-11-291-0/+1
|
* check: add mga9 templateThomas Backlund2023-08-261-0/+241
|
* stop checking mga7, start checking mga9Thomas Backlund2023-08-251-1/+1
|
* add mga9 and infra_9 configsThomas Backlund2023-08-251-0/+12
|
* Fix cleaner.rbPascal Terjan2023-01-082-17/+23
| | | | | | It did not really wait for 7d for removed subpackages. Also remove an incorrect condition, src.rpm is usually slightly older that binary rpms, and fix the tests.
* Enable pear source in youri-checkPascal Terjan2023-01-021-3/+3
| | | | | | | | It seems to be working fine: source package section maintainer current available source php-pear-HTML_QuickForm core mokraemer 3.2.15 3.2.16 pear php-pear-Mail_Mime core mokraemer 1.10.9 1.10.11 pear
* Attempt to keep age check relevantPascal Terjan2022-12-272-2/+4
|
* Cleanup packages no longer built on an archPascal Terjan2022-09-301-4/+23
|
* (iurt timeout) Increase qtwebengine6 timeout to 172800Nicolas Lécureuil2022-09-301-1/+1
|
* (iurt timeout) Add and remove timeoutsNicolas Lécureuil2022-09-301-2/+1
| | | | | | Add timeout for qtwebengine6 ( I used the same as qtwebengine5) Remove for eclipse and java-1.8.0-openjfx, we do not have then in mageia anymore
* Remove debug mesagesPascal Terjan2022-09-251-3/+0
|
* Enable lockfile on mga-clean-distribPascal Terjan2022-09-251-1/+1
|
* Add an option to use upload lockPascal Terjan2022-09-251-3/+34
|
* Fix the test to really verify the fixPascal Terjan2022-09-231-1/+1
| | | | | | | That test would pass even without the fix as it would be considered that the package hasn't been rebuilt for this arch yet. The bug could only happen when there was also another subpackage remaining.
* Fix packages being deleted too early during uploadPascal Terjan2022-09-222-9/+34
|
* Also clean tainted and nonfree by defaultPascal Terjan2022-08-271-38/+39
|
* apache logrotate: add sharedscripts (mga#29620)Thomas Backlund2022-07-051-0/+1
|
* raise buildtime limit on chromium-browser-stableThomas Backlund2022-04-161-1/+1
|
* this is python2 codeThomas Backlund2021-11-281-1/+1
|
* hardlink is now in util-linuxThomas Backlund2021-11-281-2/+0
|
* work around crash during logrotate (mga#29620)Thomas Backlund2021-11-281-1/+1
|
* draklive has been replaced by drakisoThomas Backlund2021-11-281-1/+1
|
* sympa: update web confThomas Backlund2021-07-241-1/+2
|
* apache: logrotate: keep 60 days of logs on duvelThomas Backlund2021-03-191-1/+2
|
* check: drop mga6, add mga8Thomas Backlund2021-03-191-0/+241
|
* apache: logrotate daily on duvelThomas Backlund2021-03-061-0/+4
|
* apache: update logrotate to use systemctl callsThomas Backlund2021-03-061-4/+1
|