1ARCHIVERPT(1)         User Contributed Perl Documentation        ARCHIVERPT(1)
2
3
4

NAME

6       archiverpt.pl - Patch the sourcetree
7

SYNOPSIS

9           $ ./archiverpt.pl -a archive -d ../perl-current -l smokecurrent.log
10
11       or
12
13           $ ./patchtree.pl -c [smokecurrent_config]
14

OPTIONS

16Configuration file
17
18               -c | --config <configfile> Use the settings from the configfile
19
20           patchtree.pl can use the configuration file created by
21           configsmoke.pl.  Other options can override the settings from the
22           configuration file.
23
24General options
25
26               -d | --ddir <directory>  Set the directory for the source-tree (cwd)
27               -a | --adir <directory>  Set the direcory for the archive
28               -l | --lfile <logfile>   Set the (optional) logfile
29               --[no]force              Overwrite existsing archives
30
31               -v | --verbose <0..2>    Set verbose level
32               -h | --help              Show help message (needs Pod::Usage)
33               --man                    Show the perldoc  (needs Pod::Usage)
34

DESCRIPTION

36       This is a small program that archives the smokereport and logfile like:
37
38           report  -> <adir>/rpt<patchlevel>.rpt
39           logfile -> <adir>/log<patchlevel>.log
40
42       (c) 2002-2003, All rights reserved.
43
44         * Abe Timmerman <abeltje@cpan.org>
45
46       This library is free software; you can redistribute it and/or modify it
47       under the same terms as Perl itself.
48
49       See:
50
51           item * <http://www.perl.com/perl/misc/Artistic.html>
52
53           item * <http://www.gnu.org/copyleft/gpl.html>
54
55       This program is distributed in the hope that it will be useful, but
56       WITHOUT ANY WARRANTY; without even the implied warranty of
57       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
58
59
60
61perl v5.34.1                      2022-03-31                     ARCHIVERPT(1)
Impressum