archlinux / contrib

Arch contrib scripts
GNU General Public License v2.0
63 stars 18 forks source link

parse-submodules: support recursive parsing #70

Open loqs opened 4 months ago

loqs commented 4 months ago

Submodules of submodules are not parsed and added to the sources array and are currently initialized by git -c protocol.file.allow=always submodule update --init --recursive

Related todo lock git submodules.

Antiz96 commented 1 month ago

Hi @loqs,

Is this issue still relevant? I'm not sure to understand how it applies to the contrib repo?

lahwaacz commented 1 month ago

@Antiz96 It's about the parse-submodules script :wink:

Antiz96 commented 1 month ago

Ah thanks! I missed this one for some reason ^^