bhearsum%mozilla.com 4fa83d896a bug 444266: add basic --help and a README to patcher. r=me, patch=rhelmer
git-svn-id: svn://10.0.0.236/trunk@252987 18797224-902f-48f8-a5cc-f745e15eee43
2008-07-11 19:05:35 +00:00

23 lines
538 B
Plaintext

patcher is a tool to generate updates for Mozilla based products.
Run ./patcher2.pl --help for usage info.
Features:
* download complete updates
* generate partial patches
* generate configuration files for AUS (Automatic Update Service)
Requires:
* MozBuild package (from mozilla/tools/build/MozBuild)
* Config::General
* wget
Patcher is only supported on Linux right now.
Troubleshooting:
* "Can't use an undefined value as a HASH reference at MozAUSConfig.pm line 236."
Make sure that "--app" is specified on the command line.