Closed Bug 899241 Opened 11 years ago Closed 11 years ago

Build action for processing install manifests

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla25

People

(Reporter: gps, Assigned: gps)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Now that we have support for install manifests, it would be nice to hook them up to builds. The first step there is writing a build action that processes install manifests. Will attach a file shortly...
Should be straightforward.
Attachment #782717 - Flags: review?(mh+mozilla)
Assignee: nobody → gps
Comment on attachment 782717 [details] [diff] [review] Add process_install_manifest build action Review of attachment 782717 [details] [diff] [review]: ----------------------------------------------------------------- ::: python/mozbuild/mozbuild/action/process_install_manifest.py @@ +9,5 @@ > +from mozpack.manifests import InstallManifest > + > + > +COMPLETE = 'From {dest}: Kept {existing} existing; Added/updated {updated}; ' > + 'Removed {rm_files} files and {rm_dirs} directories.' This line is not going to end up in COMPLETE. In fact, python barfs about the indentation already.
Attachment #782717 - Flags: review?(mh+mozilla) → review+
No way adding a new file that isn't referenced anywhere caused bustage. https://hg.mozilla.org/integration/mozilla-inbound/rev/a9e41a4c4ee4
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: