RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1439638 - createrepo-0.9.9-26 el7 AttributeError: MetaDataGenerator instance has no attribute 'cleanup'
Summary: createrepo-0.9.9-26 el7 AttributeError: MetaDataGenerator instance has no att...
Keywords:
Status: CLOSED DUPLICATE of bug 1406418
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: createrepo
Version: 7.3
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Valentina Mukhamedzhanova
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-06 11:03 UTC by Mattias Ryrlén
Modified: 2017-07-10 13:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-10 13:08:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
sample script to be executed show problem 'python kaka.py' (546 bytes, text/plain)
2017-04-06 11:03 UTC, Mattias Ryrlén
no flags Details

Description Mattias Ryrlén 2017-04-06 11:03:01 UTC
Created attachment 1269330 [details]
sample script to be executed show problem 'python kaka.py'

Description of problem:
We have a custom script to generate metadata from rpm packages, it uses the createrepo python lib. on el6 (with CentOS 6.9) this just changed to have a MetaDataGenerator.cleanup() but for the same package (same build and everything) on EL7 the function is not present.

Version-Release number of selected component (if applicable):
createrepo-0.9.9-26.el7.noarch
createrepo-0.9.9-26.el6.noarch

How reproducible:
Works the first time script is used, next time it fails if we don't have our mdgen.cleanup() on EL6. fails every time on EL7 if we add mdgen.cleanup()


Steps to Reproduce:
1. Download kaka.py
2. execute 'python kaka.py' on el7 and el6 with createrepo-0.9.9-26 installed

Actual results:
[root@ci-slave-centos7 ~]# python kaka.py
Saving Primary metadata
Saving file lists metadata
Saving other metadata
Traceback (most recent call last):
  File "kaka.py", line 21, in <module>
    createrepo(".")
  File "kaka.py", line 17, in createrepo
    mdgen.cleanup()
AttributeError: MetaDataGenerator instance has no attribute 'cleanup'

Expected results:
[root@ci-slave-01 tmp]# python kaka.py
Spawning worker 0 with 0 pkgs
Spawning worker 1 with 0 pkgs
Spawning worker 2 with 0 pkgs
Spawning worker 3 with 1 pkgs
Workers Finished
Gathering worker results

Saving Primary metadata
Saving file lists metadata
Saving other metadata

Comment 2 Karel Srot 2017-07-03 14:15:50 UTC
This will be fixed in 7.4 as a part of the bug 1406418.

Comment 3 Valentina Mukhamedzhanova 2017-07-10 13:08:27 UTC

*** This bug has been marked as a duplicate of bug 1406418 ***


Note You need to log in before you can comment on or make changes to this bug.