Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable https: on meetbot.mageia.org | Dan Fandrich | 2024-04-19 | 1 | -0/+19 |
| | |||||
* | Stop building i586 pkgs on Cauldron | Jani Välimaa | 2024-04-10 | 1 | -2/+2 |
| | |||||
* | Try to allow sending emails from @machine.mageia.org | Pascal Terjan | 2024-04-09 | 1 | -1/+5 |
| | |||||
* | Make i686 mandatory arch on cauldron | Jani Välimaa | 2024-04-03 | 1 | -2/+2 |
| | |||||
* | Revert "Do not publish i686" | Jani Välimaa | 2024-04-02 | 1 | -1/+0 |
| | | | | This reverts commit 04826ee353238b595b8712b49b24c11bf6595e50. | ||||
* | Build also i686 pkgs for cauldron | Jani Välimaa | 2024-04-02 | 1 | -1/+1 |
| | |||||
* | Do not publish i686 | Jani Välimaa | 2024-04-02 | 1 | -0/+1 |
| | |||||
* | Add variable for new std x86 arches | Jani Välimaa | 2024-04-02 | 1 | -0/+1 |
| | |||||
* | Add i686 builders | Jani Välimaa | 2024-03-31 | 1 | -0/+1 |
| | |||||
* | Add ssh key for me | Jani Välimaa | 2024-03-27 | 1 | -0/+5 |
| | |||||
* | Fix backports-announce so mga-qa-committers members can send (mga#32929) | Dan Fandrich | 2024-03-26 | 1 | -3/+5 |
| | |||||
* | Allow mga-qa-committers to post to backports-announce (mga#32854) | Dan Fandrich | 2024-03-04 | 1 | -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 names | Dan Fandrich | 2024-03-01 | 3 | -3/+3 |
| | |||||
* | Fix vhost names for the new https: redirects (mga#32903) | Dan Fandrich | 2024-03-01 | 3 | -0/+3 |
| | | | | The puppet object names are used otherwise which isn't correct. | ||||
* | Enable https: versions of all http: redirects (mga#32903) | Dan Fandrich | 2024-03-01 | 3 | -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 Fandrich | 2024-03-01 | 1 | -0/+1 |
| | |||||
* | Add an SPF DNS record for group.mageia.org | Dan Fandrich | 2024-02-19 | 1 | -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. | ||||
* | Allow subversion and root as senders in *-commit listsuser/danf/test | Dan Fandrich | 2024-02-16 | 2 | -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. | ||||
* | Send packages-commits e-mails from new addresses | Dan Fandrich | 2024-02-12 | 2 | -2/+2 |
| | | | | | These mails should be delivered more reliably because this domain has an SPF record. | ||||
* | Remove the DNS verification record (mga#32819) | Dan Fandrich | 2024-02-10 | 1 | -3/+1 |
| | |||||
* | Add DNS verification record for Gandi certificate renewal | Dan Fandrich | 2024-02-10 | 1 | -1/+3 |
| | |||||
* | Send Bugzilla e-mails from bugzilla_noreply@ml.mageia.org | Dan Fandrich | 2024-02-08 | 1 | -8/+8 |
| | | | | | | | This is currently the only subdomain with an SPF record and is therefore the only one from which some mail providers will accept e-mails these days. Having _noreply in the name makes it more obvious that a reply will go nowhere. | ||||
* | Switch links to https: that are found in comments | Dan Fandrich | 2024-01-25 | 1 | -1/+1 |
| | | | | These are for use by humans only. | ||||
* | Specify the git_multimail.py file using different syntax | Dan Fandrich | 2024-01-17 | 1 | -1/+1 |
| | | | | | | | Puppet complained with "Files must be fully qualified" using the file() function. Follow-up to 0ea383bf2 | ||||
* | Fix gitweb update integration in the git hook | Dan Fandrich | 2024-01-15 | 1 | -1/+1 |
| | | | | The service doesn't support TLS. | ||||
* | Convert git-post-receive-hook to Python3 | Dan Fandrich | 2024-01-15 | 3 | -97/+105 |
| | | | | | | | | | | | | | | | | | | | | | This depends on a newer version of pybugz that's Python 3 compatible (tested with 0.14) and git_multimail.py, which has already been updated. Replace token support with API key support, as per the latest pybugz (and Bugzilla). If an API key is found, it will be used and if not found it will fall back to username/password. No attempt is made to try to create an API key in the same way that a token was minted before. Use a different file name for an API key for coexistence with a token, which is still used by other programs. Add a debug flag for enabling more logging to better see when things go wrong. Create variables for configuration items. Log a message when an i18n e-mail is sent. Do a few little code cleanups. | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | Add another ibiblio hots we are currently rejecting | Pascal Terjan | 2023-12-30 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | 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 | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | fix typo | Thomas Backlund | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | lock svn for branching | Thomas Backlund | 2023-08-25 | 1 | -1/+3 |
| | |||||
* | cauldron is now version 10 | Thomas Backlund | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | add mga9 and infra_9 configs | Thomas Backlund | 2023-08-25 | 1 | -0/+82 |
| |