commit | f9243404ec44554e3fa35c868fde21a3e896da04 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@chromium.org> | Tue Dec 10 21:42:00 2019 -0500 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 03 00:42:31 2020 +0000 |
tree | 5b68b6b92ca9cbbab4f22aceec8b9d60d7bae70c | |
parent | 559141204bcd0995bbf8b2aded81e2f286d3c35e [diff] |
Share fonts from ChromiumOS to the GuestOS We want the GuestOS to have access to the same fonts as ChromeOS, after the font directory has been mounted to /mnt/chromeos/fonts, the search directories for available fonts needs to see the above directory. This is done through the installation of a Debian package which will move a config file to /etc/fonts/conf.d that will specify a new path. BUG=chromium:903631 TEST=create deb package using bazel, sudo apt-install and check fc-list available fonts Change-Id: Ic5a3c60350a040f6739b5e6c919a10e61652de40 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/1980189 Reviewed-by: Nic Hollingum <hollingum@google.com> Reviewed-by: Stephen Barber <smbarber@chromium.org> Commit-Queue: Matthew Chen <matterchen@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.
The guest packages can be built with Bazel.
bazel build //cros-debs:debs --host_force_python=py2
promote\_apt.sh MILESTONE
and promote\_container.sh MILESTONE
in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.