From 88fed0b418b40526ef86d60fec609b116182d717 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 9 Jan 2015 20:25:04 +0100 Subject: [PATCH] build previews from the 3.4 branch --- s/cron/previews.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/s/cron/previews.sh b/s/cron/previews.sh index 7c9f8bb95..809ea56c2 100755 --- a/s/cron/previews.sh +++ b/s/cron/previews.sh @@ -1,7 +1,12 @@ #!/bin/sh [ -z $ERESSEA ] && ERESSEA=$HOME/eressea + +branch=master +if [ ! -n "$1" ]; then +branch="$1" +fi SRC=$ERESSEA/git -$SRC/s/preview build master +$SRC/s/preview build $branch $SRC/s/preview version for game in 2 3 4 ; do $SRC/s/preview -g $game run && \