diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-16 19:31:30 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-02-16 19:31:30 -0300 |
commit | df9a29ad9051f89658874959ebbc2f538e565771 (patch) | |
tree | 324a9d9695a031ffbd8e3ad880ebc13b3b901023 /db-update | |
parent | 9e4f661adf89d150b0891d6edd39e19682d923bf (diff) |
Applied changes for Parabola
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}" |