nightly.sh: update critpath.py call for recent changes
This uses the syntax after my recent PR: https://pagure.io/releng/pull-request/11000 with those changes, this should actually work, instead of just printing sad error messages like it does now! Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
acadbee831
commit
28e8b7b120
@ -111,7 +111,7 @@ fi
|
||||
./releng/scripts/spam-o-matic --nomail --treename="$TREENAME" "$DESTDIR/compose/Everything/" --only-arches ppc64le s390x x86_64> "$DESTDIR/logs/depcheck"
|
||||
|
||||
[ -z "$ARCH" ] && {
|
||||
./releng/scripts/critpath.py --url file://$DESTDIR/compose/Everything/ -o $DESTDIR/logs/critpath.txt branched &> $DESTDIR/logs/critpath.log
|
||||
./releng/scripts/critpath.py --composeurl file://$DESTDIR/compose -o $DESTDIR/logs/critpath.txt branched &> $DESTDIR/logs/critpath.log
|
||||
}
|
||||
|
||||
# Tell interested persons that the rsync is starting (zomg!)
|
||||
|
Loading…
Reference in New Issue
Block a user