mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	remove txt from nightly default supported metadata formats
This commit is contained in:
		
							parent
							
								
									4dc503ed28
								
							
						
					
					
						commit
						f8bc51399e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -248,7 +248,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
 | 
			
		|||
        config += "keypass = '%s'\n" % PASSWORD
 | 
			
		||||
        config += "keydname = '%s'\n" % DISTINGUISHED_NAME
 | 
			
		||||
        config += "make_current_version_link = False\n"
 | 
			
		||||
        config += "accepted_formats = ('txt', 'yml')\n"
 | 
			
		||||
        config += "accepted_formats = ['yml']\n"
 | 
			
		||||
        config += "update_stats = True\n"
 | 
			
		||||
        with open('config.py', 'w') as fp:
 | 
			
		||||
            fp.write(config)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue