From 7075fd8418beb3653c555306ee1ec81de5390017 Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 14 May 2002 22:28:45 +0000 Subject: [PATCH] SpecialAcceptedAutoBuild is a boolean --- katie | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/katie b/katie index c2e4798f..adbf134d 100755 --- a/katie +++ b/katie @@ -2,7 +2,7 @@ # Installs Debian packages # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: katie,v 1.81 2002-05-14 15:35:22 troup Exp $ +# $Id: katie,v 1.82 2002-05-14 22:28:45 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 @@ -39,7 +39,7 @@ import db_access, katie, logging, utils; ############################################################################### # Globals -katie_version = "$Revision: 1.81 $"; +katie_version = "$Revision: 1.82 $"; Cnf = None; Options = None; @@ -391,7 +391,7 @@ def install (): # Undo the work done in katie.py(accept) to help auto-building # from accepted. - if Cnf.get("Dinstall::SpecialAcceptedAutoBuild") and \ + if Cnf.FindB("Dinstall::SpecialAcceptedAutoBuild") and \ changes["distribution"].has_key("unstable"): now_date = time.strftime("%Y-%m-%d %H:%M", time.localtime(time.time())); projectB.query("BEGIN WORK"); -- 2.39.5