#!/bin/bash
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
Project owner: stf
Version history:
| Version | Release date | ChangeLog | Download |
| 0.2.0.2 | Sun Mar 12 17:15:49 UTC 2006 | Long description changed | Patch-Summary-0.2 (application/octet-stream) |
| 0.2.0.1 | Sun Mar 12 17:14:39 UTC 2006 | Long description changed | Patch-Summary-0.2 (application/octet-stream) |
| 0.2 | Sun Mar 12 17:07:20 UTC 2006 | Patch-Summary-0.2 (application/octet-stream) |