Make it optional for the build-all/full/minimal routines. Something like:
if BUILD/repo exists:
# Don't replace current repo, just assume it'll work
else:
# Build new repo
update_repo()
This would allow much easier build testing without affecting normal builds. Running build_linux --update-repo would allow replacing an existing, and possibly stale, repo.
Make it optional for the build-all/full/minimal routines. Something like:
This would allow much easier build testing without affecting normal builds. Running
build_linux --update-repo
would allow replacing an existing, and possibly stale, repo.