mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
Re-enable writing of "Dates" at the end of the run.
The permissions issues which led to the writing being disabled no longer exist and not persisting the date list makes b2 unsuitable for use as a primary implementation.
This commit is contained in:
parent
e23b837aad
commit
863f0b5952
@ -2649,9 +2649,8 @@ class Britney:
|
||||
if self.options.control_files:
|
||||
self.write_controlfiles(self.options.testing, 'testing')
|
||||
|
||||
# write bugs and dates
|
||||
# XXX: disabled, we don't have write permission over there
|
||||
# self.write_dates(self.options.testing, self.dates)
|
||||
# write dates
|
||||
self.write_dates(self.options.testing, self.dates)
|
||||
|
||||
# write HeidiResult
|
||||
self.write_heidi(self.options.heidi_output)
|
||||
|
Loading…
x
Reference in New Issue
Block a user