From 7bfef2d6e035b9b9a679e6c95500adb25c74bbf6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 16 Sep 2019 09:21:05 -0400 Subject: [PATCH] Tell git about the changed files specifically. --- misc/python3/depgraph.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index 0d30ef5c3..6e5457537 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -20,12 +20,11 @@ if git diff-index --quiet HEAD; then exit 0 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 "\ +git add tahoe-deps.json tahoe-ported.json. +git commit -m "\ Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1} tahoe-depgraph was $(git rev-parse HEAD)