diff options
Diffstat (limited to 'db-functions')
-rw-r--r-- | db-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db-functions b/db-functions index 83f1732..abec505 100644 --- a/db-functions +++ b/db-functions @@ -561,6 +561,7 @@ arch_db_move() { local ftppath_from="${FTP_BASE}/${repo_from}/os/" + # TODO: detect if a pkgname has been removed from a split package and clean up the repo for pkgname in "${pkgnames[@]}"; do pkgentry=$(pkgentry_from_db "$repo_from" "$arch" "$pkgname") pkgs=($(getpkgfiles "$ftppath_from$arch/$pkgentry"*${PKGEXT})) |