Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-jessie.sh

Issue 2409853002: Sysroot: Pull in updated packages from wheezy-updates and jessie-updates (Closed)
Patch Set: Sysroot: Pull in changes from wheezy-updates and jessie-updates Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/linux/sysroot_scripts/sysroot-creator-wheezy.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/sysroot-creator-jessie.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
index 1e168cb5284d37fa223d29fc4b508ec6f161e60e..8685c471c1c32827974c76ace6b9edcb4f2bcdea 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
@@ -7,7 +7,10 @@ SCRIPT_DIR=$(cd $(dirname $0) && pwd)
DISTRO=debian
DIST=jessie
+DIST_UPDATES=jessie-updates
+
PACKAGES_EXT=xz
+
APT_REPO=http://http.us.debian.org/debian
# gpg keyring file generated using:
# export KEYS="518E17E1 46925553 2B90D010"
« no previous file with comments | « no previous file | build/linux/sysroot_scripts/sysroot-creator-wheezy.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698