Skip to content

Commit 784d878

Browse files
author
MarcoFalke
committed
Adjust readme for gitian-builder
1 parent ee6dee4 commit 784d878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/devtools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example:
1212
./github-merge.py 3077
1313

1414
(in any git repository) will help you merge pull request #3077 for the
15-
bitcoin/bitcoin repository.
15+
devrandom/gitian-builder repository.
1616

1717
What it does:
1818
* Fetch master and the pull request.
@@ -30,8 +30,8 @@ couldn't mess with the sources.
3030

3131
Setup
3232
---------
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:
3434

35-
git config githubmerge.repository bitcoin/bitcoin
35+
git config githubmerge.repository devrandom/gitian-builder
3636
git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing)
3737
git config --global user.signingkey mykeyid (if you want to GPG sign)

0 commit comments

Comments
 (0)