aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename module paths to match classesDan Fandrich2026-02-2128-85/+25
| | | | | The refactor in commit e39155d4d changed class names but Puppet 3 seems to require the module path name to match.
* Revert "Make things compatible with more recent facter"Dan Fandrich2026-02-219-10/+55
| | | | | | | | This reverts commit 62a4955a31799b30b69ca8655a76f19550dde95c. It seems Puppet 3.6.2 doesn't support this method: Error 400 on SERVER: facts is not a hash or array when accessing it with architecture
* Make things compatible with more recent facterPascal Terjan2026-02-219-55/+10
|
* Fix syntax to be compatible with Puppet >= 4Pascal Terjan2026-02-211-1/+1
|
* Do not redefine titlePascal Terjan2026-02-211-2/+1
| | | | | Fixes this error with Puppet >= 4: The parameter $title redefines a built in parameter in the 'define' expression
* Rename some classes to work with Puppet >= 4Pascal Terjan2026-02-219-25/+16
|
* Use spaces to please puppet-lintPascal Terjan2026-02-211-5/+5
|
* mandrake.mageia.org is allowed to rsync from duvelBruno Cornec2026-02-191-0/+1
|
* youri-check: run check and generate report every hourJani Välimaa2026-02-162-2/+0
|
* iurt: increase webkit2 timeoutJani Välimaa2026-02-131-1/+1
|
* Revert "mirror: fix bootstrap mirror owner and group"Jani Välimaa2026-02-131-2/+0
| | | | This reverts commit aff2234a87c43c44b86d6177d9ca78746a09642e.
* mirror: fix bootstrap mirror owner and groupJani Välimaa2026-02-131-0/+2
|
* mirror: fix root directory and file ownershipsJani Välimaa2026-02-131-3/+14
|
* Add new serversuser/bcornec/infraBruno Cornec2026-02-1011-23/+87
| | | | | | | | | | | | | | | | | | - 2 new aarch64 build nodes named lavand and majax - 2 new build nodes named houdini and garcimore - a deploy server named mandrake - a web server named webb - a repo server named melies - update DNS and monitoring - prepare to integrate the new build nodes Preparation for 2 new x86_64 build nodes Adds pp file for majax IPs added for garcimore and houdini update DNS
* Replacing /dev/null by /var/www/empty in documentRoot for Web serverpvi-tm2026-02-101-1/+1
|
* Delete references to old build nodesPascal Terjan2026-02-088-80/+1
| | | | We are no longer using Amazon EC2 or packet.net
* Fix virtual aliases errorpvi-tm2026-02-081-1/+1
|
* Improving aliases for new bureaupvi-tm2026-02-081-2/+4
|
* Fixing aliases for new bureaupvi-tm2026-02-061-2/+5
|
* ntp: fix multicastclient settingJani Välimaa2026-01-251-1/+1
|
* Cauldron is now in version freeze mode for mga10Bruno Cornec2026-01-201-2/+2
|
* Fix sender to ML mirrors-announce to really allow sysadmin LDAP group and ↵Bruno Cornec2026-01-131-1/+1
| | | | fix mga#34985
* Fix sender to ML mirrors-announce to allow sysadmin LDAP group and fix mga#34985Bruno Cornec2026-01-131-1/+1
|
* Separate running the SSH keys script from the mgagit script (mga#34826)Dan Fandrich2026-01-072-1/+10
| | | | | | | | | The mgagit script was previously run after the SSH keys script, but only if an SSH key was updated. That meant that any group changes were not reflected until after someone changed an SSH key. Decouple the running of the two scripts since they are not (completely) dependent on each other.
* Add a few comments for future referenceDan Fandrich2026-01-072-0/+3
|
* Protecting svnweb against DDOS that use GET http://svnweb with rewrite ↵pvi-tm2025-12-291-4/+3
| | | | engine (Fix)
* Protecting svnweb against DDOS that use GET http://svnweb with rewrite enginepvi-tm2025-12-291-0/+6
|
* Protect the /server-status and /server-info endpointsDan Fandrich2025-12-262-0/+40
| | | | | | | These provide potentially sensitive information, so allow access only from localhost. Reported-by: bas
* check: add mga10 templateJani Välimaa2025-12-081-0/+241
|
* Protect the sympa ldap include filesDan Fandrich2025-11-291-0/+3
| | | | These could hold secrets so should not be world-readable.
* Remove an obsolete kernel.org mirror from rsyncDan Fandrich2025-11-251-5/+4
| | | | | Also, indent the IP addresses with their matching DNS entries where appropriate.
* Add new kernel.org mirrorsDan Fandrich2025-11-251-0/+5
| | | | | They're migrating servers, so add the old and new hosts by DNS and IP address to the rsyncd config.
* Send plain text alongside HTML in non-maintainer notificationsDan Fandrich2025-11-181-1/+2
| | | | | E-mails are now sent in both plain text and HTML for broader maintainer appeal.
* Improve nonmaintainer_notify.shDan Fandrich2025-11-171-3/+4
| | | | | | | - Send messages also when packages are moved to obsolete - Mention the maintainer name explicitly in the message - Be more robust in handling a malformed maintdb.txt with duplicate entries
* Send an e-mail on a nonmaintainer package changeDan Fandrich2025-11-143-10/+82
| | | | | | | If someone other than the registered maintainer of a package submits a change to that package, notify the maintainer. These notifications are skipped for robot changes and bulk changes where many packages are changed at once.
* Increase blender build timeoutJani Välimaa2025-11-021-0/+1
|
* dns: bump serial to remove temporary/manual modifications in neruJani Välimaa2025-10-071-1/+1
|
* Enable anti-robots features only on svnwebDan Fandrich2025-09-093-41/+47
| | | | | | | | | | These were intended to be enabled only on svnweb.mageia.org but mirrors.mageia.org (and a couple others) were using the same template. The changes in commit 6802d174 caused the anti-robot mitigation to be triggered when urpmi downloaded $MIRRORLIST from a URL like https://mirrors.mageia.org/api/mageia.9.x86_64.list?reason=update which contains a query part. Fork the template so only svnweb gets these features, which was the original intent.
* Treat anything other than a plain path as "expensive"Dan Fandrich2025-09-071-2/+6
| | | | | Try to reduce svnweb load by making anything other than a plain path require an anti-robot cookie.
* dns: allow me sending mails using mageia.org address via ISP mail serversJani Välimaa2025-09-071-1/+2
|
* youri-check: run tests in parallelJani Välimaa2025-08-121-1/+1
|
* Add an IPv6 on ncaa1Pascal Terjan2025-07-182-0/+2
|
* Reduce number of logs kept on friteuseDan Fandrich2025-07-121-1/+1
| | | | The disk just fills up too quickly.
* DropNicolas Lécureuil2025-07-101-0/+1
|
* Fix timestamp for mass rebuildPascal Terjan2025-07-041-2/+2
|
* Update Age check for new mass rebuildPascal Terjan2025-06-281-3/+3
|
* Enable a 3rd build on ncaa1Pascal Terjan2025-06-281-2/+2
|
* Enable builds on ncaa1Pascal Terjan2025-06-281-2/+2
|
* Add a temporary Arm build nodePascal Terjan2025-06-274-1/+15
|
* Disable the Bugzilla collectstats.pl scriptDan Fandrich2025-06-271-6/+7
| | | | | | | | | | | This fails with "Unable to open the chart datafile ./data/mining/0." because that file isn't writable by apache. Rather than trying to fix those permissions, just disable the script since nobody seems to be using whatever statistics are being collected ("data about bugs to be used in Old and New Charts"). This page has some information about the problem: https://serverfault.com/questions/182139