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

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

Issue 2912533002: Add jessie-security repo to sysroot scripts (Closed)
Patch Set: Address thestig@'s comments Created 3 years, 7 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.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-jessie.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
index b757bfb20d6d98877f79373781c2d610c6cdecd8..8b668dc7141caa953a33774f56bb93bfc65510ef 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh
@@ -7,13 +7,14 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DISTRO=debian
DIST=jessie
-DIST_UPDATES=jessie-updates
-PACKAGES_EXT=xz
+APT_SOURCES_LIST="\
+http://ftp.us.debian.org/debian/ jessie main
+http://security.debian.org/ jessie/updates main
+http://ftp.us.debian.org/debian/ jessie-updates main"
-APT_REPO=http://http.us.debian.org/debian
# gpg keyring file generated using:
-# export KEYS="518E17E1 46925553 2B90D010"
+# export KEYS="518E17E1 46925553 2B90D010 C857C906"
# gpg --recv-keys $KEYS
# gpg --output ./debian-archive-jessie-stable.gpg --export $KEYS
KEYRING_FILE="${SCRIPT_DIR}/debian-archive-jessie-stable.gpg"
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698