repo-add: show better error when path to repo does not exist
commitb8990993271b34d309ada49197090895b0fbdfb6
authorDave Reisner <d@falconindy.com>
Mon, 20 Jun 2011 15:05:08 +0000 (20 11:05 -0400)
committerDan McGee <dan@archlinux.org>
Mon, 20 Jun 2011 16:22:39 +0000 (20 11:22 -0500)
tree9aec576561a7b6c2a0fbae08aaf294484e299ed6
parentee638415e305a390cbf3fa68fb2a1fb5523f18e9
repo-add: show better error when path to repo does not exist

Previously, the error message when trying to add to a repo where a
parent directory didn't exist was:

==> ERROR: Failed to acquire lockfile: /path/to/noexist/repo.tar.gz.lck

This sucks. Make an explicit check to ensure that the path to the repo
really does exist, and throw a meaningful error message when it can't be
found.

Dan: reuse an existing (translated) error message.

Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/repo-add.sh.in