summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorParabola <parabolavnx@lions.dreamhost.com>2011-02-18 15:42:59 -0800
committerParabola <parabolavnx@lions.dreamhost.com>2011-02-18 15:42:59 -0800
commit11db46275d14c9a9c2e59019fed3de4b8803f9f4 (patch)
tree792dde45c08062b0080b52d35938d415bf29770e /db-update
parent9e4f661adf89d150b0891d6edd39e19682d923bf (diff)
Parabola specific changes
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update9
1 files changed, 3 insertions, 6 deletions
diff --git a/db-update b/db-update
index 5bdce5e..4740809 100755
--- a/db-update
+++ b/db-update
@@ -35,12 +35,9 @@ for repo in ${repos[@]}; do
if ! check_pkgfile "${pkg}"; then
die "Package ${repo}/$(basename ${pkg}) is not consistent with its meta data"
fi
- if ! check_pkgsvn "${pkg}" "${repo}"; then
- die "Package ${repo}/$(basename ${pkg}) is not consistent with svn repository"
- fi
- if ! check_pkgrepos "${pkg}"; then
- die "Package ${repo}/$(basename ${pkg}) already exists in another repository"
- fi
+ #if ! check_pkgrepos "${pkg}"; then
+ # die "Package ${repo}/$(basename ${pkg}) already exists in another repository"
+ #fi
done
if ! check_splitpkgs ${repo} ${pkgs[@]}; then
die "Missing split packages for ${repo}"