changeset 416:2455c71a196e

TODO
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Aug 2013 01:03:42 -0700
parents daa85a7909d8
children 32b202653753
files python/install_config.py
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/python/install_config.py	Mon Aug 05 00:57:52 2013 -0700
+++ b/python/install_config.py	Mon Aug 05 01:03:42 2013 -0700
@@ -133,6 +133,9 @@
 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
+
 def main(args=sys.argv[1:]):
     usage = '%prog [options]'
     parser = optparse.OptionParser(usage=usage, description=__doc__)
@@ -141,7 +144,7 @@
 
     steps = [InitializeRepository]
     for step in steps:
-        
-        
+        pass # TODO
+
 if __name__ == '__main__':
     main()