summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist/makedist
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/dist/makedist')
-rwxr-xr-xrdiff-backup/dist/makedist9
1 files changed, 3 insertions, 6 deletions
diff --git a/rdiff-backup/dist/makedist b/rdiff-backup/dist/makedist
index b4669a4..d41ab90 100755
--- a/rdiff-backup/dist/makedist
+++ b/rdiff-backup/dist/makedist
@@ -1,6 +1,3 @@
-
-
-
#!/usr/bin/env python
import os, re, shutil, time, sys, getopt
@@ -97,9 +94,9 @@ def MakeTar():
"increment.py", "__init__.py", "iterfile.py",
"lazy.py", "librsync.py", "log.py", "Main.py",
"manage.py", "metadata.py", "Rdiff.py",
- "restore.py", "robust.py", "rorpiter.py",
- "rpath.py", "Security.py", "selection.py",
- "SetConnections.py", "static.py",
+ "regress.py", "restore.py", "robust.py",
+ "rorpiter.py", "rpath.py", "Security.py",
+ "selection.py", "SetConnections.py", "static.py",
"statistics.py", "TempFile.py", "Time.py"]:
assert not os.system("cp %s/%s %s/rdiff_backup" %
(SourceDir, filename, tardir)), filename