From 227451732fbd9e77d9d9778c95840729c1b0abdd Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 13 Sep 2019 12:51:06 -0400 Subject: [PATCH] Get the git config into the right repository --- misc/python3/depgraph.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index b9d43fab1..5f0ead395 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -8,9 +8,6 @@ set -eo pipefail # exit 0 # fi -git config user.name 'Build Automation' -git config user.email 'tahoe-dev@tahoe-lafs.org' - TAHOE="${PWD}" git clone -b gh-pages git@github.com:tahoe-lafs/tahoe-depgraph.git cd tahoe-depgraph @@ -27,6 +24,9 @@ fi # Commit everything that changed. It should be tahoe-deps.json and # tahoe-ported.json. +git config user.name 'Build Automation' +git config user.email 'tahoe-dev@tahoe-lafs.org' + git commit -am "\ Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1}