summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-22 00:30:43 -0700
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-22 00:30:43 -0700
commitbba8c33a039ec4d1e1d13f88304ba0aeb754b03e (patch)
tree551c9bb4003c69b7bd0f2d7fd3587bdd1c5ba546 /db-update
parente3325948742bc89c57836de0db330a64dcfe8afc (diff)
Midnight fix
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update7
1 files changed, 4 insertions, 3 deletions
diff --git a/db-update b/db-update
index 6bd0209..7604547 100755
--- a/db-update
+++ b/db-update
@@ -39,9 +39,10 @@ for repo in ${repos[@]}; do
# die "Package ${repo}/$(basename ${pkg}) already exists in another repository"
#fi
done
- if ! check_splitpkgs ${repo} ${pkgs[@]}; then
- die "Missing split packages for ${repo}"
- fi
+ # This is fucking obnoxious
+# if ! check_splitpkgs ${repo} ${pkgs[@]}; then
+# die "Missing split packages for ${repo}"
+# fi
else
die "Could not read ${STAGING}"
fi