tarantool / tarantool/tarantool
Extend tarantoolctl rocks server list
Open
Nobody has claimed this yet.
feature
luarocks
tarantoolctl
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Utility tarantoolctl rocks now supports option --server=file:///path/to/rocks (see #2640), which allows one to install precompiled rocks from local filesystem.
It would be nice to use $(dirname $(which tarantoolctl))/rocks as one of default paths.
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 tarantoolctl rocks command and the existing --server=file:///path/to/rocks handling described in #2640. Trace how default server paths are assembled, then include $(dirname $(which tarantoolctl))/rocks and verify that it is listed among the defaults and remains usable for local rock installation.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100