| Commit message (Expand) | Author | Files | Lines |
2000-10-21 | s|pkg/PLIST|pkg-plist|g | Maxim Sobolev | 1 | -3/+3 |
2000-10-19 | Add update-patches, a script to generate updated versions of the | Trevor Johnson | 2 | -1/+139 |
2000-10-17 | Add plist, a script to automate the generation of a pkg-plist. | Brian Feldman | 2 | -0/+65 |
2000-10-14 | Overhaul addport again. Should be quite functional now. | Will Andrews | 1 | -22/+70 |
2000-10-14 | Add the first efforts on my mkptools, the successor to makeport.pl. | Neil Blakey-Milner | 4 | -0/+613 |
2000-10-11 | Since people don't seem to appreciate the fact that addport can do | Will Andrews | 1 | -26/+0 |
2000-10-09 | Ajust for a new world order (md5 --> distinfo). | Maxim Sobolev | 1 | -3/+3 |
2000-10-09 | Name change, files/md5 -> distinfo. (Only change is to message -- the | Satoshi Asami | 1 | -2/+2 |
2000-10-06 | Hack this file beyond recognition to cope with both the old and new | Satoshi Asami | 1 | -9/+12 |
2000-10-06 | Need to quote su -c command with ", not ' since I've got variables | Satoshi Asami | 1 | -1/+1 |
2000-10-06 | Typo (/etc/portbuild -> /var/portbuild). | Satoshi Asami | 1 | -1/+1 |
2000-10-06 | Comment out OSREL settings -- these are taken from /usr/bin/uname | Satoshi Asami | 1 | -5/+7 |
2000-10-04 | Use -t flag with portlint. | Will Andrews | 1 | -1/+1 |
2000-10-01 | Fix bogon where replies were not chomp()'d. | Will Andrews | 1 | -0/+1 |
2000-09-29 | Detect two more failures -- fetch timeout and runaway process (which is | Satoshi Asami | 1 | -0/+4 |
2000-09-27 | Don't delete modules, it might be needed. | Satoshi Asami | 1 | -1/+0 |
2000-09-27 | Read in configuration variables from /var/portbuild/portbuild.conf. | Satoshi Asami | 2 | -4/+6 |
2000-09-27 | Pull in configuration variables from /var/portbuild/portbuild.conf. | Satoshi Asami | 9 | -29/+48 |
2000-09-27 | A configuration file where all options reside. | Satoshi Asami | 1 | -0/+17 |
2000-09-27 | A little script to call "at" to copy the packages. | Satoshi Asami | 1 | -0/+7 |
2000-09-27 | Don't whack old packages, we have enough disk space to keep a few sets | Satoshi Asami | 1 | -31/+58 |
2000-09-27 | Remove syslog message about a load file being empty -- I know it happens now. | Satoshi Asami | 1 | -1/+1 |
2000-09-27 | Make sure you're given the "start" argument before trying to start the script. | Satoshi Asami | 1 | -0/+2 |
2000-09-27 | Don't add packages that are already installed. | Satoshi Asami | 1 | -7/+17 |
2000-09-27 | A little script to kill makes that haven't printed out any message in | Satoshi Asami | 1 | -0/+70 |
2000-09-26 | Change "grep *.log" to "find . -name '*.log' | xargs grep", the number of | Satoshi Asami | 1 | -1/+1 |
2000-09-26 | Catch one more case of XFree86-4 manpage building error. | Satoshi Asami | 1 | -0/+7 |
2000-09-26 | Remove an extra message that only served to clutter the logs. | Satoshi Asami | 1 | -1/+1 |
2000-09-26 | Don't try to process logs twice by protecting this script with a lock file. | Satoshi Asami | 1 | -1/+9 |
2000-09-26 | Add -t and -n flags to ssh. (-t flag suggested by: ps) | Satoshi Asami | 1 | -4/+4 |
2000-09-26 | Change lock file name to "cppackages.lock" so it's clear it's a lock. | Satoshi Asami | 1 | -1/+1 |
2000-09-26 | When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t. | Satoshi Asami | 2 | -0/+15 |
2000-09-26 | Don't remove the distfiles from the backup directory -- the next | Satoshi Asami | 1 | -2/+0 |
2000-08-29 | Exit with error status in ${portbuild}/status when an error occurs. | Satoshi Asami | 1 | -45/+170 |
2000-08-29 | Split build into two phases, checksum and package, and copy the | Satoshi Asami | 1 | -18/+65 |
2000-08-29 | Instead of doing a pwd | grep (duh!) to find the branch we are | Satoshi Asami | 1 | -15/+16 |
2000-08-29 | The errors and logs are now in the archive directory named | Satoshi Asami | 1 | -1/+1 |
2000-08-29 | Change find command line to find potential security hazards (ports | Satoshi Asami | 1 | -2/+2 |
2000-08-29 | Run build on three branches. Check the status file filled out by | Satoshi Asami | 1 | -3/+39 |
2000-08-29 | Handle arbitrary number of log directories instead of just two. | Satoshi Asami | 1 | -22/+37 |
2000-08-29 | Ignore empty loads files -- it seems scp in OpenSSH sometimes leaves | Satoshi Asami | 1 | -1/+5 |
2000-08-29 | Handle three branches instead of two. Use a for loop instead of just | Satoshi Asami | 1 | -12/+13 |
2000-08-29 | Add -f to forcefully umount /usr/src and /usr/obj before reboot. | Satoshi Asami | 1 | -1/+1 |
2000-08-29 | Add branch=5 case and update some variables. Don't set NO_RESTRICTED, | Satoshi Asami | 1 | -5/+14 |
2000-08-29 | Add branch=5 case and update some variables. Don't set NO_RESTRICTED, | Satoshi Asami | 1 | -5/+11 |
2000-08-29 | Print uptime after the number of jobs running. This has no functional | Satoshi Asami | 1 | -1/+2 |
2000-08-29 | A little script that tries to "undo" a package build. Basically just renames | Satoshi Asami | 1 | -0/+6 |
2000-08-29 | A small script to copy packages over to the ftp site. It is not integrated | Satoshi Asami | 1 | -0/+35 |
2000-08-29 | A small script to copy distfiles from per-port directory to central | Satoshi Asami | 1 | -0/+17 |
2000-08-29 | Remove bak/distfiles after it's done -- this script is now called in | Satoshi Asami | 1 | -0/+2 |