# mach location configuration                          -*- python -*-

# all the download locations are defined here
# you can override them here for the whole system
# these locations are then used by the distribution configuration files
# under dist.d

# Base download locations.

# Official distributions

# Red Hat Linux
redhatyum   = 'http://ayo.freshrpms.net/redhat'

# Fedora Core
fedora      = 'http://download.fedora.redhat.com/pub/fedora/linux'

# Yellow Dog Linux
yellowdog   = 'http://ayo.freshrpms.net/yellowdog'

# Add-on locations
livna       = 'http://rpm.livna.org'
gstreamer   = 'http://gstreamer.freedesktop.org/pkg'
freshrpmsrh = 'http://ayo.freshrpms.net/redhat'
freshrpmsfd = 'http://ayo.freshrpms.net/fedora/linux'
freshrpmsyd = 'http://ayo.freshrpms.net/yellowdog'

jpackage    = 'http://dl.sf.net/jpackage/direct_download/1.5'
# jpackagenf is the non-free/non-distributable JPackage repository.  You
# must set up one yourself and point this variable at if before you can use
# the JPackage configurations.  http://www.jpackage.org/faq.php
jpackagenf  = ''

# RHEL
# you must create your own yum repository for RHEL, there are no public ones
rhelyum     = ''

