From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 45E3A1381F3 for ; Thu, 13 Dec 2012 15:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BB6921C01F; Thu, 13 Dec 2012 15:18:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA5EE21C01F for ; Thu, 13 Dec 2012 15:18:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE99433DBAF for ; Thu, 13 Dec 2012 15:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59032E543C for ; Thu, 13 Dec 2012 15:18:46 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1355411909.2d2a15b1ff57323502bb42e327dd455bc6c20cf3.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/build_queru.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 2d2a15b1ff57323502bb42e327dd455bc6c20cf3 X-VCS-Branch: master Date: Thu, 13 Dec 2012 15:18:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: abab87ff-4a9b-431c-8416-d6caf9e52a96 X-Archives-Hash: df4a563af4c8be7beeb86702a323d754 commit: 2d2a15b1ff57323502bb42e327dd455bc6c20cf3 Author: Magnus Granberg gentoo org> AuthorDate: Thu Dec 13 15:18:29 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Thu Dec 13 15:18:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=2d2a15b1 fix dentationError: expected an indented block in build_queru.py --- gobs/pym/build_queru.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gobs/pym/build_queru.py b/gobs/pym/build_queru.py index 142eff7..eb08441 100644 --- a/gobs/pym/build_queru.py +++ b/gobs/pym/build_queru.py @@ -166,6 +166,7 @@ class queruaction(object): CM.putConnection(conn) return if not build_dict['ebuild_id'] is None and build_dict['emerge_options'] is None: + pass # del_old_queue(conn, build_dict['queue_id']) CM.putConnection(conn) return