taskotron-dev: change to not copy so we don't have to change libtaskotron as well

This commit is contained in:
Martin Krizek 2016-08-15 07:51:20 +00:00
parent 76268772ab
commit 13f9b15eb1

View file

@ -190,7 +190,7 @@ class Image(object):
log.error('Error while changing SELinux context on '
'image {}'.format(image_path))
def prepare(self, copy=True):
def prepare(self, copy=False):
"""Prepare the image for local use by either downloading the image from
a remote location or copying/linking it into the image store from a locally
mounted filesystem