mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	buildserver: buildserver/Vagrantfile is configed by .yaml file
Vagrantfile is now committed and not changed between configurations. It is configed by translating the python config file's dict to a YAML file, which Vagrantfile now loads and uses. This makes it a lot easier for vagrant users and python programmers to understand, and hopefully makes it easier to maintain and test with.
This commit is contained in:
		
							parent
							
								
									2e1ec71404
								
							
						
					
					
						commit
						d4c6fffb30
					
				
					 5 changed files with 81 additions and 91 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,7 @@ if [ -z "$files" ]; then
 | 
			
		|||
    PY_TEST_FILES="tests/*.TestCase"
 | 
			
		||||
    SH_FILES="hooks/pre-commit"
 | 
			
		||||
    BASH_FILES="fd-commit jenkins-build docs/update.sh completion/bash-completion buildserver/provision-*"
 | 
			
		||||
    RB_FILES="buildserver/cookbooks/*/recipes/*.rb"
 | 
			
		||||
    RB_FILES="buildserver/cookbooks/*/recipes/*.rb buildserver/Vagrantfile"
 | 
			
		||||
else
 | 
			
		||||
    # if actually committing right now, then only run on the files
 | 
			
		||||
    # that are going to be committed at this moment
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue