aboutsummaryrefslogtreecommitdiff
path: root/Tools/portbuild/scripts
Commit message (Expand)AuthorAgeFilesLines
* Clean up this script a bit:Kris Kennaway2002-02-241-13/+60
* Axe support for 2.2.x and 3.x branches, and make this script more robustKris Kennaway2002-02-241-14/+8
* When the 'makeduds' script fails, show the contents of the duds file insteadKris Kennaway2002-02-241-1/+2
* Catch up to changes on bento:Kris Kennaway2002-02-111-10/+10
* Catch up to changes on bento:Kris Kennaway2002-02-111-0/+7
* Catch up to changes on bento:Kris Kennaway2002-02-111-1/+8
* Catch up to changes on bento:Kris Kennaway2002-02-111-14/+11
* Catch up to changes on bento:Kris Kennaway2002-02-112-6/+20
* Catch up to changes on bento:Kris Kennaway2002-02-111-4/+4
* Catch up to changes on bento:Kris Kennaway2002-02-111-3/+11
* Catch up with changes from bento:Kris Kennaway2002-02-111-48/+66
* Document the use and purpose of this script.Kris Kennaway2002-02-111-0/+5
* Document the purpose of this script and the algorithm it uses toKris Kennaway2002-02-111-0/+23
* Document the purpose of this script. Use the temp directory for tempfilesKris Kennaway2002-02-111-1/+5
* Document the purpose of this script.Kris Kennaway2002-02-111-0/+3
* Add a comment describing what this script does.Kris Kennaway2002-02-111-0/+2
* Add another check for duplicate installations of same port. OnlySatoshi Asami2001-10-141-3/+5
* Uncomment and update OSREL and OSVERSION in preparation for 4.3R.Satoshi Asami2001-03-123-6/+6
* (1) Update values of OSREL/OSVERSION to match reality.Satoshi Asami2001-02-213-15/+15
* A few new features:Satoshi Asami2001-01-211-14/+22
* Combine the scripts for building the bundist tarballs. The per-branchSatoshi Asami2000-12-181-0/+70
* Use YYYYMMDDHH for log files so we can have two builds on the sameSatoshi Asami2000-11-071-1/+8
* (1) New flag, -ftp, indicates packages are to be copied over to theSatoshi Asami2000-11-071-17/+52
* Name change, files/md5 -> distinfo. (Only change is to message -- theSatoshi Asami2000-10-091-2/+2
* Hack this file beyond recognition to cope with both the old and newSatoshi Asami2000-10-061-9/+12
* Need to quote su -c command with ", not ' since I've got variablesSatoshi Asami2000-10-061-1/+1
* Typo (/etc/portbuild -> /var/portbuild).Satoshi Asami2000-10-061-1/+1
* Comment out OSREL settings -- these are taken from /usr/bin/unameSatoshi Asami2000-10-061-5/+7
* Detect two more failures -- fetch timeout and runaway process (which isSatoshi Asami2000-09-291-0/+4
* Read in configuration variables from /var/portbuild/portbuild.conf.Satoshi Asami2000-09-272-4/+6
* Pull in configuration variables from /var/portbuild/portbuild.conf.Satoshi Asami2000-09-279-29/+48
* A little script to call "at" to copy the packages.Satoshi Asami2000-09-271-0/+7
* Don't whack old packages, we have enough disk space to keep a few setsSatoshi Asami2000-09-271-31/+58
* Remove syslog message about a load file being empty -- I know it happens now.Satoshi Asami2000-09-271-1/+1
* Make sure you're given the "start" argument before trying to start the script.Satoshi Asami2000-09-271-0/+2
* Don't add packages that are already installed.Satoshi Asami2000-09-271-7/+17
* A little script to kill makes that haven't printed out any message inSatoshi Asami2000-09-271-0/+70
* Change "grep *.log" to "find . -name '*.log' | xargs grep", the number ofSatoshi Asami2000-09-261-1/+1
* Catch one more case of XFree86-4 manpage building error.Satoshi Asami2000-09-261-0/+7
* Remove an extra message that only served to clutter the logs.Satoshi Asami2000-09-261-1/+1
* Don't try to process logs twice by protecting this script with a lock file.Satoshi Asami2000-09-261-1/+9
* Add -t and -n flags to ssh. (-t flag suggested by: ps)Satoshi Asami2000-09-261-4/+4
* Change lock file name to "cppackages.lock" so it's clear it's a lock.Satoshi Asami2000-09-261-1/+1
* When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.Satoshi Asami2000-09-262-0/+15
* Don't remove the distfiles from the backup directory -- the nextSatoshi Asami2000-09-261-2/+0
* Exit with error status in ${portbuild}/status when an error occurs.Satoshi Asami2000-08-291-45/+170
* Split build into two phases, checksum and package, and copy theSatoshi Asami2000-08-291-18/+65
* Instead of doing a pwd | grep (duh!) to find the branch we areSatoshi Asami2000-08-291-15/+16
* The errors and logs are now in the archive directory namedSatoshi Asami2000-08-291-1/+1
* Change find command line to find potential security hazards (portsSatoshi Asami2000-08-291-2/+2