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

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

Issue 2859323002: Remove Trusty sysroot (Closed)
Patch Set: 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
Index: build/linux/sysroot_scripts/sysroot-creator.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator.sh b/build/linux/sysroot_scripts/sysroot-creator.sh
index 288650169f42421f36b3e949e174876cc3977840..899bec486a34b7e1418dc1898a0ef1d3f576d324 100644
--- a/build/linux/sysroot_scripts/sysroot-creator.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator.sh
@@ -3,11 +3,11 @@
# found in the LICENSE file.
#
# This script should not be run directly but sourced by the other
-# scripts (e.g. sysroot-creator-trusty.sh). Its up to the parent scripts
+# scripts (e.g. sysroot-creator-jessie.sh). Its up to the parent scripts
# to define certain environment variables: e.g.
# DISTRO=ubuntu
-# DIST=trusty
-# DIST_UPDATES=trusty-updates # optional
+# DIST=jessie
+# DIST_UPDATES=jessie-updates # optional
# REPO_EXTRA="universe restricted multiverse" # optional
# APT_REPO=http://archive.ubuntu.com/ubuntu
# KEYRING_FILE=/usr/share/keyrings/ubuntu-archive-keyring.gpg
@@ -850,7 +850,7 @@ PrintDistro() {
#@
#@ DumpRelease
#@
-#@ Prints disto release. eg: trusty
+#@ Prints disto release. eg: jessie
PrintRelease() {
echo ${DIST}
}
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.trusty.arm ('k') | build/linux/sysroot_scripts/sysroot-creator-trusty.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698