diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-14 17:30:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-14 17:30:57 +0000 |
commit | 6203b625c87bdd88a37f3f480f1a345e73c8209c (patch) | |
tree | 140f7d9d3badefda866468c0f1e46386fef9330d /scripts | |
parent | 64de91efc443980184c50d5613c302f3c74f481d (diff) |
remove package from /tmp/ once it is uploaded
svn path=/trunk/; revision=6888
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/pd-main-auto-builder.sh | 1 |
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 |