commit | 802748bf43db84c0d97f98027cc0d2ab8f69428e | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Fri Dec 20 00:01:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 20 00:01:11 2024 |
tree | 2c76644892262b0ba47999ebfe390af6c08422b5 | |
parent | 8cc9de0f9c83f3caf61bb3a53a0af0081b032ed7 [diff] |
Reland "[Linux Packaging] Omit environment variables from template substitutions" This is a reland of commit 4fabd785ec3190f01ab124d0ba6e341ddc304ab6 * Use comm -2 instead of comm -3 (Less strict -- allows variables that are either local or in the environment rather than just local. If a local variable is present, it overrides the corresponding variable from the environment.) * Remove the TEMPLATE_ARCH change from the original CL. Original change's description: > [Linux Packaging] Omit environment variables from template substitutions > > R=thestig > > Change-Id: Ibe62b24040debe6edcc3ef526a905ed5b73f9efa > Bug: None > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6107313 > Reviewed-by: Lei Zhang <thestig@chromium.org> > Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1398725} Bug: None Change-Id: Ibee1d7057096a9bc9de3d4d9691e9c2d29982c06 Cq-Include-Trybots: luci.chrome.try:linux64-rel-ready Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6112084 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1398924}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.