#1117 nightly.sh: update critpath.py call for recent changes (F37)
Merged 2 years ago by kevin. Opened 2 years ago by adamwill.
adamwill/pungi-fedora nightly-critpath-update-f37  into  f37

file modified
+1 -1
@@ -111,7 +111,7 @@ 

  ./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!)

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

Pull-Request has been merged by kevin

2 years ago
Metadata