Skip to content
Commit e778e57f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

command: filter projects by active manifest groups



`repo forall <proj>` will look up all <proj> in the manifest for all
manifest groups regardless of which are active.  If <proj> is checked
out to different locations depending on the group, this ultimately
fails as we're unable to locate all of them.

Simple fix is to only include projects that match the manifest groups
that we already passed down & initialized to the active set, and that
we already use when getting the default project list.

Bug: https://crbug.com/gerrit/11677
Bug: https://crbug.com/1011226
Change-Id: I975f10f9a9e5a1cad7d87344123f8003732dab27
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/239652
Tested-by: default avatarMike Frysinger <vapier@google.com>
Reviewed-by: default avatarRaul Rangel <rrangel@chromium.org>
Reviewed-by: default avatarDavid Pursehouse <dpursehouse@collab.net>
parent f1c5dd8a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment