Commit fa81c888 authored by bescoto's avatar bescoto

Grr packaging error


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@678 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 50952e83
New in v1.1.2 (2005/11/06)
--------------------------
This version corrects a packaging error in v1.1.1, which was totally
broken.
New in v1.1.1 (2005/11/05)
--------------------------
......
......@@ -107,9 +107,9 @@ def MakeTar():
assert not os.system("cp %s %s" % (filename, tardir)), filename
os.mkdir(tardir+"/rdiff_backup")
for filename in ["eas_acls.py", "backup.py", "connection.py",
for filename in ["eas_acls.py", "backup.py", "connection.py", "compare.py",
"FilenameMapping.py", "fs_abilities.py",
"Hardlink.py", "increment.py", "__init__.py",
"Hardlink.py", "hash.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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment