# # # patch "contrib/monotone-inotify.lua" # from [c4941ceb6ec5981cc88f375533dace72b7284fcf] # to [18c12ad294638dab936f06803a4a2f026436ed9d] # ============================================================ --- contrib/monotone-inotify.lua c4941ceb6ec5981cc88f375533dace72b7284fcf +++ contrib/monotone-inotify.lua 18c12ad294638dab936f06803a4a2f026436ed9d @@ -30,6 +30,11 @@ -- NOTE: THIS SOFTWARE IS ONLY MEANT FOR SERVER PROCESSES! -- Anything else will fail miserably! -- +-- This hook is useful for any system that has a FAM system in +-- place, such as incrond and gamin. It simply touches a flag +-- file, that can then be used to detect when scripts such as +-- monotone-mirror.sh should be executed. +-- -- in your server's monotonerc, add the following include: -- -- include("/PATH/TO/monotone-inotify.lua")