mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-04 00:00:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			170 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			170 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
echo "Building root image"
 | 
						|
 | 
						|
DIR=$(dirname `readlink -f $0`)
 | 
						|
. $DIR/../testing.conf
 | 
						|
 | 
						|
$DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION
 |