mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	buildserver: move config to buildserver/Vagrantfile.yaml
This commit is contained in:
		
							parent
							
								
									e2fcd633fc
								
							
						
					
					
						commit
						abf535aabe
					
				
					 3 changed files with 44 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -66,11 +66,11 @@ if [ `nproc` -le 6 ]; then
 | 
			
		|||
else
 | 
			
		||||
    cpus=6
 | 
			
		||||
fi
 | 
			
		||||
cat <<EOF > $WORKSPACE/makebuildserver.config.py
 | 
			
		||||
debian_mirror = 'http://deb.debian.org/debian/'
 | 
			
		||||
boot_timeout = 1200
 | 
			
		||||
memory = $memory
 | 
			
		||||
cpus = $cpus
 | 
			
		||||
cat <<EOF > $WORKSPACE/buildserver/Vagrantfile.yaml
 | 
			
		||||
debian_mirror: https://deb.debian.org/debian/
 | 
			
		||||
boot_timeout: 1200
 | 
			
		||||
memory: $memory
 | 
			
		||||
cpus: $cpus
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
cd $WORKSPACE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue