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 D0CDA139357 for ; Fri, 24 Jul 2015 01:45:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67BF5E0997; Fri, 24 Jul 2015 01:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12DEAE0997 for ; Fri, 24 Jul 2015 01:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0D3A340751 for ; Fri, 24 Jul 2015 01:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 854A4BE for ; Fri, 24 Jul 2015 01:45:02 +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: <1437702266.17ee8f0921c2dc536c30a6c3f65b4cb95b32afb9.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: tbc/pym/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: tbc/pym/package.py X-VCS-Directories: tbc/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 17ee8f0921c2dc536c30a6c3f65b4cb95b32afb9 X-VCS-Branch: master Date: Fri, 24 Jul 2015 01:45:02 +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: 583cfa38-bea9-4437-9dda-2a51f93f47cd X-Archives-Hash: c02071590ff942f31cf2f9bb8fb37475 commit: 17ee8f0921c2dc536c30a6c3f65b4cb95b32afb9 Author: Magnus Granberg gentoo org> AuthorDate: Fri Jul 24 01:44:26 2015 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Jul 24 01:44:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=17ee8f09 missing metadata_xml_descriptions in get_package_metadataDict tbc/pym/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tbc/pym/package.py b/tbc/pym/package.py index d861044..9bc6dbc 100644 --- a/tbc/pym/package.py +++ b/tbc/pym/package.py @@ -199,6 +199,7 @@ class tbc_package(object): log_msg = "Metadata file %s missing Email" % (pkgdir + "/metadata.xml") add_logs(self._session, log_msg, "qa", self._config_id) attDict['metadata_xml_email'] = False + attDict['metadata_xml_descriptions'] = '' package_metadataDict[package_id] = attDict return package_metadataDict