summaryrefslogtreecommitdiff
path: root/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speed-up a bit when user keeps his working directories in the ports treeMaxim Sobolev2003-04-081-2/+5
| | | | | | (doesn't use WRKDIRPREFIX). Submitted by: ru
* Update sed pattern used to process logsKris Kennaway2003-04-061-1/+1
|
* Zap some old/non-useful codeKris Kennaway2003-04-061-108/+106
| | | | | | | | | Add some new command-line options: * -continue : restart the build without rebuilding ports that have already failed * -nofinish : don't run the post-processing steps when the build finishes * -finish : run the post-processing steps only Reorder some code sections appropriately
* This tool parses the output of kdump to generate a list of addedEdwin Groothuis2003-04-041-0/+199
| | | | | | | | | | | | | and removed files. This can be used as the basis of a pkg-plist, or even just for curiosity about what files something is touching. Fairly raw at the moment, and doubtless inefficient, but it should make a useful tool for port creators. PR: ports/47424 Submitter: Daniel O'Connor <doconnor@gsoft.com.au>
* Sort the non-dirrm entries, and reverse sort the dirrm entries.Joe Marcus Clarke2003-03-281-1/+5
| | | | Reviewed by: green
* - Define __MAKE_CONF to allow per-arch make.conf files in buildworldKris Kennaway2003-03-231-5/+19
| | | | | | | - Set the UNAME_* variables to make use of the override support in uname(1) This allows us to get rid of the uname shell script in the build chroots - Collect some variables that are probably old and mouldy, for later GCing - If FETCH_ORIGINAL is set in the environment, don't fetch from ftp-master
* Make modulesupdate actually work in light of split. You can't use aWill Andrews2003-03-021-1/+1
| | | | CVSROOT that's readonly.
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root isPeter Wemm2003-02-282-5/+5
| | | | pcvs.freebsd.org:/home/pcvs
* Do a better job of stating which port we had problems with whileSteve Price2003-02-241-4/+4
| | | | mapping directories to package names.
* Another try at fixing the "adding to CVSROOT/modules from remoteMario Sergio Fujikawa Ferreira2003-02-231-1/+1
| | | | | | | | | hosts (non-freefall)" bug: add '-A' argument to ssh(1) command line for accessing host cointaining modules file. This should fix the bug for ssh-agent(1) users. Others can just switch to using ssh-agent(1). Approved by: will (maintainer)
* Instead of pushing the load data to the master with scp every 10 seconds,Kris Kennaway2003-02-221-13/+3
| | | | just report it via an inetd service.
* * Allow port builds to be started with a certain niceness ('nice' parameterKris Kennaway2003-02-221-1/+15
| | | | | | | | | | | | | in portbuild.conf). [1] * Build stage 2 builds in a jail instead of a chroot. This allows us to detect ports that attempt IP communication during the build, as well as allowing clean termination of the port build (packages built in a chroot can leave processes hanging around after the build finishes). There are some caveats with this approach which will be worked around in a future commit. Requested by: peter [1]
* If ${buildworld}=1 in mkbindist.conf, then use the makeworld script toKris Kennaway2003-02-221-48/+44
| | | | | build world and populate the chroot. Otherwise, if ${ftp}=1 then fetch it from the ftp site as before.
* Simplify the collection of load statistics for the cluster. LoadsKris Kennaway2003-02-221-33/+35
| | | | | | are now collected by polling a small server on the client (using netcat) instead of having the client scp the load files to the master every 10 seconds (!!!)
* Store dates in +%s formatKris Kennaway2003-02-221-3/+3
|
* Handle '#' and '$' in pkg-comment properly.Akinori MUSHA2003-02-211-2/+3
|
* - pkg-comment is no longer mandatory;Maxim Sobolev2003-02-211-1/+5
| | | | - ignore patchfiles ending with `,v' or '.orig'.
* Add de-pkg-comment.Akinori MUSHA2003-02-181-0/+2
|
* Add de-pkg-comment, a ruby script to convert pkg-comment to COMMENT.Akinori MUSHA2003-02-181-0/+145
|
* Change how to get CATEGORIES tag from new port for slave port.Norikatsu Shigemura2003-02-161-2/+2
| | | | Approved by: will
* Search for a lot of new failure strings to reduce the number of buildKris Kennaway2003-02-141-4/+177
| | | | | | | failures listed as '???'. Submitted by: Mark Linimon <linimon@lonesome.com> PR: www/44919
* Work around broken rand() in -current by changing the way we pick aKris Kennaway2003-02-141-3/+3
| | | | random build host.
* - If ${ftp} = 0 in mkbindist.conf, then use the makeworld script to buildKris Kennaway2003-02-141-77/+56
| | | | a world instead.
* - Correct usage messageKris Kennaway2003-02-141-7/+2
| | | | | - Don't try and use buildenv, it's useless - Set TARGET_ARCH instead
* Catch up to new semantics of COMMENT variable (contains comment stringKris Kennaway2003-02-102-5/+2
| | | | itself, instead of pointing to pkg-comment)
* Attempt to defuse problems from developers who don't have the correctWill Andrews2003-01-301-0/+2
| | | | ssh setup in order for addport to do CVSROOT/modules correctly.
* If the port directory contains a file called .keep, then tar up theKris Kennaway2003-01-242-0/+10
| | | | | ${WRKDIR} after the port build completes and copy it to ${arch}/${branch}/wrkdirs/${pkgname}.tbz.
* These scripts have been replaced by .c versions that do not require perl.Kris Kennaway2003-01-242-111/+0
|
* - Use ${arch} and rename html files accordinglyKris Kennaway2003-01-241-9/+11
| | | | | | - Call processfail to produce 'new port failures' page - Comment out the 'comparelogs' calls for now until I make them aware of architectures that don't have 4.x support
* First cut at a script to process the logfile maintained by 'buildsuccess'Kris Kennaway2003-01-241-0/+68
| | | | | | | and 'buildfailure' and produce a HTML output listing ports with the date they became broken. The output can surely be made more useful (e.g. it always links to the ${branch}-latest logs, which may not exist when the build-in-progress has not yet attempted the build of that port).
* These scripts are run when a build completes (successfully or not). TheyKris Kennaway2003-01-242-0/+80
| | | | | | | keep track of the number of times a port has failed to build, resetting the counter when it builds successfully. There are still some bugs to be worked out, but this will be used as the basis for maintainer notification of port failures.
* Simple script to check the number of packages built on the variousKris Kennaway2003-01-241-0/+17
| | | | architectures, for a given branch.
* Script to automate the process of cvs updating the build tree, performingKris Kennaway2003-01-241-0/+91
| | | | | the buildworld, installworld and 'make distribute' necessary for preparing a bindist.
* - Use ${arch}Kris Kennaway2003-01-241-5/+6
|
* Determine client architecture using /etc/archKris Kennaway2003-01-241-4/+2
|
* - Use ${arch}Kris Kennaway2003-01-241-2/+3
| | | | - Support builds as non-privileged user
* Check status of multiple architecture client machinesKris Kennaway2003-01-241-35/+40
|
* - Use ${arch}Kris Kennaway2003-01-241-20/+27
| | | | | | | | - Increase timeout to 2 hours (needs to be arch-specific) - Mount nfs filesystems with nfsv3,intr (the latter so that clients do not hang if bento panics) - Run pnohang.${arch} on clients instead of pnohang - Support builds as non-privileged user
* - Use ${arch}Kris Kennaway2003-01-241-11/+11
| | | | | | - Increase timeout to 8 hours (this needs to be made per-arch so it doesn't overly pessimize fast client machines) - Support building as a non-privileged user
* - Use ${arch}Kris Kennaway2003-01-241-6/+7
| | | | - Mount on ${master} instead of localhost
* - Use ${arch} and ${INDEXFILE}Kris Kennaway2003-01-241-6/+11
|
* Add the ${arch} argumentKris Kennaway2003-01-241-4/+6
|
* - Use the ${arch} subdirectory and pass ${arch} around to other scriptsKris Kennaway2003-01-241-155/+161
| | | | | | | - Use $INDEXFILE - Use makeparallel script instead of 'make parallel' - Support building packages as a non-privileged user (needs root access to client machines)
* Add makeparallel script, an improved version of the 'parallel' targetKris Kennaway2003-01-241-0/+30
| | | | | in ports/Makefile. It uses the buildenv framework to obtain the correct PKGSUFFIX and INDEXFILE variables.
* Use pkg_add instead of pkg_add -fKris Kennaway2003-01-241-3/+3
|
* Sync with bento:Kris Kennaway2003-01-241-13/+13
| | | | | | | | - Switch to using ${arch}/${branch} subdirectory instead of ${branch} - export INDEXFILE, MACHINE_ARCH and ARCH variables - Add (commented out) FETCH_BEFORE_ARGS setting - Add MASTER_SITE_OVERRIDE to fetch from ftp://bento - Zap some mouldy old unused variables
* Remove these scripts, which are no longer useful.Kris Kennaway2003-01-243-47/+0
|
* Add both hungarian and portuguese l10n prefixes to syncronize withMario Sergio Fujikawa Ferreira2003-01-231-0/+2
| | | | | | portlint port Approved by: maintainer
* Update this script to deal with .tbz packages.Murray Stokely2003-01-201-9/+10
|
* Add two utilties for listing and stashing away package files obtainedPeter Pentchev2003-01-082-0/+110
| | | | | | | | | | | | from recursive dependency builds a la: make DEPENDS_TARGET='install package clean' all install package clean The pkg-list script obtains a list of the packages in the dependency directories; the pkg-stash script moves them away to a predefined directory, adding a timestamp to the package file name. This is convenient for keeping ready-built packages for system rescue activities.