Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

fetch-content/fetch tasks should allow pulling git submodules to a configurable depth (or infinite)

Abierto
#331 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
32/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
git, python
Área
ci-cd, devops

Línea de trabajo

Start by locating the fetch-content and fetch task entry points and the existing git clone/submodule handling. Trace how fetch tasks receive configuration, then identify the relevant tests for task generation or execution. Done means callers can request a configurable submodule depth, including infinite depth, without changing the default behavior.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

In the Firefox translations project we pull a number of repositories to build toolchains from. Many of these have submodules, and some of those submodules have submodules, etc. etc. At the moment, we only end up fetching the immediate submodules when cloning, which means we end up fetching the nested submodules when we do toolchain builds.

I don't think it should be the default - but I think we should be able to instruct fetch-content to whatever depth is needed to pull in everything.

Lenguaje dominante
Python
Estrellas
26
Forks
55
Merge medio
2 d 6 min
PR fusionados (30 d)
15

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de taskcluster/taskgraph

Todos los issues de taskcluster/taskgraph

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.