summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Expand)Author
2000-10-06Hack this file beyond recognition to cope with both the old and newSatoshi Asami
2000-10-06Need to quote su -c command with ", not ' since I've got variablesSatoshi Asami
2000-10-06Typo (/etc/portbuild -> /var/portbuild).Satoshi Asami
2000-10-06Comment out OSREL settings -- these are taken from /usr/bin/unameSatoshi Asami
2000-10-04Use -t flag with portlint.Will Andrews
2000-10-01Fix bogon where replies were not chomp()'d.Will Andrews
2000-09-29Detect two more failures -- fetch timeout and runaway process (which isSatoshi Asami
2000-09-27Don't delete modules, it might be needed.Satoshi Asami
2000-09-27Read in configuration variables from /var/portbuild/portbuild.conf.Satoshi Asami
2000-09-27Pull in configuration variables from /var/portbuild/portbuild.conf.Satoshi Asami
2000-09-27A configuration file where all options reside.Satoshi Asami
2000-09-27A little script to call "at" to copy the packages.Satoshi Asami
2000-09-27Don't whack old packages, we have enough disk space to keep a few setsSatoshi Asami
2000-09-27Remove syslog message about a load file being empty -- I know it happens now.Satoshi Asami
2000-09-27Make sure you're given the "start" argument before trying to start the script.Satoshi Asami
2000-09-27Don't add packages that are already installed.Satoshi Asami
2000-09-27A little script to kill makes that haven't printed out any message inSatoshi Asami
2000-09-26Change "grep *.log" to "find . -name '*.log' | xargs grep", the number ofSatoshi Asami
2000-09-26Catch one more case of XFree86-4 manpage building error.Satoshi Asami
2000-09-26Remove an extra message that only served to clutter the logs.Satoshi Asami
2000-09-26Don't try to process logs twice by protecting this script with a lock file.Satoshi Asami
2000-09-26Add -t and -n flags to ssh. (-t flag suggested by: ps)Satoshi Asami
2000-09-26Change lock file name to "cppackages.lock" so it's clear it's a lock.Satoshi Asami
2000-09-26When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.Satoshi Asami
2000-09-26Don't remove the distfiles from the backup directory -- the nextSatoshi Asami
2000-08-29Exit with error status in ${portbuild}/status when an error occurs.Satoshi Asami
2000-08-29Split build into two phases, checksum and package, and copy theSatoshi Asami
2000-08-29Instead of doing a pwd | grep (duh!) to find the branch we areSatoshi Asami
2000-08-29The errors and logs are now in the archive directory namedSatoshi Asami
2000-08-29Change find command line to find potential security hazards (portsSatoshi Asami
2000-08-29Run build on three branches. Check the status file filled out bySatoshi Asami
2000-08-29Handle arbitrary number of log directories instead of just two.Satoshi Asami
2000-08-29Ignore empty loads files -- it seems scp in OpenSSH sometimes leavesSatoshi Asami
2000-08-29Handle three branches instead of two. Use a for loop instead of justSatoshi Asami
2000-08-29Add -f to forcefully umount /usr/src and /usr/obj before reboot.Satoshi Asami
2000-08-29Add branch=5 case and update some variables. Don't set NO_RESTRICTED,Satoshi Asami
2000-08-29Add branch=5 case and update some variables. Don't set NO_RESTRICTED,Satoshi Asami
2000-08-29Print uptime after the number of jobs running. This has no functionalSatoshi Asami
2000-08-29A little script that tries to "undo" a package build. Basically just renamesSatoshi Asami
2000-08-29A small script to copy packages over to the ftp site. It is not integratedSatoshi Asami
2000-08-29A small script to copy distfiles from per-port directory to centralSatoshi Asami
2000-08-29Remove bak/distfiles after it's done -- this script is now called inSatoshi Asami
2000-08-29(1) Use timestamp file to make log processing lazier -- only processSatoshi Asami
2000-08-29Read package build log files and compile a list of "extra" files in anSatoshi Asami
2000-08-28New script (and it's README) for searching the ports tree. Add this scriptMark Ovens
2000-08-19Make -n work again. Add new option -s to allow people to specify aWill Andrews
2000-08-11Properly check -d argument, and return usage() if it's not there. Also useWill Andrews
2000-08-11Minor cleanups. Print usage() if no arguments are passed. Get rid ofWill Andrews
2000-08-10Add -nocopy option to prevent bindist.tar from being copied over. CouldSatoshi Asami
2000-08-09Major update to addport. Many *MANY* bugfixes. Addport should now workWill Andrews