Subject: Re: pkg/35939: build id's of multiple bulk builds overwrite each
To: None <rillig@NetBSD.org, gnats-admin@netbsd.org,>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 03/07/2007 22:20:05
The following reply was made to PR pkg/35939; it has been noted by GNATS.

From: Roland Illig <rillig@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35939: build id's of multiple bulk builds overwrite each
 other
Date: Wed, 07 Mar 2007 23:18:50 +0100

 hallmann@ahatec.de wrote:
 > The build id's are stored in a file during a bulk build.
 > Most other bulk build property-files are suffixed by the building hostname
 > but .bulk_build_id isn't.
 
 Last year I have added support for separating the pkgsrc source files 
 from the build logs (look for BULKFILESDIR in mk/bulk/bsd.bulk-pkg.mk). 
 My current plans were to deprecate bulk builds that put their log files 
 into the pkgsrc tree and to convince all bulk builders that having 
 separate directories is better.
 
 I think there is too few documentation on the bulk builds, so that only 
 few people know about this feature.
 
 Nevertheless, I have applied your patch.
 
 Roland