commit:     6cd81639e3c21e1e2ed8e259b6680d23658a2d5c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 18:30:08 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 18:31:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=6cd81639

Revert "Actually remove dead txt files"

This reverts commit ebb201a6ddfac32e10c9ffdf758f1a553462d9fc.

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 scripts/copy_buildsync.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 0308da39..81137b43 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -238,10 +238,8 @@ process_arch() {
                done >"${_dead}"
 
                if test -s "${_dead}"; then
-                               echo "copy_buildsync: removing dead latest*txt 
files:" 1>&2
-                               foreach txtfil in $(cat "${_dead}") ; do
-                                       rm -v "${txtfil}" 1>&2
-                               done
+                               echo "copy_buildsync: dead latest*txt files to 
verify:" 1>&2
+                               cat "${_dead}" 1>&2
                fi
 
                mv -f "${_dead}" "${logdir}/dead-latest-txt.txt"

Reply via email to