X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ziyi;h=16e1ba163b81c4259f7243c8995583549946b08f;hb=0ea570b0ff8bb87f8799053bbd4552d444bbe2f2;hp=1edcf7dcf9d53bcfadd8f04e950a1133e8064328;hpb=c846e77a848d60dd115f00faa0d9a854161d99eb;p=dak.git diff --git a/ziyi b/ziyi index 1edcf7dc..16e1ba16 100755 --- a/ziyi +++ b/ziyi @@ -3,7 +3,7 @@ # Create all the Release files # Copyright (C) 2001, 2002 Anthony Towns -# $Id: ziyi,v 1.23 2002-10-16 02:47:32 troup Exp $ +# $Id: ziyi,v 1.24 2002-12-08 17:25:00 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -173,7 +173,8 @@ def main (): elif AptCnf.has_key("bindirectory::%s" % (tree)): pass else: - print "ALERT: suite %s not in apt.conf, nor untouchable!" % (suite) + aptcnf_filename = os.path.basename(utils.which_apt_conf_file()); + print "ALERT: suite %s not in %s, nor untouchable!" % (suite, aptcnf_filename); continue print Cnf["Dir::Root"] + tree + "/Release"