Compare commits
	
		
			No commits in common. "795e4cd2e3b392c9c5098fc860925fc010223e9b" and "10409febe666eb7ba855f2f2ddeddc3bfed61429" have entirely different histories.
		
	
	
		
			795e4cd2e3
			...
			10409febe6
		
	
		
@ -11,12 +11,6 @@ source "$RUNPHP" || exit 1
 | 
				
			|||||||
source "$PROJDIR/$VENDORDIR/nulib/php/load.sh" || exit 1
 | 
					source "$PROJDIR/$VENDORDIR/nulib/php/load.sh" || exit 1
 | 
				
			||||||
require: template
 | 
					require: template
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# recenser les valeur de proxy
 | 
					 | 
				
			||||||
declare -A PROXY_VARS
 | 
					 | 
				
			||||||
for var in {HTTPS,ALL,NO}_PROXY {http,https,all,no}_proxy; do
 | 
					 | 
				
			||||||
    is_defined "$var" && PROXY_VARS[${var,,}]="${!var}"
 | 
					 | 
				
			||||||
done
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
BUILD_ARGS=(
 | 
					BUILD_ARGS=(
 | 
				
			||||||
    DIST NDIST
 | 
					    DIST NDIST
 | 
				
			||||||
    REGISTRY
 | 
					    REGISTRY
 | 
				
			||||||
 | 
				
			|||||||
@ -311,6 +311,7 @@ function host_init_env() {
 | 
				
			|||||||
    ## Charger la configuration
 | 
					    ## Charger la configuration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Recenser les valeur de proxy
 | 
					    # Recenser les valeur de proxy
 | 
				
			||||||
 | 
					    declare -A PROXY_VARS
 | 
				
			||||||
    for var in {HTTPS,ALL,NO}_PROXY {http,https,all,no}_proxy; do
 | 
					    for var in {HTTPS,ALL,NO}_PROXY {http,https,all,no}_proxy; do
 | 
				
			||||||
        is_defined "$var" && PROXY_VARS[${var,,}]="${!var}"
 | 
					        is_defined "$var" && PROXY_VARS[${var,,}]="${!var}"
 | 
				
			||||||
    done
 | 
					    done
 | 
				
			||||||
@ -632,7 +633,6 @@ function container_exec() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if [ "$RUNPHP_MODE" != docker ]; then
 | 
					if [ "$RUNPHP_MODE" != docker ]; then
 | 
				
			||||||
    # Lancement depuis l'extérieur du container
 | 
					    # Lancement depuis l'extérieur du container
 | 
				
			||||||
    declare -A PROXY_VARS
 | 
					 | 
				
			||||||
    host_parse_args "$@"
 | 
					    host_parse_args "$@"
 | 
				
			||||||
    host_init_env
 | 
					    host_init_env
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user