zuul/zuul/lib
James E. Blair 0a6a0c422c Cloner: use cache if dest exists
The logic to decide whether or not to use the cache attempted to
detect whether the repo had previously been cloned.  It only did
that by checking whether the destination directory exists.  However,
it's perfectly valid for the dest dir to exist if it is empty.
Adjust the check to look for a .git dir within the dest dir to decide
if the repo has already been cloned.

Change-Id: I17926efcf0f38d6229f0e666e53e6730f455d8ef
2016-02-20 09:19:19 -08:00
..
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
clonemapper.py cloner to easily clone dependent repositories 2014-07-29 09:03:59 +00:00
cloner.py Cloner: use cache if dest exists 2016-02-20 09:19:19 -08:00
connections.py Connection names for legacy configs 2015-12-10 17:00:11 -08:00
swift.py Fix int conversion in swift 2015-02-27 14:21:56 -08:00