File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ For example:
12
12
./github-merge.py 3077
13
13
14
14
(in any git repository) will help you merge pull request #3077 for the
15
- bitcoin/bitcoin repository.
15
+ devrandom/gitian-builder repository.
16
16
17
17
What it does:
18
18
* Fetch master and the pull request.
@@ -30,8 +30,8 @@ couldn't mess with the sources.
30
30
31
31
Setup
32
32
---------
33
- Configuring the github-merge tool for the bitcoin repository is done in the following way:
33
+ Configuring the github-merge tool for this repository is done in the following way:
34
34
35
- git config githubmerge.repository bitcoin/bitcoin
35
+ git config githubmerge.repository devrandom/gitian-builder
36
36
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
37
37
git config --global user.signingkey mykeyid (if you want to GPG sign)
You can’t perform that action at this time.
0 commit comments