#
# $Id:$
# Copyright (c) 2004 SUSE LINUX AG. All rights reserved.
# Authors: Jochen Rder <jro@suse.de>
# Desc:    example parameter file for you sync via wget for sles8
#

#
# Flag to Enable/Disable this Skript
#
DOSYNC=1

#
# Mainpath for the download directory. for business products this is typically
#   http://sdb.suse.de/download/$ARCH/update/$PRODUCT/$VERSION
# or for a normal distribution 
#   ftp://ftp.suse.com/pub/suse/$ARCH/update/$VERSION
#
PATH_DOWNLOAD="http://sdb.suse.de/download/i386/update/SuSE-SLES/8"

#
# we have to strip the first levels to fit in our directory structure starting
# with the architecture
#
CUT_DIRS=1

#
# Exclude path for the download separated by colon (i.e. this will be old
# patches, sources or misc). Please type in the full path at the server.
#
PATH_EXCLUDE="/download/i386/update/SuSE-SLES/8/images,/download/i386/update/SuSE-SLES/8/patches.obsolete,/download/i386/update/SuSE-SLES/8/sources"

#
# authentication info is required only for the business products 
#
AUTH_USER="<user>"
AUTH_PASS="<password>"

#
# if you need to add additional wget options like "--debug"
#
WGET_OPTIONS="--non-verbose"

#
# command that should be executed before/after wget
#
CMD_PRE=""
CMD_POST="/usr/sbin/youbrush -s"

#
# set these values if you want to mail a user abaout new packages
#
DOMAIL=1
MAILTO=<user>@suse.de
