Bug 974382 - cannot import RHEL4
Summary: cannot import RHEL4
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: lab controller
Version: 0.12
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: HOTFIX
Assignee: beaker-dev-list
QA Contact: tools-bugs
URL:
Whiteboard: DistroManagement
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-14 06:33 UTC by Dan Callaghan
Modified: 2018-02-06 00:41 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-15 06:34:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Dan Callaghan 2013-06-14 06:33:16 UTC
Cannot import RHEL4. Tested using Beaker 0.13 but we suspect this is a regression in 0.12.

Traceback (most recent call last):
  File "/usr/bin/beaker-import", line 9, in <module>
    load_entry_point('bkr.labcontroller==0.13.0', 'console_scripts', 'beaker-import')()
  File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 1880, in main
    build.process(urls, opts)
  File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 284, in process
    build.process(urls_arch, options)
  File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 756, in process
    self.tree['repos'] = self.find_repos() + common_repos
  File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 893, in find_repos
    repos = super(TreeInfoLegacy, self).find_repos(*args, **kw)
AttributeError: 'super' object has no attribute 'find_repos'

Comment 2 Raymond Mancy 2013-06-16 13:00:09 UTC
http://gerrit.beaker-project.org/#/c/2026/

This was a simple one line fix. Unfortunately the test took a bit longer

Comment 5 Nick Coghlan 2013-07-15 06:34:14 UTC
This was fixed in Beaker 0.13.1


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