aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/pd-main-auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-08 15:36:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-08 15:36:27 +0000
commite7152bc9308af397f54be36106bd654bea8c2464 (patch)
treeece90aa5fc730cde8ed27e07b5d89bbab4e1d95c /scripts/auto-build/pd-main-auto-builder.sh
parentb967b3e69b2d952f9f7d628ac0d23ace3c0f1761 (diff)
added a final line that echos to the logfile to test whether the build was succeeded. if it succeeded, then the status report email is not sent
svn path=/trunk/; revision=5512
Diffstat (limited to 'scripts/auto-build/pd-main-auto-builder.sh')
-rwxr-xr-xscripts/auto-build/pd-main-auto-builder.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh
index a5ec0645..d964201e 100755
--- a/scripts/auto-build/pd-main-auto-builder.sh
+++ b/scripts/auto-build/pd-main-auto-builder.sh
@@ -43,6 +43,7 @@ cd ${auto_build_root_dir}/pd/src && \
make && \
cd ../../ && \
tar cjf $package_name pd && \
- rsync -a ${package_name} rsync://128.238.56.50/upload/${DATE}/
+ rsync -a ${package_name} rsync://128.238.56.50/upload/${DATE}/ && \
+ echo SUCCESS
rm -f -- $package_name