#! /bin/sh # Setup Env relativepath=`dirname $0` absolutetestspath=`cd $relativepath/..; pwd` cd $absolutetestspath BUILDERDIR=$(./scripts/builder_get_config.sh BUILDERDIR) # Prepare and/or update cowbuilder caches DISTROLIST=${DISTROLIST:-"squeeze wheezy"} [ -d $BUILDERDIR/config ] || mkdir $BUILDERDIR/config for DIST in $DISTROLIST ; do COWBUILDERCONFIG=$BUILDERDIR/config/$DIST.config cat > $COWBUILDERCONFIG <