I am using fabric to pull configuration files to a local directory, and
then once I have all of the files local, I want to run an md5 checksum to
check consistency.  The problem I'm having is figuring out how to run the
final function, only ONCE, locally, AFTER all of the files have been pulled
down by another function.

I have looked into the @run_once decorator, but I need this function to run
*after *everything, not once on the first run.

any ideas or suggestions?

Thanks!
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to