mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	jenkins-test: force new repo setup for each build
jenkins-build-all just sets `build_server_always = True`, these tests need a whole keystore setup. So just delete the existing config, and let `fdroid init` do the rest.
This commit is contained in:
		
							parent
							
								
									9fda492b2f
								
							
						
					
					
						commit
						d6c2ec092f
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -29,8 +29,9 @@ cd tests
 | 
			
		|||
# this is set up and managed by jenkins-build-all
 | 
			
		||||
cd $WORKSPACE/fdroiddata
 | 
			
		||||
 | 
			
		||||
test -e config.py || ../fdroid init --verbose
 | 
			
		||||
test -e keystore.jks || ../fdroid update --create-key
 | 
			
		||||
rm -f config.py
 | 
			
		||||
../fdroid init --verbose
 | 
			
		||||
../fdroid update
 | 
			
		||||
 | 
			
		||||
export GNUPGHOME=$WORKSPACE/tests/gnupghome
 | 
			
		||||
echo "build_server_always = True" > config.py
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue