Skip to content
Snippets Groups Projects
Commit 68d5e609 authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Added documentation about Repack Archive Request workflow

parent 70288374
No related branches found
No related tags found
No related merge requests found
......@@ -689,7 +689,7 @@ ArchiveRequest::AsyncTransferSuccessfulUpdater * ArchiveRequest::asyncUpdateTran
return oh.SerializeAsString();
}
}
} else { // Repack case, the report policy is different (report all jobs). So we just the job's status.
} else { // Repack case, the report policy is different (report all jobs). So we just change the job's status.
for (auto j: *payload.mutable_jobs()) {
if (j.copynb() == copyNumber) {
j.set_status(serializers::ArchiveJobStatus::AJS_ToReportToRepackForSuccess);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment