Content deleted Content added
Updating published sources: SourceUploader: * Change to use AnomieBOT::API::Iterator, due to gerrit:8407. |
Updating published sources: MedcabBot: * Stop bot, MedCab is closed. SourceUploader: * New status, "Inactive". |
||
Line 513:
return '99 Invalid metadata' if $botnum>0;
return "04 In development" if($status eq 'Coding' || $status eq 'On hold');
return "06 Past" if $status=~/^(?:Completed|Inactive) \d{4}-\d{2}-\d{2}$/;
return '99 Invalid metadata' if($metadata{'brfa'} eq 'N/A');
return "05 Awaiting approval" if($status eq 'BRFA');
|