diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-15 17:45:53 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-15 17:45:53 -0300 | 
| commit | 0a6d41a41ffe27744427f498f8a1ff0dfb751bef (patch) | |
| tree | 4195b5351f5a8e2276dc4a3619b6943c22656264 /doc/TODO.md | |
| parent | 22751e613fc2e3690b274af94a3f6c62ae39acab (diff) | |
| download | scripts-0a6d41a41ffe27744427f498f8a1ff0dfb751bef.tar.gz scripts-0a6d41a41ffe27744427f498f8a1ff0dfb751bef.tar.bz2 | |
Adding TODO
Diffstat (limited to 'doc/TODO.md')
| -rw-r--r-- | doc/TODO.md | 20 | 
1 files changed, 20 insertions, 0 deletions
| 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. | 
