coreos / coreos/coreos-assembler
support `cosa fetch --arch --update-lockfile`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 393
- Forks
- 193
- Avg merge
- 17h 6m
- Merged PRs (30d)
- 5
Description
Part of the rebase instructions instruct the user to update the lockfile. It would be nice if we could update the lockfiles for all of our different architectures from our laptop/desktop workstations in a programmatic way. i.e.:
cosa fetch --dry-run --update-lockfile --arch=s390x
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the rebase instructions in .github/ISSUE_TEMPLATE/rebase.md and trace the cosa fetch command entry point for existing --arch, --dry-run, and --update-lockfile handling. Confirm that running the shown command from a workstation updates the requested architecture's lockfile, and check that the behavior works across the supported architectures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100