Lines Matching full:submodule
53 if line.startswith('[submodule'):
81 … logger.debug("submodule %s is defined, but is not initialized in the repository. Skipping", m)
112 …logger.warning("Submodule included by %s refers to relative ssh reference %s. References may fail…
119 …raise bb.fetch2.FetchError("Submodule refers to the parent repository. This will cause deadlock si…
156 … logger.error('gitsm: submodule update check failed: %s %s' % (type(e).__name__, str(e)))
186 logger.error('gitsm: submodule download failed: %s %s' % (type(e).__name__, str(e)))
215 logger.error('gitsm: submodule unpack failed: %s %s' % (type(e).__name__, str(e)))
220 # Correct the submodule references to the local download version...
221 …runfetchcmd("%(basecmd)s config submodule.%(module)s.url %(url)s" % {'basecmd': ud.basecmd, 'modul…
224 …runfetchcmd("%(basecmd)s config submodule.%(module)s.shallow true" % {'basecmd': ud.basecmd, 'modu…
226 # Ensure the submodule repository is NOT set to bare, since we're checking it out...
241 …runfetchcmd("%s submodule update --recursive --no-fetch" % (ud.basecmd), d, quiet=True, workdir=ud…