[Pkg-debile-commits] [debile-master] 120/126: Changed to config boolean value

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit 4553abbe4f5f0a24ae1b37d27a46a9111f52a023
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Tue Aug 6 15:48:01 2013 +0200

    Changed to config boolean value
---
 lucy/incoming.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/incoming.py b/lucy/incoming.py
index f767c8e..01b8103 100644
--- a/lucy/incoming.py
+++ b/lucy/incoming.py
@@ -124,7 +124,7 @@ def add_jobs(package):
                 package.arch)
 
     # If this a source package, add some build jobs    
-    if package.type == 'source' and config.get('jobs', 'build-enabled'):
+    if package.type == 'source' and config.getboolean('jobs', 'build-enabled'):
         for arch in listize(config.get('jobs', 'arches')):
             j = Job(uuid=uuid.uuid4(),
                     arch=arch,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list