mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	puppet: Stop creating a /home/zulip/logs.
This was last really used in d7a3570c7e, in 2013, when it was
`/home/humbug/logs`.
Repoint the one obscure piece of tooling that writes there, and remove
the places that created it.
			
			
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							7f2514b316
						
					
				
				
					commit
					372bba4a8e
				
			@@ -50,7 +50,6 @@ if args.remote_url:
 | 
			
		||||
    remote_url = args.remote_url
 | 
			
		||||
 | 
			
		||||
os.makedirs(DEPLOYMENTS_DIR, exist_ok=True)
 | 
			
		||||
os.makedirs("/home/zulip/logs", exist_ok=True)
 | 
			
		||||
 | 
			
		||||
error_rerun_script = f"{DEPLOYMENTS_DIR}/current/scripts/upgrade-zulip-from-git {refname}"
 | 
			
		||||
get_deployment_lock(error_rerun_script)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user