my $DATE = '2017/09/14 12:42:38';
my $COPYRIGHT_NOTICE = <<'END';
Copyright (C) 2003-2017 Free Software Foundation <sysadmin@gnu.org>
-Copyright (C) 2020 Jacob Bachmeyer <jcb@gnu.org>
+Copyright (C) 2020-2021 Jacob Bachmeyer <jcb@gnu.org>
END
my $LICENSE = "GPLv3 or later - http://www.fsf.org/licenses/gpl.txt";
my $URL = "http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html";
$package_config_base = File::Spec->catdir($basedir, 'packages');
$incoming_dir = File::Spec->catdir($basedir, 'incoming');
$incoming_tmp = File::Spec->catdir($basedir, 'in-stage');
+ $desttmp = File::Spec->catdir($basedir, 'stage');
$destfinal = File::Spec->catdir($basedir, 'pub');
$olddestfinal = File::Spec->catdir($basedir, 'archive');
- $desttmp = File::Spec->catdir($basedir, 'stage');
}
# verify mock gpgv
{