baidu/brpc -> apache/incubator-brpc
Open
- Dominant language
- C++
- Stars
- 321
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
deps.sh
````
if [ ! -e brpc ]; then
echo "Cloning brpc..."
git clone https://github.com/brpc/brpc.git
fi
cd brpc
git checkout master
git pull
git checkout 2ae7f04ce513c6aee27545df49d5439a98ae3a3f
````
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with deps.sh and compare its brpc clone and checkout commands with the repository migration named in the issue. Done means the script fetches from apache/incubator-brpc while retaining the specified revision; run the dependency setup path to verify it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, git, shell
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100