#!/usr/bin/python -tt import os config_opts['root'] = 'fedora-6-arm-core' config_opts['target_arch'] = 'armv5tel' config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum debuglevel=1 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 # repos [core] name=core mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?release=6&arch=arm&repo=os gpgcheck=0 [updates] name=updates mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?release=6&arch=arm&repo=updates gpgcheck=0 [extras] name=extras mirrorlist=http://mirrorlist.fedora-arm.wantstofly.org/?release=6&arch=arm&repo=extras gpgcheck=0 [groups] name=groups baseurl=http://buildsys.fedoraproject.org/buildgroups/6/i386/ """