From 9bd7e2cd03ed0a4f42d805de03de442f343e8a79 Mon Sep 17 00:00:00 2001 From: "David Adam (zanchey)" <zanchey@ucc.gu.uwa.edu.au> Date: Wed, 21 Dec 2011 22:00:25 +0800 Subject: [PATCH] add TODO file --- TODO | 8 ++++++++ rdiff-manager.py | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..65ca22e --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +TODO +---- + +- keep persistent statistics +- add hosts in a sensible order to the run list (e.g. alternate slowest then fastest) +- use a real config file +- print nicer output +- make output emailable not just STDOUT diff --git a/rdiff-manager.py b/rdiff-manager.py index 4524cb1..98072af 100755 --- a/rdiff-manager.py +++ b/rdiff-manager.py @@ -69,8 +69,6 @@ if __name__ == '__main__': hosts = [] - # TODO: add hosts in a sensible order - # e.g. alternating slowest & fastest for host in hostnames: hosts.append( { 'hostname': host, 'include_file': '%s/%s.conf' % (configs_path, host), -- GitLab