aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-06-15 17:45:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-06-15 17:45:53 -0300
commit0a6d41a41ffe27744427f498f8a1ff0dfb751bef (patch)
tree4195b5351f5a8e2276dc4a3619b6943c22656264
parent22751e613fc2e3690b274af94a3f6c62ae39acab (diff)
downloadscripts-0a6d41a41ffe27744427f498f8a1ff0dfb751bef.tar.gz
scripts-0a6d41a41ffe27744427f498f8a1ff0dfb751bef.tar.bz2
Adding TODO
-rw-r--r--doc/TODO.md20
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.