add removed-files to exclusion list b=425462 r=schrep

git-svn-id: svn://10.0.0.236/trunk@248721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhelmer%mozilla.com
2008-03-27 21:19:33 +00:00
parent 835778386f
commit e032de689b

View File

@@ -380,7 +380,7 @@ def create_partial_patches(patches):
mar_extract_time = time.time()
partial_filename = create_partial_patch(work_dir_from, work_dir_to, patch_filename, shas, PatchInfo(work_dir, ['channel-prefs.js','update.manifest'],['/readme.txt']))
partial_filename = create_partial_patch(work_dir_from, work_dir_to, patch_filename, shas, PatchInfo(work_dir, ['channel-prefs.js','update.manifest','removed-files'],['/readme.txt']))
partial_decoded = decode_filename(os.path.basename(partial_filename))
partial_buildid = to_buildid
partial_shasum = sha.sha(open(partial_filename).read()).hexdigest()