X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;h=b98a6fc9db5e926b7c4871241b22fc8855a0c683;hb=4dbff62f35fdab0d7452a81a6f93956436caa0f1;hp=09df17bb06be100a2a753793c5416f3750cf3e30;hpb=731c2232d9964d0f441ff5ea386e5e9937aa77ab;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index 09df17bb..b98a6fc9 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -35,7 +35,8 @@ from singleton import Singleton ################################################################################ -default_config = "/etc/dak/dak.conf" +#default_config = "/etc/dak/dak.conf" +default_config = "/home/stew/etc/dak/dak.conf" #: default dak config, defines host properties def which_conf_file(Cnf): res = socket.gethostbyaddr(socket.gethostname())