#!/bin/sh

unset \
	LANG \
	LANGUAGE \
	LINGUAS \
	LC_CTYPE \
	LC_NUMERIC \
	LC_TIME \
	LC_COLLATE \
	LC_MONETARY \
	LC_MESSAGES \
	LC_PAPER \
	LC_NAME \
	LC_ADDRESS \
	LC_TELEPHONE \
	LC_MEASUREMENT \
	LC_IDENTIFICATION \
	LC_ALL \
	||:

#Sisyphus root
PREFIX="/raid/ALT/Sisyphus"

#Architectures
ARCHITECTURES="i586 i686"

#Distribution name
DISTRIBUTION=i586

ORIGIN='ALT Linux Team'
LABEL='Sisyphus'
CODENAME='ALT'
SUITE='ALT Linux'
DESCRIPTION='ALT Linux Sisyphus'
VERSION=unstable
GENBASEDIR_SIGNING_ARGS='-s --default-key=security@altlinux.ru'
GENBASEDIR_OPT_ARGS='--bz2only --mapi --no-oldhashfile'

#Components
LINKONLY_COMPONENTS='base castle junior kernel master contrib non-free'
MIXED_COMPONENTS=''
ALL_COMPONENTS="$LINKONLY_COMPONENTS $MIXED_COMPONENTS classic"

#src repositories list
SRC_REPOSITORIES="SRPMS.base SRPMS.castle SRPMS.junior SRPMS.kernel SRPMS.master SRPMS.contrib SRPMS.non-free"
#default src repository
SRC_CONTRIB="SRPMS.contrib"

#binary repositories list
BIN_REPOSITORIES="$DISTRIBUTION/RPMS.base $DISTRIBUTION/RPMS.castle $DISTRIBUTION/RPMS.junior $DISTRIBUTION/RPMS.kernel $DISTRIBUTION/RPMS.master $DISTRIBUTION/RPMS.contrib $DISTRIBUTION/RPMS.non-free"
#default binary repository
BIN_CONTRIB="$DISTRIBUTION/RPMS.contrib"

#!!!NEW SISYPHUS LAYOUT!!!
#new files location
NEW_SRC_REPOSITORIES="files/SRPMS"
NEW_BIN_REPOSITORIES="files/i586/RPMS files/i686/RPMS"

#permissions
PERM_GROUP=sisyphus
PERM_MODE='g+w,a+rX'

#outgoing incoming
: ${START_DIR:=/raid/OUT/Sisyphus}
