From 5002d9ecb9dbfed41b1b05565a120f777684c65f Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 28 Jul 2017 23:01:30 -0700 Subject: [PATCH] upgrade: Remove disused hack for `zulip-dropbox.png`. I believe this hack is no longer being triggered; so cut it out. --- scripts/upgrade-zulip-from-git | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/upgrade-zulip-from-git b/scripts/upgrade-zulip-from-git index 2a397cf3e4..b94ce842cf 100755 --- a/scripts/upgrade-zulip-from-git +++ b/scripts/upgrade-zulip-from-git @@ -64,11 +64,6 @@ try: subprocess.check_call(["ln", "-nsf", "/etc/zulip/settings.py", os.path.join(deploy_path, "zproject/prod_settings.py")]) - # Hack to deploy images not included in open source project - if os.path.exists("/etc/zulip/zulip-dropbox.png"): - subprocess.check_call(["cp", "-a", "/etc/zulip/zulip-dropbox.png", - os.path.join(deploy_path, "static/images/logo")]) - subprocess.check_call(["sudo", os.path.join(deploy_path, "scripts", "lib", "upgrade-zulip-stage-2"), deploy_path, "--from-git"] + deploy_options) finally: