diff --git a/development/CI/README b/development/CI/README new file mode 100644 index 0000000000..3b21f295bd --- /dev/null +++ b/development/CI/README @@ -0,0 +1,5 @@ +This folder and its subfolders are used by LyX's continuous integration (CI) system. + +Structure: +- bin/ :: Contains scripts used by CI jobs + diff --git a/development/CI/bin/check_git_log_for_unrecognised_email_addresses.sh b/development/CI/bin/check_git_log_for_unrecognised_email_addresses.sh new file mode 100755 index 0000000000..d6ca54794b --- /dev/null +++ b/development/CI/bin/check_git_log_for_unrecognised_email_addresses.sh @@ -0,0 +1,93 @@ +#!/bin/bash +# +# +CMD=$1 +SINCE_DATE=2015-01-01 +FORMAT='%h %ai name=%an email=%ae' +SCRIPT=$0 + +function show_help() { + cat <