Added option to build all overay bundles at once.
This commit is contained in:
		
							parent
							
								
									dd5b1ab1bd
								
							
						
					
					
						commit
						a55307fb5e
					
				@ -30,7 +30,11 @@ if [ ! "$SKIP_CLEAN" = "true" ] ; then
 | 
			
		||||
  ./overlay_clean.sh
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$OVERLAY_BUNDLES" = "all" ] ; then
 | 
			
		||||
  BUNDLES_LIST=`ls $SRC_DIR/bundles`
 | 
			
		||||
else
 | 
			
		||||
  BUNDLES_LIST="$(echo $OVERLAY_BUNDLES | tr ',' ' ')"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
for BUNDLE in $BUNDLES_LIST
 | 
			
		||||
do
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user