From: Joerg Jaspert Date: Sun, 16 Sep 2012 17:04:09 +0000 (+0200) Subject: dont create hardlinks by default X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=a59943955fb5bb0c86cc60cafe58d5f2cdf129b7 dont create hardlinks by default Signed-off-by: Joerg Jaspert --- diff --git a/daklib/fstransactions.py b/daklib/fstransactions.py index d07139f9..dbc42647 100644 --- a/daklib/fstransactions.py +++ b/daklib/fstransactions.py @@ -122,7 +122,7 @@ class FilesystemTransaction(object): def __init__(self): self.actions = [] - def copy(self, source, destination, link=True, symlink=False, mode=None): + def copy(self, source, destination, link=False, symlink=False, mode=None): """copy C{source} to C{destination} @type source: str