[Bug 206848] When trying to create a Poudriere jail fetching fails
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 2 13:58:22 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206848
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 at FreeBSD.org
Reporter: p5B2E9A8F at t-online.de
Solution to /usr/local/share/poudriere/jail.sh:
534c534
< URL="${FREEBSD_HOST}/ftp/${type}/${ARCH}/${V}" ;;
---
> URL="${FREEBSD_HOST}/pub/FreeBSD/${type}/${ARCH}/${V}" ;;
587c587
<
URL="${FREEBSD_HOST}/ftp/${type}/${ARCH%%.*}/${ARCH##*.}/${V}"
---
> URL="${FREEBSD_HOST}/pub/FreeBSD/${type}/${ARCH%%.*}/${ARCH##*.}/${V}"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list