2Shirt / WizardKit

MIT License
0 stars 0 forks source link

Make update_repo step in build_linux optional #149

Closed 2Shirt closed 4 years ago

2Shirt commented 4 years ago

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.