commit 979033e4bff1f6d018b28ac6e5527200d4b9aafd from: Stefan Sperling via: Thomas Adam date: Tue Apr 22 16:19:23 2025 UTC fix gotsysd regress 'make vm' in case bsd.rd is looking for an upcoming release commit - 93aaa64da2a5132b3e6c6ff309a76f2210c227dc commit + 979033e4bff1f6d018b28ac6e5527200d4b9aafd blob - b80f25be3ad1b43f149a6e9d0080b5e06cc4367e blob + abd401aefe45b62119a435f102459a11c297f574 --- regress/gotsysd/Makefile +++ regress/gotsysd/Makefile @@ -122,6 +122,7 @@ ${AUTOINSTALL_CONF}: ${GOTSYSD_VM_PASSWD_FILE} ${GOTSY ${UNPRIV} "echo -n 'Public ssh key for user = ' >> $@" ${UNPRIV} "cat ${GOTSYSD_SSH_PUBKEY} >> $@" ${UNPRIV} "echo Location of sets = http >> $@" + ${UNPRIV} "echo Server directory = pub/OpenBSD/${GOTSYSD_OPENBSD_VERSION}/`uname -m` >> $@" ${UNPRIV} "echo HTTP Server = ${GOTSYSD_MIRROR} >> $@" ${INSTALL_SITE}: