tarantool / tarantool/tarantool

Extend tarantoolctl rocks server list

Open
#3,703 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.