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

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

Issue 2273813003: Linux: Refactor sysroot-creator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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-trusty.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-trusty.sh b/build/linux/sysroot_scripts/sysroot-creator-trusty.sh
index c21583b77129ff249b4b184614e54c97df7d8fe2..2c5b0bf07edb2fc53684ad56366960a53510d90b 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-trusty.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-trusty.sh
@@ -11,9 +11,8 @@ DIST=trusty
# This is where we get all the debian packages from.
APT_REPO=http://archive.ubuntu.com/ubuntu
APT_REPO_ARM=http://ports.ubuntu.com
+APT_REPO_ARM64=http://ports.ubuntu.com
REPO_BASEDIR="${APT_REPO}/dists/${DIST}"
-REPO_BASEDIR_ARM="${APT_REPO_ARM}/dists/${DIST}"
-REPO_BASEDIR_ARM64="${APT_REPO_ARM}/dists/${DIST}"
KEYRING_FILE=/usr/share/keyrings/ubuntu-archive-keyring.gpg
HAS_ARCH_AMD64=1
« 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