A clean checkout of 0ed0dfb on Linux cannot run ./repo.sh build (or any repo.sh command). repo.sh immediately executes tools/packman/python.sh tools/repoman/repoman.py, but neither tools/packman nor tools/repoman is present in the source tree, submodules, or release checkout.
Observed error:
./repo.sh: line 10: .../tools/packman/python.sh: No such file or directory
The direct validation workflow remains healthy: the sample-content regression reports no regressions against main, and simready-validate passes the bundled Sample-Profile asset.
Acceptance: either include/bootstrap the required Packman/Repoman tooling in a clean checkout, or replace/remove repo.sh and document the public build/package lifecycle that a source-only CI worker should invoke.
A clean checkout of 0ed0dfb on Linux cannot run
./repo.sh build(or anyrepo.shcommand).repo.shimmediately executestools/packman/python.sh tools/repoman/repoman.py, but neithertools/packmannortools/repomanis present in the source tree, submodules, or release checkout.Observed error:
The direct validation workflow remains healthy: the sample-content regression reports no regressions against main, and
simready-validatepasses the bundled Sample-Profile asset.Acceptance: either include/bootstrap the required Packman/Repoman tooling in a clean checkout, or replace/remove
repo.shand document the public build/package lifecycle that a source-only CI worker should invoke.