]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
* doc/tar.texi: Define reproducibility.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 25 Jul 2023 12:30:51 +0000 (14:30 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Jul 2023 16:43:57 +0000 (09:43 -0700)
doc/tar.texi

index 3d609ea325a88186154c6902cd6e95047cb579ec..8319688f86db6c9b63ac30cc1a7938fcceff772a 100644 (file)
@@ -11182,8 +11182,12 @@ Done
 @node Reproducibility
 @section Making @command{tar} Archives More Reproducible
 
-Sometimes it is important for an archive to be reproducible,
-so that one can be easily verify it to have been derived solely from its input.
+Sometimes it is important for an archive to be @dfn{reproducible},
+so that one can be easily verify it to have been derived solely from
+its input.  We call an archive reproducible, if an archive
+created from the same set of input files with the same command line
+options is byte-to-byte equivalent to the original one.
+
 However, two archives created by @GNUTAR{} from two sets of input
 files normally might differ even if the input files have the same
 contents and @GNUTAR{} was invoked the same way on both sets of input.