# HG changeset patch # User Jeff Hammel # Date 1342559861 25200 # Node ID 905daa511aa4158ee3422cad2296ddb593438663 # Parent 892dd6b58f05ca511e19f0c4405825a5e2c2da2c minor improvements diff -r 892dd6b58f05 -r 905daa511aa4 talosnames/api.py --- a/talosnames/api.py Fri Jul 13 15:56:04 2012 -0700 +++ b/talosnames/api.py Tue Jul 17 14:17:41 2012 -0700 @@ -120,6 +120,7 @@ outfile = tempfile.mktemp(suffix='.yml') command += ['-o', outfile] # add an output file command += ['-e', sys.executable] # add a pretend firefox so PerfConfigurator won't whine + print "\n%s" % command call(['PerfConfigurator'] + command, stdout=subprocess.PIPE, cwd=talos_dir) assert os.path.exists(outfile) config = yaml.load(file(outfile)) diff -r 892dd6b58f05 -r 905daa511aa4 talosnames/templates/index.html --- a/talosnames/templates/index.html Fri Jul 13 15:56:04 2012 -0700 +++ b/talosnames/templates/index.html Tue Jul 17 14:17:41 2012 -0700 @@ -2,6 +2,14 @@ Talos Names