summaryrefslogtreecommitdiff
path: root/bin/build-master-status-from-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-23 14:53:25 +0100
committerErich Eckner <git@eckner.net>2018-02-23 14:53:25 +0100
commitb0221d5ad5df2e4b06a194b0833d2fc7a5c7b119 (patch)
tree74232db28f19b7fd4d4e636aca4e96f4cab1ed67 /bin/build-master-status-from-mysql
parent9f56bebe359b46849c3893601953cc21d186c207 (diff)
downloadbuilder-b0221d5ad5df2e4b06a194b0833d2fc7a5c7b119.tar.xz
bin/build-master-status-from-mysql: make loop-error non-fatal
Diffstat (limited to 'bin/build-master-status-from-mysql')
-rwxr-xr-xbin/build-master-status-from-mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql
index ea8d0f1..b55ca65 100755
--- a/bin/build-master-status-from-mysql
+++ b/bin/build-master-status-from-mysql
@@ -244,7 +244,7 @@ find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 \
true
diff -u \
"${tmp_dir}/loops.file" \
- "${tmp_dir}/loops.mysql" || \
+ "${tmp_dir}/loops.mysql" >&2 || \
true
diff -u \
"${tmp_dir}/tested.file" \