# Configuration for ./distribute.
#
# When this script will be executed $TASKNAME will be the name of the 
# task.

# Many comments on the allowed parameters have been thrown away from 
# this file to make it shorter. If you wish to configure other aspects 
# of `distribute' behaviour (or learn more about all the parameters and 
# their default values), then you should create your own task by invoking 
#   distribute TASKNAME --gen-taskconf
#
# More info in the output of distribute --help

# The only thing you really need to change here is the location of 
# Sisyphus mirror on your machine (look for TYPE_N_LOCALMIRROR_TABLE 
# parameter below).

PREFIX=ALTLinux

# This must be here (if you are going to index for APT).
# List of architectures; the first is the main (default) one.
ARCH=(i586 i686)

# type (as well as PREFIX and SUFFIX) is important for how the packages
# will be laid out on the disks; the path to a local mirror specifyies 
# how to find the packges of a certain type that you want to put on the 
# disks.
TYPE_N_LOCALMIRROR_TABLE="
# Empty lines are ignored; a line _beginning_ with '#' is a comment.

# The smaller collection (i686) comes first.
  i686/RPMS  /user/ALT/Sisyphus/i686/RPMS

  $ARCH/RPMS  /user/ALT/Sisyphus/i586/RPMS
# CHANGE THIS ^^^^^^^^^^^^^^^^^^^ !!
######################################

  SRPMS       /user/ALT/Sisyphus/SRPMS
#   AND THIS ^^^^^^^^^^^^^^^^^^^ !!
######################################
"
 
# You can publish the lists of packages in fixed bases 
# (using rsync by default) 
# at the specified location:
#if [[ ! "$PUBLIC_SITE" ]]; then
#	PUBLIC_SITE=remote:/my_site/some_dir
#fi
