Date: Sun, 19 Jan 2014 22:01:09 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r260895 - in user/gjb/hacking/release-embedded: release/tools release/tools/arm tools/release Message-ID: <201401192201.s0JM19sp022586@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Sun Jan 19 22:01:08 2014 New Revision: 260895 URL: http://svnweb.freebsd.org/changeset/base/260895 Log: 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 Added: user/gjb/hacking/release-embedded/release/tools/ user/gjb/hacking/release-embedded/release/tools/arm/ - copied from r260891, user/gjb/hacking/release-embedded/tools/release/arm/ Deleted: user/gjb/hacking/release-embedded/tools/release/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401192201.s0JM19sp022586>