diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-22 14:36:09 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-22 14:36:09 +0100 |
commit | 53ecffc2f30b2678709105892b60073f7c9c0847 (patch) | |
tree | eecdad797959bb3ed13b093f5f3675330163582d /db-remove | |
parent | 5869af885163b763abb204dff2cc847556fb247b (diff) | |
download | dbscripts-53ecffc2f30b2678709105892b60073f7c9c0847.tar.gz dbscripts-53ecffc2f30b2678709105892b60073f7c9c0847.tar.xz |
Add wrappers for repo-add and repo-remove
Diffstat (limited to 'db-remove')
-rwxr-xr-x | db-remove | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,7 +16,7 @@ ftppath="$FTP_BASE/$repo/os" svnrepo="$repo-$arch" if ! check_repo_permission $repo; then - die "You don't have permission to remove packages from ${reponam}" + die "You don't have permission to remove packages from ${repo}" fi if [ "$arch" == "any" ]; then @@ -40,8 +40,6 @@ else die "$pkgbase not found in $svnrepo" fi - -# copy the db file into our working area for tarch in ${tarches[@]}; do if [ ! -f "$ftppath/$tarch/$repo$DBEXT" ]; then die "No database found at '$ftppath/$tarch', nothing more to do" |