summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 12:27:40 +0100
committerErich Eckner <git@eckner.net>2018-03-09 12:27:40 +0100
commitb401b1f7c3b83c095adb01bfeded39d77f5d663f (patch)
tree45b033143affa2ffdfb1f5230e0391381e645416 /bin/db-update
parent9dd30b6080c0c99c8c9fc4638d380649a7f79607 (diff)
downloadbuilder-b401b1f7c3b83c095adb01bfeded39d77f5d663f.tar.xz
bin/db-update: touch mv* and rm* files in case they're not there yetdb-update
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update
index fd3654c..1c7ce94 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -156,6 +156,12 @@ for source_stability in 'testing' 'staging'; do
continue
fi
+ touch \
+ "${tmp_dir}/mv" \
+ "${tmp_dir}/mv.id" \
+ "${tmp_dir}/rm" \
+ "${tmp_dir}/rm.id"
+
# shellcheck disable=SC2086
for s in "${tmp_dir}/"*; do
sort -u "${s}" | \