From 178a6a122946539298a6a064eaa26509eb6f8eac Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 26 Sep 2010 16:53:10 +0200 Subject: mail author when build fail --- scripts/builder.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 scripts/builder.sh (limited to 'scripts/builder.sh') diff --git a/scripts/builder.sh b/scripts/builder.sh deleted file mode 100755 index 01eb92e..0000000 --- a/scripts/builder.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -gitrepo=$1 -project=$2 -commit=$3 - -ORIGIN=$(pwd) -BUILDDIR=$(mktemp -d) -LOGDIR="/tmp/jitterbug" -mkdir -p $LOGDIR -logfile="$LOGDIR/$project.$commit.txt" -cd $BUILDDIR -rm -rf $project -git clone $gitrepo $project -cd $project -git checkout $commit -perl Makefile.PL -make -make test 2>&1 > $logfile -cd .. -rm -rf $BUILDDIR -- cgit v1.2.3