[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] dont create hardlinks by default



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 daklib/fstransactions.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/fstransactions.py b/daklib/fstransactions.py
index d07139f..dbc4264 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
-- 
1.7.2.5


Reply to: