Home | History | Annotate | Download | only in sysroot_scripts

Lines Matching refs:Packages

34 # this is where we get all the debian packages from
37 readonly PACKAGE_LIST_AMD64="${DEBIAN_REPO}/dists/wheezy/main/binary-amd64/Packages.bz2"
38 readonly PACKAGE_LIST_I386="${DEBIAN_REPO}/dists/wheezy/main/binary-i386/Packages.bz2"
40 # TODO(thestig) Remove unused libbz2 packages in the next sysroot update.
41 # Sysroot packages: these are the packages needed to build chrome.
371 mkdir -p ${TMP}/debian-packages
374 local package="${TMP}/debian-packages/${file##*/}"
456 # Looks up package names in ${TMP}/Packages and write list of URLs
465 local pkg_full=$(grep -A 1 " ${pkg}\$" ${TMP}/Packages | egrep -o "pool/.*")
482 local package_list="${TMP}/Packages.wheezy_amd64.bz2"
484 bzcat ${package_list} | egrep '^(Package:|Filename:)' > ${TMP}/Packages
495 local package_list="${TMP}/Packages.wheezy_i386.bz2"
497 bzcat ${package_list} | egrep '^(Package:|Filename:)' > ${TMP}/Packages