Separate this from arg parsing.
This commit is contained in:
parent
e22914f882
commit
26edcca3a3
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ make_path($LOG_DIR, {mode => 0750});
|
||||||
die "The directory, $OUTPUT_DIRECTORY, must be a writeable directory" unless -d $OUTPUT_DIRECTORY and -w $OUTPUT_DIRECTORY;
|
die "The directory, $OUTPUT_DIRECTORY, must be a writeable directory" unless -d $OUTPUT_DIRECTORY and -w $OUTPUT_DIRECTORY;
|
||||||
die "The log directory, $LOG_DIR, must be a writeable directory" unless -d $LOG_DIR and -w $LOG_DIR;
|
die "The log directory, $LOG_DIR, must be a writeable directory" unless -d $LOG_DIR and -w $LOG_DIR;
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
# Read STDIN for whitelist commits
|
||||||
|
|
||||||
my %WHITELIST_COMMIT_IDS;
|
my %WHITELIST_COMMIT_IDS;
|
||||||
|
|
||||||
# Snarf in data
|
# Snarf in data
|
||||||
|
|
Loading…
Reference in a new issue