summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Use YYYYMMDDHH for log files so we can have two builds on the sameasami2000-11-071-1/+8
* (1) New flag, -ftp, indicates packages are to be copied over to theasami2000-11-071-17/+52
* Add standard 2-clause BSD license to protect my (and mharo's) copyright.will2000-11-041-0/+24
* s|pkg/PLIST|pkg-plist|gsobomax2000-10-211-3/+3
* Add update-patches, a script to generate updated versions of thetrevor2000-10-192-1/+139
* Add plist, a script to automate the generation of a pkg-plist.green2000-10-172-0/+65
* Overhaul addport again. Should be quite functional now.will2000-10-141-22/+70
* Add the first efforts on my mkptools, the successor to makeport.pl.nbm2000-10-144-0/+613
* Since people don't seem to appreciate the fact that addport can dowill2000-10-111-26/+0
* Ajust for a new world order (md5 --> distinfo).sobomax2000-10-091-3/+3
* Name change, files/md5 -> distinfo. (Only change is to message -- theasami2000-10-091-2/+2
* Hack this file beyond recognition to cope with both the old and newasami2000-10-061-9/+12
* Need to quote su -c command with ", not ' since I've got variablesasami2000-10-061-1/+1
* Typo (/etc/portbuild -> /var/portbuild).asami2000-10-061-1/+1
* Comment out OSREL settings -- these are taken from /usr/bin/unameasami2000-10-061-5/+7
* Use -t flag with portlint.will2000-10-041-1/+1
* Fix bogon where replies were not chomp()'d.will2000-10-011-0/+1
* Detect two more failures -- fetch timeout and runaway process (which isasami2000-09-291-0/+4
* Don't delete modules, it might be needed.asami2000-09-271-1/+0
* Read in configuration variables from /var/portbuild/portbuild.conf.asami2000-09-272-4/+6
* Pull in configuration variables from /var/portbuild/portbuild.conf.asami2000-09-279-29/+48
* A configuration file where all options reside.asami2000-09-271-0/+17
* A little script to call "at" to copy the packages.asami2000-09-271-0/+7
* Don't whack old packages, we have enough disk space to keep a few setsasami2000-09-271-31/+58
* Remove syslog message about a load file being empty -- I know it happens now.asami2000-09-271-1/+1
* Make sure you're given the "start" argument before trying to start the script.asami2000-09-271-0/+2
* Don't add packages that are already installed.asami2000-09-271-7/+17
* A little script to kill makes that haven't printed out any message inasami2000-09-271-0/+70
* Change "grep *.log" to "find . -name '*.log' | xargs grep", the number ofasami2000-09-261-1/+1
* Catch one more case of XFree86-4 manpage building error.asami2000-09-261-0/+7
* Remove an extra message that only served to clutter the logs.asami2000-09-261-1/+1
* Don't try to process logs twice by protecting this script with a lock file.asami2000-09-261-1/+9
* Add -t and -n flags to ssh. (-t flag suggested by: ps)asami2000-09-261-4/+4
* Change lock file name to "cppackages.lock" so it's clear it's a lock.asami2000-09-261-1/+1
* When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.asami2000-09-262-0/+15
* Don't remove the distfiles from the backup directory -- the nextasami2000-09-261-2/+0
* Exit with error status in ${portbuild}/status when an error occurs.asami2000-08-291-45/+170
* Split build into two phases, checksum and package, and copy theasami2000-08-291-18/+65
* Instead of doing a pwd | grep (duh!) to find the branch we areasami2000-08-291-15/+16
* The errors and logs are now in the archive directory namedasami2000-08-291-1/+1
* Change find command line to find potential security hazards (portsasami2000-08-291-2/+2
* Run build on three branches. Check the status file filled out byasami2000-08-291-3/+39
* Handle arbitrary number of log directories instead of just two.asami2000-08-291-22/+37
* Ignore empty loads files -- it seems scp in OpenSSH sometimes leavesasami2000-08-291-1/+5
* Handle three branches instead of two. Use a for loop instead of justasami2000-08-291-12/+13
* Add -f to forcefully umount /usr/src and /usr/obj before reboot.asami2000-08-291-1/+1
* Add branch=5 case and update some variables. Don't set NO_RESTRICTED,asami2000-08-291-5/+14
* Add branch=5 case and update some variables. Don't set NO_RESTRICTED,asami2000-08-291-5/+11
* Print uptime after the number of jobs running. This has no functionalasami2000-08-291-1/+2
* A little script that tries to "undo" a package build. Basically just renamesasami2000-08-291-0/+6
OpenPOWER on IntegriCloud