Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Feb 2016 13:58:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206848] When trying to create a Poudriere jail fetching fails
Message-ID:  <bug-206848-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206848

            Bug ID: 206848
           Summary: When trying to create a Poudriere jail fetching fails
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: p5B2E9A8F@t-online.de

Solution to /usr/local/share/poudriere/jail.sh:
534c534
<                       URL=3D"${FREEBSD_HOST}/ftp/${type}/${ARCH}/${V}" ;;
---
> 			URL=3D"${FREEBSD_HOST}/pub/FreeBSD/${type}/${ARCH}/${V}" ;;
587c587
<=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
URL=3D"${FREEBSD_HOST}/ftp/${type}/${ARCH%%.*}/${ARCH##*.}/${V}"
---
> 				URL=3D"${FREEBSD_HOST}/pub/FreeBSD/${type}/${ARCH%%.*}/${ARCH##*.}/${=
V}"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206848-13>