buildroots.xml and packages have to be in same location?

Dan Williams dcbw at redhat.com
Tue Mar 15 15:46:21 UTC 2005


On Tue, 2005-03-15 at 10:44 -0500, seth vidal wrote:
> let me see the rest of your dist.d file. I think you left out a section.

# mach dist configuration                                        -*- python -*-

# aurora-2-sparc: configuration for Aurora 2

# yum sources layout:
# 'key':    'rpm ' + locationkey + ' path/to/repo reponame'

yumsources['aurora-2-sparc'] = {
    'core':             'rpm ' + aurora + ' /sparc/os/Fedora/RPMS/ core',
    'buildgroups':      'rpm ' + buildgroups + ' /i386/ groups',
}

# Aurora Development
groups['aurora-2-sparc-core'] = {
    'minimal':  'build-minimal',
    'base':     'build-base',
    'build':    'build',
}

# Aurora 2 Core
packages['aurora-2-sparc-core'] = {
    'dir':      'aurora-2-sparc',
}

sourceslist['aurora-2-sparc-core'] = {
    'aurora-2-sparc': ('core', )
}

# Aurora2 roots should use runuser instead of su
config['aurora-2-sparc-core'] = {'runuser': '/sbin/runuser'}


Dan




More information about the Fedora-buildsys-list mailing list