kpatch-build: use close archive mirror for Ubuntu for speed

This commit is contained in:
Terry Wang 2014-07-25 21:08:20 +10:00
parent 4e41f39853
commit cde33f13ed

View File

@ -339,7 +339,9 @@ else
if [[ $DISTRO = ubuntu ]]; then
# url may be changed for a different mirror
url="http://us.archive.ubuntu.com/ubuntu/pool/main/l/linux"
# list of official archive mirrors for Ubuntu -> https://launchpad.net/ubuntu/+archivemirrors
# update the url below to use a close mirror otherwise wait for hours ;-)
url="http://archive.ubuntu.com/ubuntu/pool/main/l/linux"
extension="bz2"
sublevel="SUBLEVEL = 0"
taroptions="xvjf"