Status: New
Owner:
J.S.P...@gmail.com
Labels: Type-Defect Priority-Medium
New issue 369 by
J.S.P...@gmail.com: TreeExporter stores (somtimes)
incorrect tar file name
http://code.google.com/p/roster-dns-management/issues/detail?id=369
TreeExporter contains an instance variable, self.tar_file_name, that is
never used, and only set once in ExportAllBindTrees. It is not actually
used in writing any tar files to disk, because config_lib handles that in
the TarDnsTree method. By the time TarDnsTree is run, the timestamp on
TreeExporter's self.tar_file_name can be a second (or more) behind.
I suggest we remove TreeExporter's self.tar_file_name altogether. Any and
all references to it should be changed to a call to
config_lib.FindNewestDnsTreeFilename() which will return the correct value
of the file written to disk.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings