baidu / baidu/unit-dmkit

baidu/brpc -> apache/incubator-brpc

Open
#77 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.