On 11/19/2015 9:33 PM, UpdatesD Cron wrote:
Exit Status 6 is not zero for do-nightly-rescore-example.
This is insufficient ruleqa ham submissions likely caused by the rsync
issue which I believe I've resolved. There is no error logic but other
than these two issues, it is rare.
When this occurred before, the svn server had an infra/maintenance
problem that caused checkouts to fail so the dir didn't exist because of
this command:
+ rm -rf /home/corpus-rsync/tagged_builds/nightly_mass_check
+ echo Command: /usr/bin/svn export --non-interactive -r
1715127http://svn.apache.org/repos/asf/spamassassin/trunk
/home/corpus-rsync/tagged_builds/nightly_mass_check
+ /usr/bin/svn export --non-interactive -r
1715127http://svn.apache.org/repos/asf/spamassassin/trunk
/home/corpus-rsync/tagged_builds/nightly_mass_check
svn: No such revision 1715127
Recreated nightly_mass_check dir and chowned to release.release
Regards,
KAM