summaryrefslogtreecommitdiffstats
path: root/rebuild-alpine.sh
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2011-02-24 23:00:03 +0000
committerAndrew Manison <amanison@anselsystems.com>2011-12-10 18:23:46 +0000
commit576574c262ae5e0afaf72c739424155e4064d9f2 (patch)
tree16bb3d17ec2905e5273c80f7092e7d23380ab809 /rebuild-alpine.sh
parent43d5ae482ba4e2d9709840301ac3ce2251717567 (diff)
downloadaports-576574c262ae5e0afaf72c739424155e4064d9f2.tar.bz2
aports-576574c262ae5e0afaf72c739424155e4064d9f2.tar.xz
rebuild-alpine.sh: Re-enabled email functionality
Diffstat (limited to 'rebuild-alpine.sh')
-rwxr-xr-xrebuild-alpine.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/rebuild-alpine.sh b/rebuild-alpine.sh
index a9a7888b1..cb4c27452 100755
--- a/rebuild-alpine.sh
+++ b/rebuild-alpine.sh
@@ -57,12 +57,11 @@ build () {
BUILDLOG="$rootdir/$1_$p.txt"
fi
-# echo "Package $1/$p failed to build. Build output is attached" | \
-# email -s "NOT SPAM $p build report" -a $BUILDLOG \
-# -n AlpineBuildBot -f buildbot@alpinelinux.org $recipients
+ echo "Package $1/$p failed to build. Build output is attached" | \
+ email -s "NOT SPAM $p build report" -a $BUILDLOG \
+ -n AlpineBuildBot -f buildbot@alpinelinux.org $recipients
if [ "$BUILDLOG" = "$TMPFILE" ]; then
-# rm $BUILDLOG
- mv $BUILDLOG $rootdir/$1_$p-short.txt
+ rm $BUILDLOG
fi
fi
fi