I wonder if you could unignore .git folder and depend on whatever file there that represents the last pull status.
Otherwise you could maybe have a wrapper that dumps git logs to a file before every run. That to say that I do not think tup supports that as a proper feature, being quite strongly trying to avoid unnecessary rebuilds. I may be wrong though. Le 14 octobre 2024 12:10:37 GMT-07:00, "Ivan Morén" <[email protected]> a écrit : >Hi! :-) > >I am generating a file based on the output of `git log`, so it changes when >the repo changes, not when the files change. Is it possible to "force >re-run" it every time (I would then use the ^o flag to stop everything else >from recompiling when nothing changed) > >Does anyone know of a way to instruct tup to always re-run a rule? > >Best regards! >Ivan > >PS. I'm making a small blog using tup and pandoc and having a blast! The >lua scripting of tup is really flexible! <3 > >-- >-- >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]. >To view this discussion on the web visit >https://groups.google.com/d/msgid/tup-users/CAORM-N%2B8e7W%2BLkqYhuyWOjiqMrd426_Z7hO%3D_uLx3KXOZ2F31Q%40mail.gmail.com. -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/tup-users/0FA6F19F-764F-4A1B-8139-7EEB5FA66655%40gmail.com.
