aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-05-06 16:04:11 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-05-06 16:04:11 +0000
commit6848c01fadd8193c46eb9a105630613d0fbbc696 (patch)
tree1e1a9806d467caa229f313089f72c59532481887 /release
parentfea236302d40e547acee94970dfd880448c83332 (diff)
downloadsrc-6848c01fadd8193c46eb9a105630613d0fbbc696.tar.gz
src-6848c01fadd8193c46eb9a105630613d0fbbc696.zip
Remove Crochet invocation.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-arm-redux/; revision=282556
Diffstat (limited to 'release')
-rwxr-xr-xrelease/release.sh22
1 files changed, 2 insertions, 20 deletions
diff --git a/release/release.sh b/release/release.sh
index a01277f24d26..1ba848b753a3 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -313,27 +313,9 @@ chroot_build_release() {
WITH_COMPRESSED_VMIMAGES=${WITH_COMPRESSED_VMIMAGES}
return 0
else
- # Embedded builds do not use the 'make release' target.
- buildenv_setup
- # If a crochet configuration file exists in *this* checkout of
- # release/, copy it to the /tmp/external directory within the
- # chroot. This allows building embedded releases without
- # relying on updated scripts and/or configurations to exist in
- # the branch being built.
load_target_env
- if [ -e ${RELENGDIR}/tools/${XDEV}/crochet-${KERNEL}.conf ] && \
- [ -e ${RELENGDIR}/${XDEV}/release.sh ]; then
- mkdir -p ${CHROOTDIR}/tmp/external/${XDEV}/
- cp ${RELENGDIR}/tools/${XDEV}/crochet-${KERNEL}.conf \
- ${CHROOTDIR}/tmp/external/${XDEV}/crochet-${KERNEL}.conf
- /bin/sh ${RELENGDIR}/${XDEV}/release.sh
- return 0
- fi
- # If the script does not exist for this architecture, exit.
- # This probably should be checked earlier, but allowing the
- # rest of the build process to get this far will at least set
- # up the chroot environment for testing.
- return 1
+ # XXX: In progress.
+ return 0
fi
return 0