aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-14 17:30:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-14 17:30:57 +0000
commit6203b625c87bdd88a37f3f480f1a345e73c8209c (patch)
tree140f7d9d3badefda866468c0f1e46386fef9330d /scripts
parent64de91efc443980184c50d5613c302f3c74f481d (diff)
remove package from /tmp/ once it is uploaded
svn path=/trunk/; revision=6888
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pd-main-auto-builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/auto-build/pd-main-auto-builder.sh b/scripts/auto-build/pd-main-auto-builder.sh
index ff89833c..6676878b 100755
--- a/scripts/auto-build/pd-main-auto-builder.sh
+++ b/scripts/auto-build/pd-main-auto-builder.sh
@@ -64,6 +64,7 @@ case $SYSTEM in
cd ../../ && \
tar cjf $package_name pd && \
rsync -a ${package_name} rsync://128.238.56.50/upload/${DATE}/ && \
+ rm -f -- ${package_name} && \
echo SUCCESS
;;
esac