commit | 85824563a9d806261980a0efda0ea1946b6b0b02 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@chromium.org> | Tue Jan 31 02:40:43 2023 -0500 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 02 02:55:17 2023 +0000 |
tree | 224184b27ce5fed33bf1b0c51ae894970741a9a3 | |
parent | 4f2d1456847caf21f8e17e51261d9921836cef9a [diff] [blame] |
scripts: cros_sdk: accept --goma-dir Support both forms for now so we can migrate existing code to the new one without breaking things. BUG=b:191307774 TEST=`cros_sdk` still works Change-Id: I2a8ebf5891de01d877cc04c370df80035109c771 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4205473 Tested-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Reviewed-by: Gilberto Contreras <gcontreras@google.com>
diff --git a/scripts/cros_sdk.py b/scripts/cros_sdk.py index 32144d1..d94a194 100644 --- a/scripts/cros_sdk.py +++ b/scripts/cros_sdk.py
@@ -870,6 +870,7 @@ ), ) parser.add_argument( + "--goma-dir", "--goma_dir", type="path", help="Goma installed directory to mount into the chroot.",