when running the following as cron jobs the --update never seems to happen. I'm thinking because the --inject is keeping the modules/* files newer than what's on the mirror, as deleting them allows me to run an --update manually without the "mirroring" showing them as up to date.
PERL5LIB="/home/gpan/perl5/lib/perl5/x86_64-linux-thread-multi:/home/gpan/perl5/lib/perl5"
7 6 * * * /home/gpan/perl5/bin/mcpani --update
3-59/15 * * * * /home/gpan/perl5/bin/mcpani --inject
when running the following as cron jobs the
--updatenever seems to happen. I'm thinking because the--injectis keeping themodules/*files newer than what's on the mirror, as deleting them allows me to run an--updatemanually without the "mirroring" showing them as up to date.