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

Conversation

Justinodactylus
Copy link

@Justinodactylus Justinodactylus commented May 26, 2025

  • Include initialized submodule files when executing m . <job>
    • Note: The git -C ./src ls-files --recurse-submodules --full-name --no-empty-directory command includes ALL git tracked files, so submodule files and also modified or just added but not commited files. So the git -C ./src diff --cached --name-only command is not necessary anymore
  • Add git-lfs to available binaries in /src/cli/runtime job for repos that need git lfs while initializing/checking out
  • Add file existence check before copying to handle uninitialized empty submodule directories

…for local repository cloning

- Include initialized submodule files when executing `m . <job>`
- Add git-lfs to available binaries in `/src/cli/runtime` job
- Add file existence check before copying to handle uninitialized submodule directories

Signed-off-by: Justinodactylus <[email protected]>
Copy link

@dsalaza4
Copy link
Contributor

dsalaza4 commented Jul 30, 2025

Makes will be no longer be maintained, for more information please see #1439

@dsalaza4 dsalaza4 closed this Jul 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants