Compare commits
	
		
			No commits in common. "be0d3cb85921adb11ee9f64063fb8c452f5e24d1" and "a2b750a71e539c642775d20b84061f0879da088a" have entirely different histories.
		
	
	
		
			be0d3cb859
			...
			a2b750a71e
		
	
		
@ -16,10 +16,7 @@ if [[  "$UBUNTU_ENABLE_SOURCE_MIRRORING" != "false" ]]; then
 | 
				
			|||||||
    SOURCEOPT="--source"
 | 
					    SOURCEOPT="--source"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DONE=0
 | 
					debmirror \
 | 
				
			||||||
 | 
					 | 
				
			||||||
while [[ $DONE -eq 0 ]]; do
 | 
					 | 
				
			||||||
    debmirror \
 | 
					 | 
				
			||||||
	-a ${UBUNTU_MIRROR_ARCHITECTURES} \
 | 
						-a ${UBUNTU_MIRROR_ARCHITECTURES} \
 | 
				
			||||||
	-s ${UBUNTU_MIRROR_CATEGORIES} \
 | 
						-s ${UBUNTU_MIRROR_CATEGORIES} \
 | 
				
			||||||
	-h ${UBUNTU_MIRROR_UPSTREAM} \
 | 
						-h ${UBUNTU_MIRROR_UPSTREAM} \
 | 
				
			||||||
@ -31,9 +28,5 @@ while [[ $DONE -eq 0 ]]; do
 | 
				
			|||||||
	--progress \
 | 
						--progress \
 | 
				
			||||||
	--method=http \
 | 
						--method=http \
 | 
				
			||||||
	$DST/ubuntu
 | 
						$DST/ubuntu
 | 
				
			||||||
    if [[ $? -eq 0 ]]; then
 | 
					
 | 
				
			||||||
        DONE=1
 | 
					chmod -R a+rX $DST
 | 
				
			||||||
    fi
 | 
					 | 
				
			||||||
    chmod -R a+rX $DST
 | 
					 | 
				
			||||||
    sleep 1
 | 
					 | 
				
			||||||
done
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -3,14 +3,11 @@ worker_processes auto;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
pid         /var/run/nginx.pid;
 | 
					pid         /var/run/nginx.pid;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
error_log /dev/stdout info;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
events {
 | 
					events {
 | 
				
			||||||
    worker_connections  1024;
 | 
					    worker_connections  1024;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
http {
 | 
					http {
 | 
				
			||||||
    access_log /dev/stdout;
 | 
					 | 
				
			||||||
    include       /etc/nginx/mime.types;
 | 
					    include       /etc/nginx/mime.types;
 | 
				
			||||||
    default_type  application/octet-stream;
 | 
					    default_type  application/octet-stream;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user