From 93fbffebd73c048fcddf8f11857f1d7e22a35cdd Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 28 Jul 2017 21:15:27 -0700 Subject: [PATCH] build-release-tarball: Cut a redundant cleanup step. There's no need to remove this file here -- the whole tree will be removed a few commands later, and the `tar` command we do first, to supplement our tarball with various generated files, is quite selective and wouldn't look at this file anyway. --- tools/build-release-tarball | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build-release-tarball b/tools/build-release-tarball index c9d9e7ba39..1053f26cd6 100755 --- a/tools/build-release-tarball +++ b/tools/build-release-tarball @@ -110,8 +110,6 @@ echo "$version" > version rm -f "$USER_PROD_STATIC_LOGPATH" mv "$BUILD_PROD_STATIC_LOGPATH" "$USER_PROD_STATIC_LOGPATH" -rm -f zproject/dev-secrets.conf - # We don't need duplicate copies of emoji with hashed paths, and they would break bugdown find prod-static/serve/generated/emoji/images/emoji/ -regex '.*\.[0-9a-f]+\.png' -delete