index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/seed-build-list | 1 |
diff --git a/bin/seed-build-list b/bin/seed-build-list index 832641a..ebcae26 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -589,6 +589,7 @@ if ${update}; then printf 'LOAD DATA LOCAL INFILE "%s" INTO TABLE `pkgbases`(`pkgbase`);\n' \ "${tmp_dir}/pkgbases" +# TODO: this seems to be broken (deletes too few packages) printf 'DELETE `d_bpir`' printf ' FROM `pkgbases`' # the package on the deletion-list ... |