|
Return-Path: <rbarlow@redhat.com>
|
|
Received: from mi027.mc1.hosteurope.de ([80.237.138.228]) by wp245.webpack.hosteurope.de running ExIM with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1YTI15-0002KG-E9; Wed, 04 Mar 2015 23:43:47 +0100
|
|
Received: from mx1.redhat.com ([209.132.183.28]) by mx0.webpack.hosteurope.de (mi027.mc1.hosteurope.de) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) id 1YTI14-0004fG-BW for dropbox+pulp+c71e@plan.io; Wed, 04 Mar 2015 23:43:47 +0100
|
|
Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t24MhgdG016763 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for <dropbox+pulp+c71e@plan.io>; Wed, 04 Mar 2015 17:43:42 -0500
|
|
Received: from where.usersys.redhat.com (ovpn-113-99.phx2.redhat.com [10.3.113.99]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t24Mhf6g005516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for <dropbox+pulp+c71e@plan.io>; Wed, 04 Mar 2015 17:43:42 -0500
|
|
Date: Wed, 04 Mar 2015 17:43:41 -0500
|
|
From: Randy Barlow <rbarlow@redhat.com>
|
|
To: Pulp <dropbox+pulp+c71e@plan.io>
|
|
Message-ID: <54F78A9D.1040203@redhat.com>
|
|
In-Reply-To: <redmine.journal-1909.20150304184511.7d668c9b59d828bf@plan.io>
|
|
References: <redmine.issue-497.20150228221621@plan.io>
|
|
<redmine.journal-1909.20150304184511.7d668c9b59d828bf@plan.io>
|
|
Subject: Re: [Pulp - Task #497] builder.py --update-tag-package-list is not
|
|
Python 2.6 compatible
|
|
Mime-Version: 1.0
|
|
Content-Type: text/plain;
|
|
charset=utf-8
|
|
Content-Transfer-Encoding: quoted-printable
|
|
Delivery-date: Wed, 04 Mar 2015 23:43:47 +0100
|
|
Organization: Red Hat, Inc.
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101
|
|
Thunderbird/31.5.0
|
|
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27
|
|
X-HE-Spam-Level: ----------
|
|
X-HE-Spam-Score: -10.0
|
|
X-HE-Spam-Report: Content analysis details: (-10.0 points) pts rule name
|
|
description ---- ----------------------
|
|
-------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL:
|
|
Sender listed at http://www.dnswl.org/, high trust [209.132.183.28 listed in
|
|
list.dnswl.org] -5.0 PGP_MESSAGE RAW: Contains a PGP signed or encrypted
|
|
message
|
|
X-HE-SPF: PASSED
|
|
Envelope-to: dropbox+pulp+c71e@plan.io
|
|
|
|
On 03/04/2015 01:45 PM, cduryee wrote:
|
|
> I think bcourt refactored a lot of this, and I don't think it is common=
|
|
|
|
> to attempt builds on Python 2.6. Is this still needed?
|
|
|
|
I sometimes use EL 6 as a dev environment, which was why I filed this
|
|
bug in the first place. However, now that I think about it and consider
|
|
that I'm probably the only person that does that, it's probably not
|
|
worth worrying about. So if you want, we can close this.
|
|
> --- Please write your response above this line ---
|
|
> =
|
|
|
|
> Issue #497 has been updated by cduryee.
|
|
> =
|
|
|
|
> I think bcourt refactored a lot of this, and I don't think it is common=
|
|
|
|
> to attempt builds on Python 2.6. Is this still needed?
|
|
> =
|
|
|
|
> -----------------------------------------------------------------------=
|
|
-
|
|
> =
|
|
|
|
> =
|
|
|
|
> Task #497: builder.py --update-tag-package-list is not Python 2.6
|
|
> compatible <https://pulp.plan.io/issues/497#change-1909>
|
|
> =
|
|
|
|
> * Author: rbarlow
|
|
> * Status: NEW
|
|
> * Priority: Normal
|
|
> * Assignee:
|
|
> * Category:
|
|
> * Sprint/Milestone:
|
|
> * Backwards Incompatible: No
|
|
> * Tags:
|
|
> * QA Contact: =
|
|
|
|
> =
|
|
|
|
> Description of problem:
|
|
> builder.py seems to be using a feature that was new in Python 2.7:
|
|
> =
|
|
|
|
> $ ./builder.py --update-tag-package-list 2.4 beta
|
|
> Traceback (most recent call last):
|
|
> File "./builder.py", line 531, in <module>
|
|
> add_packages_to_tag(build_tag)
|
|
> File "./builder.py", line 482, in add_packages_to_tag
|
|
> result =3D str(subprocess.check_output(command, shell=3DTrue))
|
|
> AttributeError: 'module' object has no attribute 'check_output'
|
|
> =
|
|
|
|
> Version-Release number of selected component (if applicable):
|
|
> 2.4.1-0.2.alpha
|
|
> =
|
|
|
|
> How reproducible:
|
|
> very
|
|
> =
|
|
|
|
> Steps to Reproduce:
|
|
> 1. ./builder.py --update-tag-package-list 2.4 beta
|
|
> =
|
|
|
|
> Actual results:
|
|
> Traceback!
|
|
> =
|
|
|
|
> Expected results:
|
|
> Tags should have been updated.
|
|
> =
|
|
|
|
> Additional info:
|
|
> =
|
|
|
|
> + This bug was cloned from Bugzilla Bug #1133146
|
|
> <https://bugzilla.redhat.com/show_bug.cgi?id=3D1133146> +
|
|
> =
|
|
|
|
> -----------------------------------------------------------------------=
|
|
-
|
|
> =
|
|
|
|
> You have received this notification because you have either subscribed
|
|
> to or are involved in a project on Pulp Planio.
|
|
> To change your notification preferences, please click here:
|
|
> https://pulp.plan.io/my/account
|
|
> =
|
|
|
|
> =
|
|
|
|
> =
|
|
|
|
> This notification was cheerfully delivered by <https://plan.io/>
|
|
> =
|
|
|
|
> Planio <https://plan.io/>
|
|
> =
|
|
|
|
|
|
|
|
-- =
|
|
|
|
Randy Barlow
|