From 784d87896bf4ade9528bfb5656af5a43955a903b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 14 Mar 2016 22:40:02 +0100 Subject: [PATCH] Adjust readme for gitian-builder --- contrib/devtools/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index c1a13e6..1af476c 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -12,7 +12,7 @@ For example: ./github-merge.py 3077 (in any git repository) will help you merge pull request #3077 for the -bitcoin/bitcoin repository. +devrandom/gitian-builder repository. What it does: * Fetch master and the pull request. @@ -30,8 +30,8 @@ couldn't mess with the sources. Setup --------- -Configuring the github-merge tool for the bitcoin repository is done in the following way: +Configuring the github-merge tool for this repository is done in the following way: - git config githubmerge.repository bitcoin/bitcoin + git config githubmerge.repository devrandom/gitian-builder git config githubmerge.testcmd "make -j4 check" (adapt to whatever you want to use for testing) git config --global user.signingkey mykeyid (if you want to GPG sign)