#1557 [PATCH] need-rebuild.py enhancements: timestamp of last run, cleaner html, info to source / issue tracker
Closed: Fixed None Opened 14 years ago by till.

The attached patch will add a UTC timestamp of the last run in the output html, cleanup the html a little and add a link to the source of the script.


{{{
+print '<html></head>'
+print '<title>Unbuild packages as of %s</title>' % now_str
}}}
You meant <head> and Unbuilt. Though personally, I'd prefer if the text (in several places) said something along the lines of "Need rebuilding" vs. unbuilt so it becomes slightly more obvious that work needs doing instead of just being an informative page.

''(Note that I do not maintain this so my comments above are simply drive by comments).''

Replying to [comment:1 caillon]:

You meant <head> and Unbuilt. Though personally, I'd prefer if the text (in several places) said something along the lines of "Need rebuilding" vs. unbuilt so it becomes slightly more obvious that work needs doing instead of just being an informative page.

Thanks for the feedback. The typos are fixed and the second patch uses "need rebuilding".

Thanks for the patches! I've applied and pushed them.

Metadata Update from @till:
- Issue assigned to jkeating

7 years ago

Login to comment on this ticket.

Metadata