Mercurial > treepkg
changeset 74:43e6bdba84e2
rename publish_static_site arfgument
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 17 Apr 2007 11:43:41 +0200 |
parents | 26a617c0f76b |
children | 6c4a4b8d6729 |
files | publishstaticweb.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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",