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

Lines Matching refs:Packages

141 # Ubuntu release name we want packages from. Can be a name or a number
146 # The list of packages we need to download from the Ubuntu servers and
311 Note that this script will download various binary packages from Ubuntu
331 echo " --only-sysroot Only dowload and build sysroot packages"
407 # binary Ubuntu packages.
418 # and SHA-1 hashes for downloaded Ubuntu packages.
427 # Location where we download packages from the Ubuntu servers
684 # Load the Ubuntu packages file. This is a long text file that will list
694 local SRCFILE="$BASE/ubuntu/dists/$RELEASE/main/binary-$UBUNTU_ARCH/Packages.bz2"
695 local DSTFILE="$DOWNLOAD_DIR/Packages.bz2"
699 (cd $DOWNLOAD_DIR && bunzip2 -f Packages.bz2)
737 # The following is an awk command to parse the Packages file and extract
740 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
1263 task_define download_ubuntu_packages_list "Download Ubuntu packages list"
1268 fail_panic "Unable to download packages list, try --ubuntu-mirror=<url> to use another archive mirror"
1271 task_define download_packages "Download Ubuntu packages"