index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-09 12:27:40 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-09 12:27:40 +0100 |
commit | b401b1f7c3b83c095adb01bfeded39d77f5d663f (patch) | |
tree | 45b033143affa2ffdfb1f5230e0391381e645416 /bin/db-update | |
parent | 9dd30b6080c0c99c8c9fc4638d380649a7f79607 (diff) |
-rwxr-xr-x | bin/db-update | 6 |
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}" | \ |