I deleted a template file, did a fab deploy via rsync, and found that the deletion did not propagate.
I manually deleted the file in production and all was well, but I try to minimize the need to manually manipulate my production environments. I see that Fabric's rsync_project() function has an option to add the --delete flag for rsync, but that is not present in the standard Mezzanine fabfile.py Is this something that is by design, and I should just modify the fabfile to suit my needs here, or is this an oversight/bug worthy of a minor pull request? -Pat -- You received this message because you are subscribed to the Google Groups "Mezzanine 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.
