Commit 95d1f03d authored by Stephen Barber's avatar Stephen Barber Committed by Commit Bot

Update Crostini image server URL

The image server URL should have a %d in it, to be replaced with
the Chrome OS milestone at runtime.

BUG=chromium:918970
TEST=set up crostini; check that container has wget preinstalled

Change-Id: I3cdfce9ea1b80e704719da05449734c82d2b7dc9
Reviewed-on: https://chromium-review.googlesource.com/c/1395025Reviewed-by: default avatarTimothy Loh <timloh@chromium.org>
Commit-Queue: Stephen Barber <smbarber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619840}
parent 100d46da
...@@ -126,7 +126,7 @@ constexpr char kCrostiniCroshBuiltinAppId[] = ...@@ -126,7 +126,7 @@ constexpr char kCrostiniCroshBuiltinAppId[] =
// Generated using crx_file::id_util::GenerateId("LinuxAppsFolder") // Generated using crx_file::id_util::GenerateId("LinuxAppsFolder")
constexpr char kCrostiniFolderId[] = "ddolnhmblagmcagkedkbfejapapdimlk"; constexpr char kCrostiniFolderId[] = "ddolnhmblagmcagkedkbfejapapdimlk";
constexpr char kCrostiniDefaultImageServerUrl[] = constexpr char kCrostiniDefaultImageServerUrl[] =
"https://storage.googleapis.com/cros-containers"; "https://storage.googleapis.com/cros-containers/%d";
constexpr char kCrostiniDefaultImageAlias[] = "debian/stretch"; constexpr char kCrostiniDefaultImageAlias[] = "debian/stretch";
// Whether running Crostini is allowed for unaffiliated users per enterprise // Whether running Crostini is allowed for unaffiliated users per enterprise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment