summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-08 09:25:21 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-08 09:25:21 (EDT)
commit80a4af4503318f48cb8ef2736112f58060006866 (patch)
tree563bfc6a4f338e697adbd1249183e6025a9e570f
parenta1f4f22a0dc01872153c2a23a217df142a6644e2 (diff)
downloadlibreboot-80a4af4503318f48cb8ef2736112f58060006866.zip
libreboot-80a4af4503318f48cb8ef2736112f58060006866.tar.gz
libreboot-80a4af4503318f48cb8ef2736112f58060006866.tar.bz2
build/release/util: don't delete the 'tobuild' archive
This is already handled by a separate script.
-rwxr-xr-xresources/scripts/helpers/build/release/util2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util
index b5f4bdf..d7c6e6d 100755
--- a/resources/scripts/helpers/build/release/util
+++ b/resources/scripts/helpers/build/release/util
@@ -54,9 +54,7 @@ cat .git/refs/heads/master > commitid
printf "Deleting the old release archives\n"
rm -f libreboot_*.tar.xz
-rm -f tobuild.tar.xz
rm -Rf release/
-rm -Rf tobuild/
# ### Create the release/ directory where the archives will go
# ----------------------------------------------------------------------------------------------------------------------------