summaryrefslogtreecommitdiffstats
path: root/db-add
diff options
context:
space:
mode:
Diffstat (limited to 'db-add')
-rwxr-xr-xdb-add1
1 files changed, 1 insertions, 0 deletions
diff --git a/db-add b/db-add
index 6c88611..9d21eb4 100755
--- a/db-add
+++ b/db-add
@@ -30,6 +30,7 @@ done
for pkgfile in ${pkgfiles[@]}; do
if [[ -f "$pkgfile" ]]; then
+ # TODO: check for signature before adding
arch_add_to_pool "$pkgfile"
fi
arch_db_add $repo ${tarches[@]} "$pkgfile"