]> git.lyx.org Git - features.git/commit
Add script for CI job to check git log for non @lyx.org-adressses
authorChristian Ridderström <chr@lyx.org>
Sun, 30 Jul 2017 18:28:42 +0000 (20:28 +0200)
committerChristian Ridderström <chr@lyx.org>
Sun, 30 Jul 2017 18:28:42 +0000 (20:28 +0200)
commit601f70f8fe6e2094a1ec5b71c25a93579ab1e6f8
treec21d3dc3e349048d4ee0fb1b467bca38ae9adb84
parent189ed7db3c556e5cd10bde0cf8a78bc0ca5e4057
Add script for CI job to check git log for non @lyx.org-adressses

The idea is to let a CI job regurlarly invoke this script in order to
check that there hasn't been any new commits where the author of the
commit doesn't have an @lyx.org e-mail address.  If this is the case,
the CI job is expected to fail and a warning e-mail will be sent to
lyx-devel@lists.lyx.org.
development/CI/README [new file with mode: 0644]
development/CI/bin/check_git_log_for_unrecognised_email_addresses.sh [new file with mode: 0755]