From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R8imH-0002aC-LO for garchives@archives.gentoo.org; Wed, 28 Sep 2011 01:17:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E9221C1A1; Wed, 28 Sep 2011 01:17:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7065321C1A1 for ; Wed, 28 Sep 2011 01:17:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 072AE1B4002 for ; Wed, 28 Sep 2011 01:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DA5AB80042 for ; Wed, 28 Sep 2011 01:17:27 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: Subject: [gentoo-commits] dev/zorry:master commit in: gobs/bin/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/bin/gobs_portage_hooks X-VCS-Directories: gobs/bin/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: b7da7da06b53b67ae42fcdbdf70edd034cf6de54 Date: Wed, 28 Sep 2011 01:17:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7348214c07df301f08325b32daa86ae6 commit: b7da7da06b53b67ae42fcdbdf70edd034cf6de54 Author: Magnus Granberg gentoo org> AuthorDate: Wed Sep 28 01:17:14 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Wed Sep 28 01:17:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3Db7da7da0 remove prints --- gobs/bin/gobs_portage_hooks | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/gobs/bin/gobs_portage_hooks b/gobs/bin/gobs_portage_hooks index 5432545..bf574dc 100755 --- a/gobs/bin/gobs_portage_hooks +++ b/gobs/bin/gobs_portage_hooks @@ -27,7 +27,6 @@ def get_build_dict_db(mysettings, config_profile, gobs_= settings_dict): ebuild_version =3D os.environ['PVR'] cpv =3D categories + "/" + package + "-" + ebuild_version init_package =3D gobs_package(mysettings, myportdb) - print("cpv", cpv) package_id =3D have_package_db(conn, categories, package) # print("package_id %s" % package_id, file=3Dsys.stdout) build_dict =3D {} @@ -49,16 +48,13 @@ def get_build_dict_db(mysettings, config_profile, gob= s_settings_dict): pkgdir =3D os.path.join(mysettings['PORTDIR'], categories + "/" + packa= ge) ebuild_version_checksum_tree =3D portage.checksum.sha256hash(pkgdir+ "/= " + package + "-" + ebuild_version + ".ebuild")[0] build_dict['checksum'] =3D ebuild_version_checksum_tree - print('checksum' ,ebuild_version_checksum_tree) ebuild_id =3D get_ebuild_id_db_checksum(conn, build_dict) - print('ebuild_id in db', ebuild_id) if ebuild_id is None: #print 'have any ebuild', get_ebuild_checksum(conn, package_id, ebuil= d_version) init_package.update_ebuild_db(build_dict) ebuild_id =3D get_ebuild_id_db_checksum(conn, build_dict) build_dict['ebuild_id'] =3D ebuild_id queue_id =3D check_revision(conn, build_dict) - print("queue_id in db", queue_id) if queue_id is None: build_dict['queue_id'] =3D None else: