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 952BB138010 for ; Mon, 8 Oct 2012 16:04:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A5FDE0441; Mon, 8 Oct 2012 16:03:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 866EAE03E0 for ; Mon, 8 Oct 2012 16:03:23 +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 D568833CEF2 for ; Mon, 8 Oct 2012 16:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 72003E544C for ; Mon, 8 Oct 2012 16:03:19 +0000 (UTC) From: "Paweł Hajdan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paweł Hajdan" Message-ID: <1343805109.64ebf043ef6bd7481b3701a6e69735ca618fd2f9.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:master commit in: / X-VCS-Repository: proj/arch-tools X-VCS-Files: stabilization-candidates.py X-VCS-Directories: / X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: Paweł Hajdan X-VCS-Revision: 64ebf043ef6bd7481b3701a6e69735ca618fd2f9 X-VCS-Branch: master Date: Mon, 8 Oct 2012 16:03:19 +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: 2eddce6c-f323-4e6b-93ae-006dd7c376b7 X-Archives-Hash: 17b90267b4ae0080186a8545672db5ed commit: 64ebf043ef6bd7481b3701a6e69735ca618fd2f9 Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Wed Aug 1 07:11:49 2012 +0000 Commit: Paweł Hajdan gentoo org> CommitDate: Wed Aug 1 07:11:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=64ebf043 Fix an exception when best_version was not a string --- stabilization-candidates.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stabilization-candidates.py b/stabilization-candidates.py index 77a9a74..a5724ff 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -89,7 +89,7 @@ if __name__ == "__main__": # Only consider the best version for stabilization. # It's usually better tested, and often maintainers refuse # to stabilize anything else, e.g. bug #391607. - best_candidate = candidates[0] + best_candidate = str(candidates[0]) pv = portage.versions.catsplit(best_candidate)[1] try: 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 B8ED313800E for ; Wed, 1 Aug 2012 07:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F0DFE04BA; Wed, 1 Aug 2012 07:16:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B851E04BA for ; Wed, 1 Aug 2012 07:16:25 +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 C57F01B4012 for ; Wed, 1 Aug 2012 07:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 854A3E543B for ; Wed, 1 Aug 2012 07:16:23 +0000 (UTC) From: "Paweł Hajdan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paweł Hajdan" Message-ID: <1343805109.64ebf043ef6bd7481b3701a6e69735ca618fd2f9.phajdan.jr@gentoo> Subject: [gentoo-commits] proj/arch-tools:new-pybugz commit in: / X-VCS-Repository: proj/arch-tools X-VCS-Files: stabilization-candidates.py X-VCS-Directories: / X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: Paweł Hajdan X-VCS-Revision: 64ebf043ef6bd7481b3701a6e69735ca618fd2f9 X-VCS-Branch: new-pybugz Date: Wed, 1 Aug 2012 07:16:23 +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: ec1c54ea-8d9d-4fc2-9dec-f55401e9a639 X-Archives-Hash: 5a517df1c03156305b1c3da2fd3e2f2b Message-ID: <20120801071623.BrZfZhbS4Q0JkXSzlrbkrqSscE95RoahFIjTbsn7jkk@z> commit: 64ebf043ef6bd7481b3701a6e69735ca618fd2f9 Author: Pawel Hajdan, Jr gentoo org> AuthorDate: Wed Aug 1 07:11:49 2012 +0000 Commit: Paweł Hajdan gentoo org> CommitDate: Wed Aug 1 07:11:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/arch-tools.git;a=commit;h=64ebf043 Fix an exception when best_version was not a string --- stabilization-candidates.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stabilization-candidates.py b/stabilization-candidates.py index 77a9a74..a5724ff 100755 --- a/stabilization-candidates.py +++ b/stabilization-candidates.py @@ -89,7 +89,7 @@ if __name__ == "__main__": # Only consider the best version for stabilization. # It's usually better tested, and often maintainers refuse # to stabilize anything else, e.g. bug #391607. - best_candidate = candidates[0] + best_candidate = str(candidates[0]) pv = portage.versions.catsplit(best_candidate)[1] try: