From 37c587b8a1fbe67730fb7fde6efb5c4962ab6229 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 19 Jan 2014 22:01:08 +0000 Subject: [PATCH] Move tools/release/${XDEV}/ to release/tools/${XDEV}/. In general, the workflow used for the latest releases has been to checkout head/release/ to a directory outside of any build environments, modify the release.conf accordingly, and run: # ./release.sh -c ./release.conf By moving tools/release/${XDEV}/ (for RPI-B build testing, in this case), any dependency on a different branch of the source tree can be removed. In particular, release.sh expects the tools/release/${XDEV}/crochet-${KERNEL}.conf file to exist, so by moving the crochet configuration file to a directory in release/, it becomes possible to build images for branches that do not yet have the necessary configuration files and/or scripts. Sponsored by: The FreeBSD Foundation --- {tools/release => release/tools}/arm/crochet-RPI-B.conf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tools/release => release/tools}/arm/crochet-RPI-B.conf (100%) diff --git a/tools/release/arm/crochet-RPI-B.conf b/release/tools/arm/crochet-RPI-B.conf similarity index 100% rename from tools/release/arm/crochet-RPI-B.conf rename to release/tools/arm/crochet-RPI-B.conf