]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix scripts/update-contributors.pl CONTRIBUTORS screening (#2125)
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 21 Jul 2025 21:18:14 +0000 (21:18 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 21 Jul 2025 21:18:24 +0000 (21:18 +0000)
commit75418fdc2bcda8a4a81ea12ac84e02b3b425d9fc
tree11b213ae04fbfb4fd9861ebc872716b5f516bc13
parentb5fb75e174b79ac0ba7a6c4942934185f23fd6c1
Fix scripts/update-contributors.pl CONTRIBUTORS screening (#2125)

    Possible unintended interpolation of @users in string
    Bareword "true" not allowed
    Bareword "false" not allowed
    Execution of ... aborted due to compilation errors

Recent commit daa76f41 broke scripts/update-contributors.pl syntax (see
error messages quoted above) and its lower-case comparison logic,
effectively disabling CONTRIBUTORS checks.

Also do not hide update-contributors.pl execution failures. Buggy
failure detection contributed to the above problems ignored by CI tests.
scripts/source-maintenance.sh
scripts/update-contributors.pl