# HG changeset patch # User Bernhard Herzog # Date 1227885078 0 # Node ID 4d6c3431face0a902d67596547506a4b60997b6c # Parent 56aa89c588a181b39ba8984ff32a2920e5e73f93 Fix filename in demopublishpackages.cfg diff -r 56aa89c588a1 -r 4d6c3431face demopublishpackages.cfg --- a/demopublishpackages.cfg Fri Nov 14 19:46:56 2008 +0000 +++ b/demopublishpackages.cfg Fri Nov 28 15:11:18 2008 +0000 @@ -14,7 +14,7 @@ # the program to run on build_host to list the filenames of the packages # in question. Currently publishpackages.py assumes that the default # configuration for that program works. -build_listpackages: ~/treepkg/bin/bin/listpackages.py +build_listpackages: ~/treepkg/bin/listpackages.py # Username and host on which to publish the packages. # publishpackages.py uses ssh to execute commands on the publish_host to