#!/bin/bash

#!/login
#!/register

Summary for Patch-Tester logs

summarizes the output of Patch-Tester for post-processing

Usage:

Patch-Summary [ -patchdir <pd> ] [ -basedir <bd> ] [ -outdir <od> ] [ -p <p> ]

Summarizes the output of Patch-Tester, which is taken from <od>.
The script outputs patch calls for all patch:file parts in the right order,
so that all dependencies are met, and notes all expected conflicts, dependencies
and inapplicable parts.
You can source the output of Patch-Summary to apply all applicable parts in
order, e.g.:

Patch-Summary > tmp.sh
. tmp.sh > patch.log

Then read patch.log to see which parts did not apply and need fixing.

Project Category: tool

Wiki at shellscripts.org

Project owner: stf

[subscribe]

[RSS Feed for new releases]

Version history:
Version Release date ChangeLog Download
0.2.0.2Sun Mar 12 17:15:49 UTC 2006Long description changedPatch-Summary-0.2 (application/octet-stream)
0.2.0.1Sun Mar 12 17:14:39 UTC 2006Long description changedPatch-Summary-0.2 (application/octet-stream)
0.2Sun Mar 12 17:07:20 UTC 2006Patch-Summary-0.2 (application/octet-stream)