Bug 161828 - mock.py references mach-helper
Summary: mock.py references mach-helper
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: mock
Version: 4
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-27 16:21 UTC by Ralf Corsepius
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-29 06:14:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ralf Corsepius 2005-06-27 16:21:46 UTC
Description of problem:

Some defaults being used internal of mock.py refer to mach-helper:

Near mock.py:595
    config_opts['basedir'] = '/var/lib/mach/roots/' # root name is automatically
added to this
    config_opts['chroot'] = '/usr/sbin/mach-helper chroot'
    config_opts['mount'] = '/usr/sbin/mach-helper mount'
    config_opts['umount'] = '/usr/sbin/mach-helper umount'
    config_opts['rm'] = '/usr/sbin/mach-helper rm'
    config_opts['mknod'] = '/usr/sbin/mach-helper mknod'
    config_opts['yum'] = '/usr/sbin/mach-helper yum'
    config_opts['runuser'] = '/sbin/runuser'

Version-Release number of selected component (if applicable):
mock-0.3-2.fc4

Additional info:
This doesn't have any effects, unless using custom configurations, because the
standard *.cfgs as being shipped with the mock-rpm override these settings.

Comment 1 Seth Vidal 2006-03-29 06:14:29 UTC
fairly sure this is fixed now.



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