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

Added text that hopefully shows the assumptions that are made

about directory names.
parent 3539d040
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,10 @@ Usage
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.
./homo_sapiens_core_11_31_delta_12_31 directory. Release 11_31 is
assumend to be available as ./homo_sapiens_core_11_31 and the result
will go in ./homo_sapiens_core_12_31 (if that directory doesn't
already exist).
The "| apply.out" bit is only needed if you want to store the output
of the apply.pl in a separate file, "apply.out" in this case.
......
......@@ -78,7 +78,9 @@ Usage
This creates a third directory called, in this case,
homo_sapiens_core_11_31_delta_12_31 (in the current directory) into
which the generated delta files will be put.
which the generated delta files will be put. In this case it is
assumed that the older revision is kept in ./homo_sapiens_core_11_31
and the newer revision is kept in ./homo_sapiens_core_12_31.
The "| tee build.out" bit ensures that the output that the program
produces (which includes statistics about how much space that was
......
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