#!/bin/sh

TOPDIR=/var/ftp/pub/Etersoft/LINUX@Etersoft/1.0
genbasedir --create --progress --topdir="$TOPDIR" i586 branch sisyphus tartarus unstable &&
genbasedir --create --progress --topdir="$TOPDIR" noarch branch sisyphus tartarus unstable &&
	echo DONE ||
	echo FAIL
