Date: Thu, 29 Aug 2024 03:00:12 +0000 From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 281119] pkg(7) bootstrap treats file URLs differently than pkg(8) Message-ID: <bug-281119-32340-yaSSaOjgGe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281119-32340@https.bugs.freebsd.org/bugzilla/> References: <bug-281119-32340@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281119 Jamie Landeg-Jones <jamie@catflap.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamie@catflap.org --- Comment #2 from Jamie Landeg-Jones <jamie@catflap.org> --- (In reply to Kyle Evans from comment #1) Actually, "///" is correct. "//" is invalid. It's not relative vs absolute - *all* paths are considered absolute. The format is file://<host>/<path> If <host> is omitted, or is the word "localhost" then a local connection is made. ""file://my/pkg/repo" actually means the path /pkg/repo on a remote host "m= y". https://datatracker.ietf.org/doc/html/rfc8089 --=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-281119-32340-yaSSaOjgGe>