Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a test cron job to see how it would clean up upload logs | Dan Fandrich | 2024-01-15 | 1 | -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 typo | Dan Fandrich | 2024-01-15 | 1 | -1/+1 | |
| | ||||||
* | Add a favicon on the mirrors status page (mga#12220) | Dan Fandrich | 2024-01-12 | 1 | -0/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | 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. | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | check: add mga9 template | Thomas Backlund | 2023-08-26 | 1 | -0/+241 | |
| | ||||||
* | stop checking mga7, start checking mga9 | Thomas Backlund | 2023-08-25 | 1 | -1/+1 | |
| | ||||||
* | add mga9 and infra_9 configs | Thomas Backlund | 2023-08-25 | 1 | -0/+12 | |
| | ||||||
* | Fix cleaner.rb | Pascal Terjan | 2023-01-08 | 2 | -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-check | Pascal Terjan | 2023-01-02 | 1 | -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 relevant | Pascal Terjan | 2022-12-27 | 2 | -2/+4 | |
| | ||||||
* | Cleanup packages no longer built on an arch | Pascal Terjan | 2022-09-30 | 1 | -4/+23 | |
| | ||||||
* | (iurt timeout) Increase qtwebengine6 timeout to 172800 | Nicolas Lécureuil | 2022-09-30 | 1 | -1/+1 | |
| | ||||||
* | (iurt timeout) Add and remove timeouts | Nicolas Lécureuil | 2022-09-30 | 1 | -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 mesages | Pascal Terjan | 2022-09-25 | 1 | -3/+0 | |
| | ||||||
* | Enable lockfile on mga-clean-distrib | Pascal Terjan | 2022-09-25 | 1 | -1/+1 | |
| | ||||||
* | Add an option to use upload lock | Pascal Terjan | 2022-09-25 | 1 | -3/+34 | |
| | ||||||
* | Fix the test to really verify the fix | Pascal Terjan | 2022-09-23 | 1 | -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 upload | Pascal Terjan | 2022-09-22 | 2 | -9/+34 | |
| | ||||||
* | Also clean tainted and nonfree by default | Pascal Terjan | 2022-08-27 | 1 | -38/+39 | |
| | ||||||
* | apache logrotate: add sharedscripts (mga#29620) | Thomas Backlund | 2022-07-05 | 1 | -0/+1 | |
| | ||||||
* | raise buildtime limit on chromium-browser-stable | Thomas Backlund | 2022-04-16 | 1 | -1/+1 | |
| | ||||||
* | this is python2 code | Thomas Backlund | 2021-11-28 | 1 | -1/+1 | |
| | ||||||
* | hardlink is now in util-linux | Thomas Backlund | 2021-11-28 | 1 | -2/+0 | |
| | ||||||
* | work around crash during logrotate (mga#29620) | Thomas Backlund | 2021-11-28 | 1 | -1/+1 | |
| | ||||||
* | draklive has been replaced by drakiso | Thomas Backlund | 2021-11-28 | 1 | -1/+1 | |
| | ||||||
* | sympa: update web conf | Thomas Backlund | 2021-07-24 | 1 | -1/+2 | |
| | ||||||
* | apache: logrotate: keep 60 days of logs on duvel | Thomas Backlund | 2021-03-19 | 1 | -1/+2 | |
| | ||||||
* | check: drop mga6, add mga8 | Thomas Backlund | 2021-03-19 | 1 | -0/+241 | |
| | ||||||
* | apache: logrotate daily on duvel | Thomas Backlund | 2021-03-06 | 1 | -0/+4 | |
| | ||||||
* | apache: update logrotate to use systemctl calls | Thomas Backlund | 2021-03-06 | 1 | -4/+1 | |
| |