aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
Commit message (Collapse)AuthorAgeFilesLines
* Enable https: on meetbot.mageia.orgDan Fandrich14 days1-0/+19
|
* 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
|
* 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
|
* 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-261-3/+5
|
* 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
|
* 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.
* 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.
* Send packages-commits e-mails from new addressesDan Fandrich2024-02-122-2/+2
| | | | | These mails should be delivered more reliably because this domain has an SPF record.
* Remove the DNS verification record (mga#32819)Dan Fandrich2024-02-101-3/+1
|
* Add DNS verification record for Gandi certificate renewalDan Fandrich2024-02-101-1/+3
|
* Send Bugzilla e-mails from bugzilla_noreply@ml.mageia.orgDan Fandrich2024-02-081-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 commentsDan Fandrich2024-01-251-1/+1
| | | | These are for use by humans only.
* Specify the git_multimail.py file using different syntaxDan Fandrich2024-01-171-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 hookDan Fandrich2024-01-151-1/+1
| | | | The service doesn't support TLS.
* Convert git-post-receive-hook to Python3Dan Fandrich2024-01-153-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-isDan Fandrich2024-01-132-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 Fandrich2024-01-121-2/+2
|
* Properly extract e-mail address in i18n git mailDan Fandrich2024-01-121-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-hookDan Fandrich2024-01-121-2/+1
|
* Further adapt git-post-receive-hookDan Fandrich2024-01-121-1/+6
|
* Adapt git-post-receive-hook to new git_multimail.pyDan Fandrich2024-01-121-1/+1
|
* mgagit: Update to git_multimail.py a984395eDan Fandrich2024-01-121-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 rejectingPascal Terjan2023-12-301-0/+1
|
* Add an SPF DNS record for ml.mageia.orgDan Fandrich2023-12-201-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 serversDan Fandrich2023-12-203-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 advisoriesPascal Terjan2023-12-191-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.readmePascal Terjan2023-11-271-2/+0
| | | | https://bugs.mageia.org/show_bug.cgi?id=30089
* Update IPv6 of neruPascal Terjan2023-11-151-1/+1
|
* Increase serial to undo temporary changesPascal Terjan2023-10-091-1/+1
|
* dropThomas Backlund2023-09-161-0/+2
|
* dns: bump serialThomas Backlund2023-09-111-1/+1
|
* rsync: add am.mirrors.kernel.org nodeThomas Backlund2023-08-291-0/+2
|
* re-open CauldronThomas Backlund2023-08-271-2/+2
|
* release svn lockThomas Backlund2023-08-271-3/+1
|
* drop configs for infra_6, infra_7, 6, 7Thomas Backlund2023-08-261-117/+0
|
* fix typoThomas Backlund2023-08-251-1/+1
|
* lock svn for branchingThomas Backlund2023-08-251-1/+3
|
* cauldron is now version 10Thomas Backlund2023-08-251-1/+1
|
* add mga9 and infra_9 configsThomas Backlund2023-08-251-0/+82
|