Closed Bug 941506 Opened 10 years ago Closed 10 years ago

Output a message on tbpl summary box when autoclobbering

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla28

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

      No description provided.
Good idea - thank you :-)
Comment on attachment 8335907 [details] [diff] [review]
Output a message on tbpl summary box when autoclobbering

Review of attachment 8335907 [details] [diff] [review]:
-----------------------------------------------------------------

With a sheriff's blessing.

::: python/mozbuild/mozbuild/controller/clobber.py
@@ +180,5 @@
>      required, performed, message = clobber.maybe_do_clobber(cwd, auto, fh)
>  
>      if not required or performed:
> +        if performed and env.get('TINDERBOX_OUTPUT', False):
> +            print('TinderboxPrint: auto clobber')

You don't need False since the default is None.
Attachment #8335907 - Flags: review?(gps) → review+
Depends on: 941994
https://hg.mozilla.org/mozilla-central/rev/a7cf94f89719
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Depends on: 967099
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.