Skip to content

Commit

Permalink
Merge pull request #28 from knocte/fix_downloading_of_patches
Browse files Browse the repository at this point in the history
[package] fix regression about patch downloading
  • Loading branch information
alexischr committed Aug 6, 2015
2 parents b98c265 + bada8f9 commit 6b0a865
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bockbuild/package.py
Expand Up @@ -227,9 +227,6 @@ def get_git_cache_path ():
def checkout_archive (archive, cache, workspace):
self.pushd (build_root)
if not os.path.exists (cache):
# since this is a fresh cache, the workspace copy is invalid if it exists
if os.path.exists (workspace):
self.rm (workspace)
progress ('Downloading: %s' % archive)
filename, message = FancyURLopener ().retrieve (archive, cache)
if not os.path.exists (workspace):
Expand Down

0 comments on commit 6b0a865

Please sign in to comment.