Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.4.3

Lines Matching refs:ubuntu

19 # that allows you to generate 32-bit binaries that target Ubuntu 8.04
76 # binary Ubuntu packages.
91 # and SHA-1 hashes for downloaded Ubuntu packages.
106 # The base URL of the Ubuntu mirror we're going to use.
109 # Ubuntu release name we want packages from. Can be a name or a number
114 # The list of packages we need to download from the Ubuntu servers and
209 --ubuntu-mirror=*) UBUNTU_MIRROR="$optarg"
211 --ubuntu-release=*) UBUNTU_RELEASE="$optarg"
267 properly on Ubuntu 8.04 or higher.
283 Note that this script will download various binary packages from Ubuntu
295 echo " --ubuntu-mirror=URL Ubuntu mirror URL [$UBUNTU_MIRROR]"
296 echo " --ubuntu-release=NAME Ubuntu release name [$UBUNTU_RELEASE]"
367 # Location where we download packages from the Ubuntu servers
606 # Load the Ubuntu packages file. This is a long text file that will list
609 # $1: Ubuntu mirror base URL (e.g. http://mirrors.us.kernel.org/)
616 local SRCFILE="$BASE/ubuntu/dists/$RELEASE/main/binary-i386/Packages.bz2"
655 # $2: Ubuntu mirror base URL
667 echo "$2/ubuntu/$FILE"
1049 task_define download_ubuntu_packages_list "Download Ubuntu packages list"
1054 fail_panic "Unable to download packages list, try --ubuntu-mirror=<url> to use another archive mirror"
1057 task_define download_packages "Download Ubuntu packages"