summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 01:29:34 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-25 01:29:34 -0600
commitaf138659e5042debbb57deba5c0419ba744f75fd (patch)
tree0290f2dbeaaf1df6b48bd1dffac15fe7758d70ca /db-update
parent0b44acfc457cd954297d36851c712f0149851699 (diff)
Pull in more changes from lukeshu/archlinux+cleanup+librelib
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update3
1 files changed, 3 insertions, 0 deletions
diff --git a/db-update b/db-update
index 3b63708..57a2251 100755
--- a/db-update
+++ b/db-update
@@ -51,6 +51,9 @@ for repo in "${repos[@]}"; do
if ! check_pkgrepos "${pkg}"; then
die "Package %s already exists in another repository" "${repo}/${pkg##*/}"
fi
+ if ! check_packager "${pkg}"; then
+ die "Package ${repo}/${pkg##*/} does not have a valid packager"
+ fi
done
if ! check_splitpkgs "${repo}" "${pkgs[@]}"; then
die "Missing split packages for %s" "${repo}"