From: Silvio Rhatto Date: Sun, 15 Jun 2014 20:45:53 +0000 (-0300) Subject: Adding TODO X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0a6d41a41ffe27744427f498f8a1ff0dfb751bef;p=scripts.git Adding TODO --- diff --git a/doc/TODO.md b/doc/TODO.md new file mode 100644 index 0000000..f86a412 --- /dev/null +++ b/doc/TODO.md @@ -0,0 +1,20 @@ +TODO +==== + +* Split scripts: + * Into separate, specific repositories. + * Leave here only those which don't fit a specific criteria. + * Submit all other repositories "upstream" to apps.git repo. + +* Enhance vbox: + * Support more VBoxManage commands. + * Iteration over a set of VMs. + * Support for upgrading VMs. + * Vagrant integration. + +* Write a "git" interceptor: + * Check proper user/email config. + * Automatically set git-flow when initializing a repository. + * Automatically set git-hooks integration. + * Implement global hooks. + * Check remote configuration.