Point at our own tahoe-depgraph.py
This commit is contained in:
parent
f421ce6fc7
commit
c09f61e966
|
@ -8,7 +8,7 @@ git clone -b gh-pages git@github.com:tahoe-lafs/tahoe-depgraph.git
|
||||||
cd tahoe-depgraph
|
cd tahoe-depgraph
|
||||||
|
|
||||||
# Generate the maybe-changed data.
|
# 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
|
if git diff-index --quiet HEAD; then
|
||||||
echo "Declining to commit without any changes."
|
echo "Declining to commit without any changes."
|
||||||
|
|
Loading…
Reference in New Issue