This message is written to the log before the file has even been moved to
the staging directory, therefore it should not be past tense.
if ($header->{options}{replace}) {
archive_filepair([File::Spec::Unix->splitdir($header->{directory})],
$upload_file);
- ftp_syslog('info', "overwrote $pubfinal with uploaded version");
+ ftp_syslog('info', "overwriting $pubfinal with uploaded version");
$notification_str .=
"Archived and overwrote $pubfinal with uploaded version\n";
} else {
exp_continue
}
-re {^gatekeeper\[[0-9]+\]: \(Test\) \[EX\]\
- overwrote [^\r\n]+} {
- # from install_files, if target replaced
+ overwriting [^\r\n]+} {
+ # from install_files, if target is to be replaced
set A(install,target-file-replaced) 1
exp_continue
}