diff options
author | kris <kris@FreeBSD.org> | 2005-01-24 07:22:38 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-24 07:22:38 +0000 |
commit | 4cde5069f6deb740690699c5d009e86bfecbf18f (patch) | |
tree | e396a5912835327bfeb912d0e3400cfb245b5182 /Tools/scripts | |
parent | 329d15ca8fb069ee59e3e6a503c5ffb5a238cf7e (diff) | |
download | FreeBSD-ports-4cde5069f6deb740690699c5d009e86bfecbf18f.zip FreeBSD-ports-4cde5069f6deb740690699c5d009e86bfecbf18f.tar.gz |
Document the check-latest-link and tindex scripts
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 3d14587..307ca12 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -4,6 +4,8 @@ addport - replacement for easy-import consistency-check - check whether all your ports are installed properly, what files have changed, and what new files there are. +check-latest-link - search for duplicate LATEST_LINK values and send nag + mails to the responsible maintainers checkcats.py - verify that master categories in all ports are correct and report any problems. checknewvers - checks for availability for a newest version of distfiles on @@ -29,7 +31,9 @@ prdone - checks in the port, attempting to fill out the commit message using portsearch - A utility for searching the ports tree. It allows more detailed search criteria than ``make search key=<string>'' and accepts all perl(1) regular expressions. - +tindex - script used to build INDEXes for supported FreeBSD branches, which + are the source of the 'make fetchindex' INDEXes, and the build + failure reports on ports@FreeBSD.org update-patches - generates updated patches. ---------------------------------------------------------------------- |