index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 3 |
diff --git a/bin/db-update b/bin/db-update index 0234608..27cb1d6 100755 --- a/bin/db-update +++ b/bin/db-update @@ -90,9 +90,6 @@ if ! flock -s ${block_flag} 8; then exit 0 fi -# shellcheck disable=SC2119 -mysql_cleanup - for source_stability in 'testing' 'staging'; do find "${tmp_dir}" -mindepth 1 -delete |