GNOME Bugzilla – Bug 672266
Don't run triggers if not installing
Last modified: 2012-03-17 19:13:03 UTC
Currently jhbuild runs triggers at the end of the build script if not failed, even if installation was skipped. This results in triggers running unnecessarily, which can be annoying if they take long to run. (In my case, I patched jhbuild locally to run restorecon on the entire prefix for every module, and that can take a while) Patch follows.
Created attachment 209966 [details] [review] Only run triggers if we actually install If we skip phase install for any reason, for example because the module is not updated, we don't need to run triggers again.
Review of attachment 209966 [details] [review]: This looks OK.
Attachment 209966 [details] pushed as 64ce297 - Only run triggers if we actually install