Skip to content
Snippets Groups Projects
Commit cc588393 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Small additions.

parent 2223598e
No related branches found
No related tags found
No related merge requests found
......@@ -75,9 +75,9 @@ Usage
./apply.pl homo_sapiens_core 11_31 12_31 | tee apply.out
Note that the non-optional arguments are exactly the same as
those used with build.pl to create the delta files. The delta
files for this example are assumed to be available in the
Note that the three non-optional arguments are exactly the same
as those used with build.pl to create the delta files. The
delta files for this example are assumed to be available in the
homo_sapiens_core_11_31_delta_12_31 directory.
The "| apply.out" bit is only needed if you want to store the output
......@@ -88,8 +88,9 @@ Usage
The apply.pl program will verify the MD5 checksums of all files
involved in the patch, including the delta files. The patching will
fail if any checksum fails. This means that databases modified on the
external site can not be updated in this way.
fail and the whole process will be aborted if any checksum fails.
This means that databases modified on the external site can not be
updated in this way.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment