aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Note that makeinfo and install-info also needs to be updated.asami1999-01-262-0/+2
|
* (1) Do not delete and recreate the chroot dir for every new packageasami1999-01-265-26/+113
| | | | | | | | | | | | | | | | | that is built. This saves a lot of time, especiall when the parallelism (the number of jobs per machine, not the number of machines) is low. However, the build script only blows away /usr/local and /usr/X11R6, so if there is a port that does some nasty things outside that area, all bets are off. (2) Better load balancing. Now, each machine reports its own load in a form of a text file, which the master merely aggregates to pick the lowest-loaded machine(s). Other than generally running faster (and more up-to-date) under loaded conditions, the master script will no longer hold up until a timeout when a machine goes down.
* The build root is now one directory up from here.asami1999-01-221-1/+1
|
* Moved the scripts into subdirectory "scripts" with repository copy.asami1999-01-221-1/+1
|
* By defining NOCLEAN in the environment, you can have the chroot dir leftasami1999-01-222-6/+22
| | | | | | | | | | behind. Useful for debugging. Touch package on master after copying it back. This will avoid synchronization problems when the machines' clocks are wildly skewed. Remove log from master when build is successful. No need to keep around transient error logs.
* Print out maintainer.asami1999-01-221-0/+2
|
* Sync this with my private copy.asami1999-01-223-6/+12
|
* Add /usr/libexec/elf/ld to list of files to update.asami1999-01-082-0/+2
|
* Typo in echo statement.asami1999-01-071-1/+1
|
* Add sys.mk to list of files you need to update.asami1999-01-051-0/+1
|
* The scripts to allow parallel package building. See the README file inasami1998-12-2823-0/+679
| | | | | | | | Tools/portbuild for details. Note that this is still a major work in progress. I probably forgot something but I need to go to sleep. At least it works here (most of the time :).
* Make this require perl version 5.002 or later to run.steve1998-12-161-1/+3
| | | | Noticed by: John Baldwin <jobaldwi@vt.edu>
* Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.asami1998-12-121-0/+117
Submitted by: steve