Oct 12, 2018 execution old remove rundeck shell Rundeck - Speeding Up Even More the Cleaning Process As I was running the script, I've noticed it ran very slow. I have left it for a few days to run (700K
Oct 8, 2018 execution python remove rundeck Remove Executions in Rundeck TL;DR: You have to get the executions' list and remove the appropriate ones using hte API. Once we've managed to get
Sep 6, 2018 bfg file git hard large remove Remove Large Files in Git TL;DR: BFG is your friend. java -jar bfg.jar -b 50M myrepo-bfg.git for example The other day I've committed a rather
Mar 31, 2014 cx_oracle drop oracle python remove schema Drop an Oracle-Loaded XSD in Python A loaded schema can be dropped if: * No other schema depends on it * No data using the schema is loaded I think you may force