From d32172b3b5fd14ac1c86029886720ca2a10306cb Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 27 Oct 2011 18:44:54 -0400 Subject: [PATCH] maint: added cautionary note on parallel release and binary-meta builds --- maintainer/README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/maintainer/README b/maintainer/README index fe98bcc4..dd9206e8 100644 --- a/maintainer/README +++ b/maintainer/README @@ -32,3 +32,14 @@ Run make-redirect.sh to create an .htaccess file if any HTTP redirects are required for your setup. And run make-slimdist.sh to grab the metadata you need on the redirecting server. + +Caution! Parallel builds: +------------------------- +It is safe to build multiple targets at the same time, but ONLY in the +same set. For example, you can build barrychroots and barrylocal at +the same time, but not barrychroots and bmchroots together. + +This is because the chroot and make-*.sh scripts use some hardcoded +directories, and moreover the RPM builds use the same ~/rpmbuild +spaces in each target, and spec files may get overwritten. + -- 2.11.4.GIT