Hi Mike, Thanks for the references to the history of this issue.
My use case was specifically for updater.warnings (one of the two you identified in the pull request discussion you referenced), because I was using another tool that uses a dotfile for configuration and I wanted to auto-generate that dotfile (because it contained things like paths) and use tup to drive the auto-generation. However, it turns out that my distro had an old version of tup (0.7.3), and in the process of investigating I switched to 0.7.5, which allows dotfiles. Using version 0.7.5, I no longer need to set updater.warnings in a project-specific way. It was also confusing, because the tup documentation hasn't been updated for the new behavior. I've submitted https://github.com/gittup/tup/pull/330 to update the documentation on this and a few related areas. Regards, Kevin -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
