Modify ↓
Ticket #421 (closed enhancement: fixed)
"Preserving" timestamps of config files
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.3 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
It would be nice to be able to control the mtime of configuration files. This could be done in two ways:
- use the mtime of the base or delta files, or
- add an additional mtime field to the :info files
The former looks like the nicer way for people copying over config files as bases into the Cfg subdir. But the latter method fits better with bcfg2's general philosophy. It also looks much easier to implement.
Thanks!
Attachments
Change History
comment:2 Changed 16 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Resolved in [ddb40a5a09dee2340922085b3643e40b2e5d2d20] (SVN r3031), which is included in 0.9.3pre6
Note: See
TracTickets for help on using
tickets.
using the mtime of the base or delta won't work right if you keep your repository in subversion (or whatever).