microsoft / microsoft/azure-linux-dev-tools
request: source-add, source-remove overlays
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 18
- Forks
- 27
- Avg merge
- 4d 33m
- Merged PRs (30d)
- 24
Description
A common use case will likely be to add or remove spec file `Source:` files, so there should be commands like `source-add` (which adds a local file as well as adding a `SourceN:` line pointing to the new file), as well as `source-remove` (which removes the corresponding `SourceN:` line in the spec, as well as removing the source file if it exists in dist-git)
--
_Imported on behalf of @ddstreet_
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
Start by locating the existing command entry points and code that edits spec files or manages dist-git source files. Confirm how commands and SourceN: entries are represented before implementing the requested behavior. Done means source-add creates the local file and matching SourceN: line, while source-remove removes the line and any corresponding dist-git file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100