aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ban two robots from svnwebHEADmasterDan Fandrich3 days1-0/+10
|
* Add two more robots to the svnweb robots.txt fileDan Fandrich3 days1-1/+3
| | | | | These two are hammering the site right now, causing severe slowdowns. Restrict the paths they are allowed to access.
* buildsystem: double webkit2 timeout to 115200Jani Välimaa6 days1-1/+1
|
* Add $ on variable referenceDan Fandrich9 days1-1/+1
| | | | Accidentally dropped in 02f1f851
* Enable https on binrepo.mageia.orgDan Fandrich9 days1-0/+7
|
* Enable https: on meetbot.mageia.orgDan Fandrich9 days1-0/+19
|
* Remove youri-check configurations for Mageia 4-8Dan Fandrich13 days7-1237/+0
|
* Fix a couple of yamllint errors in your-check configDan Fandrich13 days1-3/+3
| | | | | It looks like these don't actually bother the YAML::AppConfig parser, but it's still cleaner this way.
* Use hostname as sender domainPascal Terjan2024-04-141-1/+0
| | | | | | We don't have SPF on mageia.org as we allow users to use it, so emails from cron sent as root@mageia.org tend to be rejected while we now have SPF on hostnames.
* Clean x86_64 arch firstJani Välimaa2024-04-141-1/+1
|
* mirrors: move cauldron to leftmost column in status pageJani Välimaa2024-04-131-2/+2
|
* youri-check: replace i586 with i686 in cauldron.conf template, part 2Jani Välimaa2024-04-111-13/+13
|
* Prefer x86_64 repo over to-be-dropped i586 for noarch pkgsJani Välimaa2024-04-101-2/+2
|
* youri-check: replace i586 with i686 in cauldron.conf templateJani Välimaa2024-04-101-12/+12
|
* Stop cleaning old i586 pkgs on CauldronJani Välimaa2024-04-101-1/+1
|
* Stop checking i586 mirror status on CauldronJani Välimaa2024-04-101-1/+1
|
* Stop building i586 pkgs on CauldronJani Välimaa2024-04-101-2/+2
|
* Try to allow sending emails from @machine.mageia.orgPascal Terjan2024-04-091-1/+5
|
* Also check i686 mirror statusPascal Terjan2024-04-051-1/+1
|
* Also cleanup i686 packagesPascal Terjan2024-04-051-1/+1
|
* Make i686 mandatory arch on cauldronJani Välimaa2024-04-031-2/+2
|
* Revert "Do not publish i686"Jani Välimaa2024-04-021-1/+0
| | | | This reverts commit 04826ee353238b595b8712b49b24c11bf6595e50.
* Build also i686 pkgs for cauldronJani Välimaa2024-04-021-1/+1
|
* Do not publish i686Jani Välimaa2024-04-021-0/+1
|
* Add variable for new std x86 archesJani Välimaa2024-04-021-0/+1
|
* Add i686 buildersJani Välimaa2024-03-311-0/+1
|
* (buildsystem) Set webkit2 timeout to 57600 (mga#32202)Dan Fandrich2024-03-281-0/+1
|
* Create search filter for sender_ldap_group (mga#32929)Dan Fandrich2024-03-271-0/+6
|
* Add ssh key for meJani Välimaa2024-03-271-0/+5
|
* Fix backports-announce so mga-qa-committers members can send (mga#32929)Dan Fandrich2024-03-262-5/+9
|
* (buildsystem) Set llvm17-suite timeout to 64000Dan Fandrich2024-03-041-0/+1
|
* Allow mga-qa-committers to post to backports-announce (mga#32854)Dan Fandrich2024-03-041-1/+4
| | | | | There are currently no automated e-mails to that list, so this allows some communication to backports users.
* Drop trailing slash in vhost namesDan Fandrich2024-03-013-3/+3
|
* Fix vhost names for the new https: redirects (mga#32903)Dan Fandrich2024-03-013-0/+3
| | | | The puppet object names are used otherwise which isn't correct.
* Enable https: versions of all http: redirects (mga#32903)Dan Fandrich2024-03-013-0/+11
| | | | | Also, reinstate the http://start.mageia.org/ redirect that was accidentally deleted in the previous commit.
* Enable https on start.mageia.org (mga#32903)Dan Fandrich2024-03-011-0/+1
|
* Skip reply_to_header in Sympa list config when falseDan Fandrich2024-02-211-0/+2
| | | | | | | | | false means we don't want to add a Reply-To: header, which is Sympa's default, but writing this section causes a warning message: Bad entry "other_email false" for key "other_email", paragraph "reply_to_header" when running "sympa upgrade".
* Add an SPF DNS record for group.mageia.orgDan Fandrich2024-02-191-2/+3
| | | | | | This complements the one for ml.mageia.org and is needed for some automated e-mails to get through. There should be no senders from this domain other than on Mageia infrastructure.
* Fix cleanup of noarch packagesPascal Terjan2024-02-171-2/+2
| | | | | | | There were 2 bugs: - getting the architecture got broken due to a missing % - name of the binary package instead of the src was used, somethimes they are different
* Allow subversion and root as senders in *-commit listsuser/danf/testDan Fandrich2024-02-162-6/+13
| | | | | | | | When subversion update messages were changed to come from a new address in commit f3f49a26, not all the mailing lists there were send to were updated to accept the new sender. This change whitelists it for all the remaining subversion destination lists. It also adds root@mageia.org to some lists, which were likely missing some other automated messages.
* Disable https: probes on friteuseDan Fandrich2024-02-161-1/+1
| | | | Use of https was disabled there as unnecessary in commit 56079da1.
* Add a ticket_map for Bugzilla to hook_sendmail.pl (mga#2566)Dan Fandrich2024-02-151-0/+4
| | | | | This time, use a YAML mapping, as I suspect that's what the code is looking for instead of a plain string.
* Remove the ticket_map option in hook_sendmail.pl (mga#2566)Dan Fandrich2024-02-131-2/+0
| | | | | | | | It resulted in the svnlook error: Can't use string ("\bmga#(\d+)\b=https://bugs.magei"...) as a HASH ref while "strict refs" in use at /usr/share/perl5/vendor_perl/SVN/Notify.pm line 1789.
* Send packages-commits e-mails from new addressesDan Fandrich2024-02-123-4/+4
| | | | | These mails should be delivered more reliably because this domain has an SPF record.
* Improve the subversion commit messages (mga#2566)Dan Fandrich2024-02-121-0/+6
| | | | | | - Add the path to the subject - Add a link to Bugzilla for bugs - Add a link to svnweb
* Flush logs in on-the-pullDan Fandrich2024-02-121-2/+8
| | | | | | | | | | It's not perfect (logs for requests that are rejected by the server are still buffered) but at least normal requests can be immediately be seen in the logs now. A better approach would be to use a logging function that flushes automatically. Also, wait for the queue thread to complete before exiting so things are left in a clean state.
* Enable snapshots for cgit (mga#32534)Dan Fandrich2024-02-121-0/+1
|
* Connect to the forums server from the proxy via http:Dan Fandrich2024-02-101-4/+2
| | | | | | | The forum's certificate expired so the reverse proxy was returning 500 errors. But, since the forums server is running in a VM (friteuse) on the proxy server (sucuk), data never leaves the machine so there is no need to encrypt it.
* Send wiki e-mails from wiki_noreply@ml.mageia.orgDan Fandrich2024-02-101-1/+1
| | | | | This should resolve wiki e-mail delivery issues as b9c41d85 did for Bugzilla.
* Remove the DNS verification record (mga#32819)Dan Fandrich2024-02-101-3/+1
|