index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 7 |
diff --git a/bin/db-update b/bin/db-update index 4d4fef1..5f19a28 100755 --- a/bin/db-update +++ b/bin/db-update @@ -324,12 +324,7 @@ move_packages() { "${tmp_dir}/tmp/packages" if ! ${no_action}; then - date '+%s' > \ - "${tmp_dir}/tmp/lastupdate" - # shellcheck disable=SC2086 - ${dummynator} ${master_mirror_rsync_command} \ - "${tmp_dir}/tmp/lastupdate" \ - "${master_mirror_rsync_directory}/lastupdate" + ${dummynator} trigger_mirror_refreshs fi rm -rf --one-file-system "${tmp_dir:?}/tmp" |