From 28e8b7b120d2e4b677ec4a89629ad55c01d22e3d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 30 Aug 2022 18:03:06 -0700 Subject: [PATCH] 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 --- nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly.sh b/nightly.sh index 62022ca..4001dd8 100755 --- a/nightly.sh +++ b/nightly.sh @@ -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!)