Make update_repo step in build_linux optional #149

Closed
opened 2020-01-17 17:04:22 -07:00 by 2Shirt · 0 comments
2Shirt commented 2020-01-17 17:04:22 -07:00 (Migrated from gitea.2shirt.work)

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: ``` 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 2Shirt/WizardKit#149
No description provided.