scripts: COIL files in scripts/ ('blacklist')
BUG=b:187793358
TEST=CQ
Change-Id: Ia416b0f6a30143d595dae856c94765d2d1961bca
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3327569
Tested-by: Cindy Lin <xcl@google.com>
Auto-Submit: Cindy Lin <xcl@google.com>
Reviewed-by: Lizzy Presland <zland@google.com>
Commit-Queue: Lizzy Presland <zland@google.com>
diff --git a/scripts/cros_uprev.py b/scripts/cros_uprev.py
index 671ce68..b45c6a7 100644
--- a/scripts/cros_uprev.py
+++ b/scripts/cros_uprev.py
@@ -33,8 +33,8 @@
parser.add_argument('--boards', help='Colon-separated list of boards.')
parser.add_argument('--chroot', type='path', help='The chroot path.')
parser.add_argument('--force', action='store_true',
- help='Force the stabilization of blacklisted packages. '
- '(only compatible with -p)')
+ help='Force the stabilization of manually uprevved '
+ 'packages. (only compatible with -p)')
parser.add_argument('--overlay-type', required=True,
choices=['public', 'private', 'both'],
help='Populates --overlays based on "public", "private", '
@@ -178,7 +178,7 @@
Args:
overlays: A list of overlays to work on.
package_list: A list of packages passed from commandline to work on.
- force (bool): Whether to use packages even if in blacklist.
+ force (bool): Whether to use packages even if in manual uprev list.
Returns:
A dict mapping each overlay to a list of ebuilds belonging to it.