summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-31 14:50:37 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-31 14:50:37 -0500
commitf65c477e42f46a3e22b5fbc5da790f9561483770 (patch)
tree216acb4c2d0fef7720db927ee1c7c1bd8012f022 /db-update
parent99d6b1d0f1f88bf30b75243225cd461afb565f6b (diff)
clean up
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update9
1 files changed, 4 insertions, 5 deletions
diff --git a/db-update b/db-update
index 74d3f45..ca18ca3 100755
--- a/db-update
+++ b/db-update
@@ -52,10 +52,9 @@ for repo in ${repos[@]}; do
die "Package ${repo}/${pkg##*/} already exists in another repository"
fi
done
- # This is fucking obnoxious
-# if ! check_splitpkgs ${repo} ${pkgs[@]}; then
-# die "Missing split packages for ${repo}"
-# fi
+ if ! check_splitpkgs ${repo} ${pkgs[@]}; then
+ die "Missing split packages for ${repo}"
+ fi
else
die "Could not read ${STAGING}"
fi
@@ -82,7 +81,7 @@ for repo in ${repos[@]}; do
if [ -f "$FTP_BASE/${PKGPOOL}/${pkgfile}.sig" ]; then
ln -s "../../../${PKGPOOL}/${pkgfile}.sig" "$FTP_BASE/$repo/os/${pkgarch}"
fi
- add_pkgs[${#add_pkgs[*]}]=${pkgfile}
+ add_pkgs[${#add_pkgs[*]}]=${pkgfile}
done
if [ ${#add_pkgs[@]} -ge 1 ]; then
arch_repo_add "${repo}" "${pkgarch}" ${add_pkgs[@]}