summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-24 09:31:28 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-24 09:31:28 +0000
commit9795da5e57f4ee432cfbe6d11ca636ad477d25ae (patch)
treed21e7af45bfa56ee5b8cfbad34978da67a2fa8d3 /rdiff-backup/dist
parent44f51b0a76c40241e8a94f7e891d2a65f4ae0384 (diff)
downloadrdiff-backup-9795da5e57f4ee432cfbe6d11ca636ad477d25ae.tar.gz
Added fs_abilities.py to makedist script
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@363 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist')
-rwxr-xr-xrdiff-backup/dist/makedist15
1 files changed, 8 insertions, 7 deletions
diff --git a/rdiff-backup/dist/makedist b/rdiff-backup/dist/makedist
index cc337ff..95c2cb5 100755
--- a/rdiff-backup/dist/makedist
+++ b/rdiff-backup/dist/makedist
@@ -89,13 +89,14 @@ def MakeTar():
os.mkdir(tardir+"/rdiff_backup")
for filename in ["eas_acls.py", "backup.py", "connection.py",
- "FilenameMapping.py", "Hardlink.py",
- "increment.py", "__init__.py", "iterfile.py",
- "lazy.py", "librsync.py", "log.py", "Main.py",
- "manage.py", "metadata.py", "Rdiff.py",
- "regress.py", "restore.py", "robust.py",
- "rorpiter.py", "rpath.py", "Security.py",
- "selection.py", "SetConnections.py", "static.py",
+ "FilenameMapping.py", "fs_abilities.py",
+ "Hardlink.py", "increment.py", "__init__.py",
+ "iterfile.py", "lazy.py", "librsync.py",
+ "log.py", "Main.py", "manage.py", "metadata.py",
+ "Rdiff.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