#!/bin/sh

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