Makefile.in |
|
1804 |
README |
This directory contains a tool for generating update packages for |
143 |
app.mozbuild |
|
297 |
common.sh |
|
5519 |
make_full_update.sh |
|
3000 |
make_incremental_update.sh |
|
9072 |
make_incremental_updates.py |
Represents the meta-data associated with a patch
work_dir = working dir where files are stored for this patch
archive_files = list of files to include in this patch
manifestv2 = set of manifest version 2 patch instructions
manifestv3 = set of manifest version 3 patch instructions
file_exclusion_list =
files to exclude from this patch. names without slashes will be
excluded anywhere in the directory hiearchy. names with slashes
will only be excluded at that exact path
|
26432 |
moz.build |
|
288 |
moz.configure |
|
0 |
test |
|
10 |
test_make_incremental_updates.py |
FIXME touches the filesystem, need refactoring
def test_create_manifest_file(self):
self.patch_info.create_manifest_file()
|
7678 |
unwrap_full_update.pl |
|
2511 |