#336 Fixing critpath for branched(f27)
Merged 6 years ago by ausil. Opened 6 years ago by mohanboddu.
mohanboddu/pungi-fedora critpath_f27  into  f27

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

  /usr/share/mash/spam-o-matic $DESTDIR/compose/Everything/ >$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 --url file://$DESTDIR/compose/Everything/ -o $DESTDIR/logs/critpath.txt branched &> $DESTDIR/logs/critpath.log

  }

  

  ostree prune --repo=$ATOMICREPO --keep-younger-than="14 days ago" --refs-only

What's going on here? I don't understand the change.

Adding / at the end file://$DESTDIR/compose/Everything which solves

https://kojipkgs.fedoraproject.org/compose/branched/Fedora-27-20170910.n.0/logs/critpath.log

"yum.Errors.NoMoreMirrorsRepoError: failure: repodata/repomd.xml from critpath-repo-armhfp: [Errno 256] No more mirrors to try.
file:///mnt/koji/compose/branched/Fedora-27-20170910.n.0/compose/Everythingarmhfp/os/repodata/repomd.xml: [Errno 14] curl#37 - "Couldn't open file /mnt/koji/compose/branched/Fedora-27-20170910.n.0/compose/Everythingarmhfp/os/repodata/repomd.xml" "

Pull-Request has been merged by ausil

6 years ago
Metadata