aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/MakeRelease.job3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index 69c71940..3716a6d0 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -153,8 +153,6 @@ if test x"${tarsrc}" = x"yes"; then
if test $? -gt 0; then
echo "ERROR: Couldn't copy files to ${fileserver}!"
exit 1
- else
- rm -f ${tarballs}
fi
else
echo "ERROR: No source tarballs were found!"
@@ -169,7 +167,6 @@ if test x"${tarbin}" = xyes; then
scp ${manifest} ${fileserver}:${binaries}/
tarballs="`find ${user_snapshots} -name \*${release}\*.xz -o -name \*${release}\*.asc`"
scp ${tarballs} ${fileserver}:${binaries}/
- rm -f ${tarballs}
if test x"${check}" != x; then
sums="`find ${user_workspace} -name \*.sum`"
logs="`find ${user_workspace} -name \*.log`"