Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bin/samba4-netbsd4be/smbd
Binary file not shown.
Binary file modified bin/samba4-netbsd4le/smbd
Binary file not shown.
Binary file modified bin/samba4/smbd
Binary file not shown.
27 changes: 27 additions & 0 deletions build/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
# ./build/downloadsamba4oldbe.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4, NETBSD4_ABI=be
# ./build/samba4oldle.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4, NETBSD4_ABI=le
# ./build/samba4oldbe.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4, NETBSD4_ABI=be
# ./build/downloadsamba4x.sh -> SDK_FAMILY=netbsd7, DEVICE_FAMILY=new, SAMBA_FAMILY=samba4x
# ./build/samba4x.sh -> SDK_FAMILY=netbsd7, DEVICE_FAMILY=new, SAMBA_FAMILY=samba4x
# ./build/downloadsamba4xoldle.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4x, NETBSD4_ABI=le
# ./build/downloadsamba4xoldbe.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4x, NETBSD4_ABI=be
# ./build/samba4xoldle.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4x, NETBSD4_ABI=le
# ./build/samba4xoldbe.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4x, NETBSD4_ABI=be
# ./build/generate-samba4x-cross-answers.sh -> SDK_FAMILY=netbsd7, DEVICE_FAMILY=new, SAMBA_FAMILY=samba4x
# ./build/generate-samba4x-cross-answers-oldle.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4x, NETBSD4_ABI=le
# ./build/generate-samba4x-cross-answers-oldbe.sh -> SDK_FAMILY=netbsd4, DEVICE_FAMILY=old, SAMBA_FAMILY=samba4x, NETBSD4_ABI=be

# NetBSD SDK roots on the VM
NETBSD4LE_ROOT='/root/netbsd4'
Expand Down Expand Up @@ -71,6 +80,12 @@ SAMBA4_NETBSD4BE_BUILD='/root/tc-samba4-netbsd4be/build'
SAMBA4_NETBSD4BE_DOWNLOAD_LOG='/root/tc-armeb-netbsd4/downloadsamba4old.log'
SAMBA4_NETBSD4BE_LOG='/root/tc-armeb-netbsd4/samba4old.log'

# Samba 4.x lanes
SAMBA4X_VERSION='4.24.1'
SAMBA4X_GIT_URL='https://github.com/samba-team/samba.git'
SAMBA4X_GIT_REF='samba-4.24.1'
SAMBA4X_JOBS='2'

# mDNS / NBNS helper outputs
MDNS_STAGE_NETBSD7='/root/tc-netbsd7'
NBNS_STAGE_NETBSD7='/root/tc-netbsd7'
Expand All @@ -86,6 +101,18 @@ SAMBA4_CROSS_EXEC_TMP_NETBSD7='/tmp/tc-samba-probes-netbsd7'
SAMBA4_CROSS_EXEC_TMP_NETBSD4LE='/mnt/Memory/tc-samba-probes-netbsd4le'
SAMBA4_CROSS_EXEC_TMP_NETBSD4BE='/mnt/Memory/tc-samba-probes-netbsd4be'

# Samba 4.x builds use checked-in Waf cross-answer files by default and never
# SSH to a Time Capsule during normal configure. Set SAMBA4X_CROSS_ANSWERS to
# use a custom offline answers file. Run the generate-samba4x-cross-answers*.sh
# helpers only when a matching live target is reachable and you intentionally
# want Waf plus generation-only validation probes to refresh the checked-in
# answer file. SAMBA4X_REFRESH_CROSS_ANSWERS=1 remains as a legacy alias for
# that explicit generation mode; leave it at 0 for normal builds.
SAMBA4X_REFRESH_CROSS_ANSWERS='0'
Comment thread
jamesyc marked this conversation as resolved.
SAMBA4X_CROSS_EXEC_TMP_NETBSD7='/tmp/tc-samba4x-probes-netbsd7'
SAMBA4X_CROSS_EXEC_TMP_NETBSD4LE='/mnt/Memory/tc-samba4x-probes-netbsd4le'
SAMBA4X_CROSS_EXEC_TMP_NETBSD4BE='/mnt/Memory/tc-samba4x-probes-netbsd4be'

# NetBSD 7 / NetBSD 6-generation Time Capsule connection
TC_NETBSD7_HOST='root@192.168.1.217'
TC_NETBSD7_SSH_OPTS='-o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa -o KexAlgorithms=+diffie-hellman-group14-sha1'
Expand Down
Loading
Loading