]> gitweb.fluxo.info Git - scripts.git/commitdiff
Adding TODO
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Jun 2014 20:45:53 +0000 (17:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Jun 2014 20:45:53 +0000 (17:45 -0300)
doc/TODO.md [new file with mode: 0644]

diff --git a/doc/TODO.md b/doc/TODO.md
new file mode 100644 (file)
index 0000000..f86a412
--- /dev/null
@@ -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.