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

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-wheezy.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 | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
index 0ffdafe5c6cd9150e121c494905ad07ee0583659..c0ddc5a5a378534828fb2bf1ed0e3daa8f69bd39 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
@@ -7,6 +7,8 @@ SCRIPT_DIR=$(cd $(dirname $0) && pwd)
DISTRO=debian
DIST=wheezy
+DIST_UPDATES=wheezy-updates
+
APT_REPO=http://http.us.debian.org/debian
KEYRING_FILE=${SCRIPT_DIR}/debian-archive-wheezy-stable.gpg
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698