From cb7f9b87327c1f6cfa1e96bcfe08b6825bc48782 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 14 Sep 2018 16:44:47 +0200 Subject: bin/seed-build-list: remove debug output introduced in dc6a8a45 --- bin/seed-build-list | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') diff --git a/bin/seed-build-list b/bin/seed-build-list index 23cbab0..2cced4b 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -218,9 +218,6 @@ if [ -s "${tmp_dir}/mirrors" ]; then "${tmp_dir}/pkgnames" fi -grep -HF '' "${tmp_dir}/pkgbases" "${tmp_dir}/pkgnames" -exit 4 - # harvest pkgnames from undelete-mirrors if [ -s "${tmp_dir}/undelete-mirrors" ]; then while read -r mirror; do -- cgit v1.2.3-54-g00ecf