summaryrefslogtreecommitdiffstats
path: root/db-add
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-07 14:26:23 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-27 15:46:05 +0200
commit8b77df7580243360431cd5313841556dfa51e94e (patch)
tree5fa727c7bebc9d3601ed55d9dc8555450fcc014c /db-add
parent1a57633f1d8e15f4b0ca48f2acacf6b67f74b573 (diff)
downloaddbscripts-8b77df7580243360431cd5313841556dfa51e94e.tar.gz
dbscripts-8b77df7580243360431cd5313841556dfa51e94e.tar.xz
make tests.d/db-add work
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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"