mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	upgrade: Remove disused hack for zulip-dropbox.png.
				
					
				
			I believe this hack is no longer being triggered; so cut it out.
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user