aboutsummaryrefslogtreecommitdiff
path: root/doc/wydawca.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-01-23 10:22:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-01-23 10:22:33 +0000
commit12afca6d673bf3f44156a8275da5cad5bc4454e2 (patch)
treeb85b6211e61c264006a2891b75f4882172379e0f /doc/wydawca.texi
parent806fa9b42234f31b1063d47d8318b8d18c6c05e7 (diff)
downloadwydawca-12afca6d673bf3f44156a8275da5cad5bc4454e2.tar.gz
wydawca-12afca6d673bf3f44156a8275da5cad5bc4454e2.tar.bz2
Version 1.2
* configure.ac, NEWS: Version 1.2 * doc/wydawca.texi: Document new features. * src/wydawca.c (archive_signatures): New variable. * src/wydawca.h (SUF_SIG,SUF_SIG_LEN,SUF_DIR,SUF_DIR_LEN): New macros. (archive_signatures): New variable. * src/config.c: New configuration file statement archive-signatures. * src/process.c (SUF_SIG,SUF_DIR): Move to src/wydawca. * src/diskio.c (backup_file): Do not update statistics. (do_archive_file): Unlink the file after archivation. (archive_single_file): New function. (archive_file): Implicitly archive .sig file, if archive_signatures is set. * src/triplet.c (check_triplet_state): Call verify_directive_file. (triplet_processor): Remove call to verify_directive_file. git-svn-id: file:///svnroot/wydawca/trunk@337 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
Diffstat (limited to 'doc/wydawca.texi')
-rw-r--r--doc/wydawca.texi23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index c6cadc8..e54cc8e 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -879,10 +879,31 @@ Always make simple backups.
@end table
@vindex VERSION_CONTROL
- If backup method is not given, the value of the @env{VERSION_CONTROL}
+ If no backup method is given, the value of the @env{VERSION_CONTROL}
environment variable will be used. And if @env{VERSION_CONTROL} is
not set, the @samp{existing} is used by default.
+@cindex implicit signature archivation
+@cindex signature files, archivation
+ Usually signature files (i.e. the ones ending with @samp{.sig}) should
+be located in the same directory as the files they belong to. To
+enforce this rule, @command{wydawca} implements
+@dfn{implicit signature archivation} facility. It works as
+follows. When archivation of @var{file} is requested by
+@code{archive: @var{file}} statement in the directive
+file (@pxref{FTP Upload Directive File - v1.1, Standalone directives,,
+maintain.info, Information For Maintainers of GNU Software}),
+@command{wydawca} also checks if the file named @file{@var{file}.sig}
+exists. If so, it is archived along with @file{@var{file}}.
+
+@kwindex archive-signatures
+ If implicit signature archivation is not needed, use
+the @code{archive-signatures} statement to disable it, e.g.:
+
+@smallexample
+archive-signatures no
+@end smallexample
+
@node directory pairs
@section directory pairs
@cindex directory pair

Return to:

Send suggestions and report system problems to the System administrator.