# HG changeset patch # User Bernhard Herzog # Date 1176803021 -7200 # Node ID 43e6bdba84e253271c30ee4ff0db62f66cdc9038 # Parent 26a617c0f76bce6a5c11366d4926bd37c1d25143 rename publish_static_site arfgument diff -r 26a617c0f76b -r 43e6bdba84e2 publishstaticweb.py --- a/publishstaticweb.py Mon Apr 16 13:20:09 2007 +0200 +++ b/publishstaticweb.py Tue Apr 17 11:43:41 2007 +0200 @@ -39,8 +39,8 @@ " Default staticweb.cfg")) return parser.parse_args() -def publish_static_site(treepkg_config): - config = read_config(treepkg_config) +def publish_static_site(config_filename): + config = read_config(config_filename) # create web-page on build host call(cmdexpand("ssh $build_user$@$build_host $build_create $build_dir",