diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-13 11:18:50 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-13 11:18:50 +0200 |
commit | 480544ebe82512afc536a7aa50bb0449446f6a87 (patch) | |
tree | 66412d64908d6ba19a2deb1ae7f7239f7a2d8e76 | |
parent | 53fd8f019acfb8c3fa994d964a92a48660c9f4ab (diff) |
Remove check which was already covered by check_repo_permission
-rwxr-xr-x | db-update | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -83,13 +83,6 @@ for current_arch in ${ARCHES[@]}; do # The following is used to create relative symlinks poolrel="../../../$(get_pkgpool_for_host)" - if [ ! -d "$ftppath" ]; then - error "FTP path for this repo ($reponame) is missing" \ - " -> $ftppath" \ - "Please contact a system administrator" - exit 1 - fi - svnrepo="$reponame-$current_arch" repo_lock $reponame $current_arch || continue |