changeset 427:be90af6dfd47

TODO
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 06 Aug 2013 18:45:06 -0700
parents 866c5b1bc4e8
children 59e6c8115a97
files python/install_config.py
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/python/install_config.py	Tue Aug 06 18:30:15 2013 -0700
+++ b/python/install_config.py	Tue Aug 06 18:45:06 2013 -0700
@@ -133,8 +133,11 @@
 print "Ensure the following packages are installed:"
 print "sudo apt-get install %s" % ' '.join(PACKAGES)
 
-# TODO: dl and get ~/web/sync.ini :
-# ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror
+# TODO:
+# - dl and get ~/web/sync.ini :
+#   ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror
+# - handle cases where config is autogenerated BUT you still want
+#   to have some base (e.g. .gkrellm2/user_config)
 
 def main(args=sys.argv[1:]):
     usage = '%prog [options]'