Point at our own tahoe-depgraph.py

This commit is contained in:
Jean-Paul Calderone 2019-09-17 10:21:46 -04:00
parent f421ce6fc7
commit c09f61e966

View File

@ -8,7 +8,7 @@ git clone -b gh-pages git@github.com:tahoe-lafs/tahoe-depgraph.git
cd tahoe-depgraph
# Generate the maybe-changed data.
python tahoe-depgraph.py "${TAHOE}"
python "${TAHOE}"/misc/python3/tahoe-depgraph.py "${TAHOE}"
if git diff-index --quiet HEAD; then
echo "Declining to commit without any changes."