summaryrefslogtreecommitdiff
path: root/mk/scripts/binpkg-cache
AgeCommit message (Expand)AuthorFilesLines
2007-10-13The "debug" variable was often used like "if [ $debug = yes ]; then ...;rillig1-34/+19
2007-10-13The --database option doesn't exist.rillig1-3/+1
2006-12-15Remove trailing tabs.martti1-3/+3
2006-12-15Remove trailing spaces.martti1-6/+6
2006-07-28Update the usage output to reflect current reality. Noted by Stoneddmcmahill1-4/+14
2006-07-28remove spurious empty line at the top of the summary filesdmcmahill1-2/+3
2006-07-28Allow the binpkg-cache script to also generate pkg_summary.gz filesdmcmahill1-4/+39
2006-06-21When producing the list of directories containing binary packages, dodmcmahill1-3/+29
2006-06-08undo most of the last commit which was a mistake.dmcmahill1-12/+3
2006-06-06When using find to search for the "All" directories containing binarydmcmahill1-4/+13
2006-01-05Fix a bug which caused the README.html generation to fail when the packagesdmcmahill1-3/+11
2005-05-24Add more error checking. PACKAGES must exist. No extra command line args ta...dmcmahill1-1/+12
2005-05-24improve the message when an invalid cache file version is founddmcmahill1-2/+4
2005-05-24Improve error checking. Specifically, after a new cache file isdmcmahill1-7/+27
2005-05-22use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} whendmcmahill1-4/+7
2005-05-19- if the mv of the temporary cache file to the real one fails, usuallydmcmahill1-4/+18
2005-05-17Rework the README.html generation code. Major changes are:dmcmahill1-0/+312