Unverified Commit fb51b232 authored by boklm's avatar boklm
Browse files

Bug 40061: Log copy of input_files when the RBM_VERBOSE_LOG environment variable is set

parent c4c1716d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1229,6 +1229,10 @@ sub build_run {
                    exec_name => 'put',
                    exec_as_root => 0,
                });
            if ($ENV{RBM_VERBOSE_LOG}) {
                my $now = localtime;
                path($build_log)->append_utf8("[$now] Copying file $file\n");
            }
            if (run_script($project, $cmd, sub { system(@_) }) != 0) {
                $error = "Error uploading $file";
                goto EXIT;