archiverpt.pl - Man Page
Patch the sourcetree
Synopsis
$ ./archiverpt.pl -a archive -d ../perl-current -l smokecurrent.log
or
$ ./patchtree.pl -c [smokecurrent_config]
Options
Configuration file
-c | --config <configfile> Use the settings from the configfile
patchtree.pl can use the configuration file created by configsmoke.pl. Other options can override the settings from the configuration file.
General options
-d | --ddir <directory> Set the directory for the source-tree (cwd) -a | --adir <directory> Set the direcory for the archive -l | --lfile <logfile> Set the (optional) logfile --[no]force Overwrite existsing archives -v | --verbose <0..2> Set verbose level -h | --help Show help message (needs Pod::Usage) --man Show the perldoc (needs Pod::Usage)
Description
This is a small program that archives the smokereport and logfile like:
report -> <adir>/rpt<patchlevel>.rpt logfile -> <adir>/log<patchlevel>.log
Copyright
(c) 2002-2003, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
- See:
item * <http://www.perl.com/perl/misc/Artistic.html>
item * <http://www.gnu.org/copyleft/gpl.html>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Info
2023-01-20 perl v5.36.0 User Contributed Perl Documentation