11 lines
		
	
	
		
			243 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			243 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
setprofiles v1-prod v2-prod test
 | 
						|
 | 
						|
if profile DEFAULT; then
 | 
						|
    info "$PROFILE est le profil par défaut"
 | 
						|
fi
 | 
						|
info "version=$VERSION"
 | 
						|
 | 
						|
# pas de build automatique
 | 
						|
AUTOBUILD=
 |