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

Lines Matching refs:Packages

76 # binary Ubuntu packages.
91 # and SHA-1 hashes for downloaded Ubuntu packages.
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
283 Note that this script will download various binary packages from Ubuntu
298 echo " --only-sysroot Only dowload and build sysroot packages"
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
616 local SRCFILE="$BASE/ubuntu/dists/$RELEASE/main/binary-i386/Packages.bz2"
617 local DSTFILE="$DOWNLOAD_DIR/Packages.bz2"
621 (cd $DOWNLOAD_DIR && bunzip2 -f Packages.bz2)
659 # The following is an awk command to parse the Packages file and extract
662 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
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"