12 lines
		
	
	
		
			223 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			223 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
setdists d11
 | 
						|
 | 
						|
# fichiers communs
 | 
						|
copy ../common/ ./ gitignore=.
 | 
						|
 | 
						|
dockerfile "" Dockerfile.in sed="
 | 
						|
s/\\\$REGISTRY/$REGISTRY/
 | 
						|
s/\\\$DIST/$DIST/
 | 
						|
"
 | 
						|
build
 |