Tell git about the changed files specifically.

This commit is contained in:
Jean-Paul Calderone 2019-09-16 09:21:05 -04:00
parent 32492ec28a
commit 7bfef2d6e0
1 changed files with 2 additions and 3 deletions

View File

@ -20,12 +20,11 @@ if git diff-index --quiet HEAD; then
exit 0 exit 0
fi fi
# Commit everything that changed. It should be tahoe-deps.json and
# tahoe-ported.json.
git config user.name 'Build Automation' git config user.name 'Build Automation'
git config user.email 'tahoe-dev@tahoe-lafs.org' 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} Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1}
tahoe-depgraph was $(git rev-parse HEAD) tahoe-depgraph was $(git rev-parse HEAD)