FreeBSD Bugzilla – Attachment 249870 Details for
Bug 278273
DVD release for ARM64 contains AMD64 packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pkg_rootdir.patch
file_278273.txt (text/plain), 865 bytes, created by
John Baldwin
on 2024-04-09 23:46:33 UTC
(
hide
)
Description:
pkg_rootdir.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2024-04-09 23:46:33 UTC
Size:
865 bytes
patch
obsolete
>diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh >index 547ed15894d0..0bd09a30edb2 100755 >--- a/release/scripts/pkg-stage.sh >+++ b/release/scripts/pkg-stage.sh >@@ -8,7 +8,7 @@ export ASSUME_ALWAYS_YES="YES" > export PKG_DBDIR="/tmp/pkg" > export PERMISSIVE="YES" > export REPO_AUTOUPDATE="NO" >-export PKGCMD="/usr/sbin/pkg -d" >+export PKGCMD="/usr/sbin/pkg -d --rootdir dvd" > export PORTSDIR="${PORTSDIR:-/usr/ports}" > > _DVD_PACKAGES="archivers/unzip >@@ -49,8 +49,8 @@ if [ ! -x /usr/local/sbin/pkg ]; then > fi > > export DVD_DIR="dvd/packages" >-export PKG_ABI=$(pkg config ABI) >-export PKG_ALTABI=$(pkg config ALTABI 2>/dev/null) >+export PKG_ABI=$(pkg --rootdir dvd config ABI) >+export PKG_ALTABI=$(pkg --rootdir dvd config ALTABI 2>/dev/null) > export PKG_REPODIR="${DVD_DIR}/${PKG_ABI}" > > /bin/mkdir -p ${PKG_REPODIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278273
:
249869
|
249870
|
249887