Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 118 | -508/+508 | |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | |||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 118 | -508/+508 | |
| | | | | Access without the @ symbol is the older method and is discouraged. | |||||
* | Use the right ntp package name on mga9 | Dan Fandrich | 2024-10-04 | 1 | -2/+7 | |
| | ||||||
* | Tighten the sudo for the maintdb scripts | Dan Fandrich | 2024-09-30 | 2 | -4/+5 | |
| | | | | | Make sudoers a bit more robust against attempts to play with the arguments. Unfortunately, our sudo is too old to support regexes. | |||||
* | buildsystem: Set llvm19-suite timeout to 60000 | Dan Fandrich | 2024-09-29 | 1 | -0/+1 | |
| | ||||||
* | Preventing forums from tier iframe inclusion | pvi-tm | 2024-09-27 | 1 | -0/+3 | |
| | ||||||
* | Block a couple of IP address ranges on svnweb | Dan Fandrich | 2024-09-04 | 1 | -1/+6 | |
| | | | | | | There was a bot there was hammering us for weeks, but which doesn't identify itself in the User-Agent string. Also, add another couple of bot User-Agent strings. | |||||
* | Block expensive SVN operations on robots on svnweb | Dan Fandrich | 2024-09-03 | 1 | -0/+8 | |
| | | | | | | This will result in most operations other than showing a directory or downloading a specific version of a file being blocked. ClaudeBot and Amazonbot remain completely blocked. | |||||
* | Enable robots.txt on gitweb | Dan Fandrich | 2024-08-31 | 1 | -0/+1 | |
| | | | | | There is a standard one that comes with cgit to disable snapshots by robots, but it needed an alias so the web server would serve it. | |||||
* | Update another ref to the systemv slapd refresh command | Dan Fandrich | 2024-08-15 | 1 | -1/+1 | |
| | ||||||
* | Fix the slapd refresh command | Dan Fandrich | 2024-08-15 | 1 | -1/+1 | |
| | | | | | openldap no longer uses a systemv service file, so call the check command directly. | |||||
* | Fix some typos in user-visible strings | Dan Fandrich | 2024-08-15 | 4 | -4/+4 | |
| | ||||||
* | Fix typos in comments | Dan Fandrich | 2024-08-15 | 38 | -63/+63 | |
| | | | | This should result in no difference in configuration. | |||||
* | svnweb: add facebookexternalhit to robots.txt | Jani Välimaa | 2024-07-04 | 1 | -0/+1 | |
| | ||||||
* | svnweb: add more bots to robots.txt | Jani Välimaa | 2024-06-17 | 1 | -0/+4 | |
| | ||||||
* | buildsystem: increase iurt max log file size to 600M | Jani Välimaa | 2024-05-04 | 1 | -1/+1 | |
| | ||||||
* | buildsystem: increase java-21-openjdk timeout to 172800 | Jani Välimaa | 2024-05-04 | 1 | -0/+1 | |
| | ||||||
* | buildsystem: increase java-17-openjdk timeout to 172800 | Jani Välimaa | 2024-05-04 | 1 | -0/+1 | |
| | ||||||
* | buildsystem: increase java-latest-openjdk timeout to 172800 | Jani Välimaa | 2024-05-04 | 1 | -0/+1 | |
| | ||||||
* | buildsystem: update media.cfg creation to support x86_64 + i686 | Jani Välimaa | 2024-05-04 | 1 | -0/+12 | |
| | ||||||
* | Ensure SRPMS dir is owned by schedbot | Jani Välimaa | 2024-05-03 | 1 | -2/+2 | |
| | ||||||
* | Ensure repodata dir is owned by schedbot | Jani Välimaa | 2024-05-03 | 1 | -0/+6 | |
| | ||||||
* | Ensure media/debug dir is owned by schedbot | Jani Välimaa | 2024-05-03 | 1 | -1/+1 | |
| | ||||||
* | Enable https on maintdb.mageia.org | Dan Fandrich | 2024-04-29 | 1 | -0/+7 | |
| | ||||||
* | Ban two robots from svnweb | Dan Fandrich | 2024-04-25 | 1 | -0/+10 | |
| | ||||||
* | Add two more robots to the svnweb robots.txt file | Dan Fandrich | 2024-04-25 | 1 | -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 115200 | Jani Välimaa | 2024-04-23 | 1 | -1/+1 | |
| | ||||||
* | Add $ on variable reference | Dan Fandrich | 2024-04-19 | 1 | -1/+1 | |
| | | | | Accidentally dropped in 02f1f851 | |||||
* | Enable https on binrepo.mageia.org | Dan Fandrich | 2024-04-19 | 1 | -0/+7 | |
| | ||||||
* | Remove youri-check configurations for Mageia 4-8 | Dan Fandrich | 2024-04-15 | 5 | -1205/+0 | |
| | ||||||
* | Fix a couple of yamllint errors in your-check config | Dan Fandrich | 2024-04-15 | 1 | -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 domain | Pascal Terjan | 2024-04-14 | 1 | -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 first | Jani Välimaa | 2024-04-14 | 1 | -1/+1 | |
| | ||||||
* | mirrors: move cauldron to leftmost column in status page | Jani Välimaa | 2024-04-13 | 1 | -2/+2 | |
| | ||||||
* | youri-check: replace i586 with i686 in cauldron.conf template, part 2 | Jani Välimaa | 2024-04-11 | 1 | -13/+13 | |
| | ||||||
* | Prefer x86_64 repo over to-be-dropped i586 for noarch pkgs | Jani Välimaa | 2024-04-10 | 1 | -2/+2 | |
| | ||||||
* | youri-check: replace i586 with i686 in cauldron.conf template | Jani Välimaa | 2024-04-10 | 1 | -12/+12 | |
| | ||||||
* | Stop cleaning old i586 pkgs on Cauldron | Jani Välimaa | 2024-04-10 | 1 | -1/+1 | |
| | ||||||
* | Stop checking i586 mirror status on Cauldron | Jani Välimaa | 2024-04-10 | 1 | -1/+1 | |
| | ||||||
* | Also check i686 mirror status | Pascal Terjan | 2024-04-05 | 1 | -1/+1 | |
| | ||||||
* | Also cleanup i686 packages | Pascal Terjan | 2024-04-05 | 1 | -1/+1 | |
| | ||||||
* | (buildsystem) Set webkit2 timeout to 57600 (mga#32202) | Dan Fandrich | 2024-03-28 | 1 | -0/+1 | |
| | ||||||
* | Create search filter for sender_ldap_group (mga#32929) | Dan Fandrich | 2024-03-27 | 1 | -0/+6 | |
| | ||||||
* | Fix backports-announce so mga-qa-committers members can send (mga#32929) | Dan Fandrich | 2024-03-26 | 1 | -2/+4 | |
| | ||||||
* | (buildsystem) Set llvm17-suite timeout to 64000 | Dan Fandrich | 2024-03-04 | 1 | -0/+1 | |
| | ||||||
* | Skip reply_to_header in Sympa list config when false | Dan Fandrich | 2024-02-21 | 1 | -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". | |||||
* | Fix cleanup of noarch packages | Pascal Terjan | 2024-02-17 | 1 | -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 | |||||
* | Disable https: probes on friteuse | Dan Fandrich | 2024-02-16 | 1 | -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 Fandrich | 2024-02-15 | 1 | -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 Fandrich | 2024-02-13 | 1 | -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. |