copy_to_dist_dir: Add wipe_destdir alias for wipe_dist_dir
This change unifies the flag names passed for both pkg_install and the legacy copy_to_dist_dir
--dist_dir already has an --destdir alias so this is consistent with current interface.
Bug: 399286110
Change-Id: I111a1d8133a4398c6653820fc5fda910d713c850
diff --git a/dist/dist.py b/dist/dist.py
index 841806d..7f8d1a0 100644
--- a/dist/dist.py
+++ b/dist/dist.py
@@ -182,7 +182,7 @@
"Supported archives: tar.")
parser.add_argument("--log", help="Log level (debug, info, warning, error)", default="debug")
parser.add_argument(
- "--wipe_dist_dir",
+ "--wipe_dist_dir", "--wipe_destdir",
action="store_true",
help="remove existing dist_dir prior to running"
)
diff --git a/patchinfo/I111a1d8133a4398c6653820fc5fda910d713c850 b/patchinfo/I111a1d8133a4398c6653820fc5fda910d713c850
new file mode 100644
index 0000000..7a2d820
--- /dev/null
+++ b/patchinfo/I111a1d8133a4398c6653820fc5fda910d713c850
@@ -0,0 +1 @@
+NONE