diff options
author | Parabola <parabolavnx@lions.dreamhost.com> | 2011-02-18 15:42:59 -0800 |
---|---|---|
committer | Parabola <parabolavnx@lions.dreamhost.com> | 2011-02-18 15:42:59 -0800 |
commit | 11db46275d14c9a9c2e59019fed3de4b8803f9f4 (patch) | |
tree | 792dde45c08062b0080b52d35938d415bf29770e /db-update | |
parent | 9e4f661adf89d150b0891d6edd39e19682d923bf (diff) |
Parabola specific changes
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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}" |