Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Ensure Local Availability of Repositories Before Execution #1379

@jotaherrera

Description

@jotaherrera

The command m <repo> <job> fetches the repository and executes the job, but it doesn't make the repository locally available. This is problematic because, for parity, the repository should be locally accessible during the execution of the command.

Expected Behavior

  1. Fetch the repository.
  2. Make it available in a temporary directory.
  3. Change to that directory.
  4. Execute the job within the temporary repository.

Steps to Reproduce

  1. Run the command: m <repo> <job>.
  2. Observe that while the job runs, the repository is not accessible locally, resulting in a lack of context.

Suggested Fix

Modify the command behavior so that the repository is fetched and made available in a temporary directory, with the job running in that local context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions