[roll] Roll fuchsia [check-licenses] Finish separating v1 and v2 codepaths in generate.go

Move GenerateCommand struct definition, flag setup, and common execution
routing from generate.go to generate_old.go. This ensures generate.go
strictly contains v2 compliance pipeline logic (executeV2Pipeline and
CustomClassifier).

Refactored executeImpl to conditionally initialize v1-specific
configurations and variables only when the v1 pipeline is selected,
avoiding unnecessary overhead for v2 runs.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1604214
Original-Revision: cf717a3d9310384445121fc918450aa1eea1d8f2
GitOrigin-RevId: 04ca6fb7524e33fba82efa2cc0a8d5be5808de96
Change-Id: Ie150d35b56f3ecc4b7785c1ff887662cd8959fad
1 file changed
tree: 493aed7a2403845cd7dc479bb2cadb0d65806409
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.