Function prepare_submission

Source
pub fn prepare_submission(
    submission: PrepareSubmission<'_>,
    target_path: &Path,
    no_archive_prefix: bool,
    tmc_params: TmcParams,
    clone_path: &Path,
    stub_archive: Option<(&Path, Compression)>,
    output_format: Compression,
) -> Result<String, LangsError>
Expand description

Prepares a submission for further processing. Returns the sandbox image to be used for the submission.