Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -997,21 +997,19 @@ no Enable fetching of crates locked to specific Git commits on GitHub via GH_TUPLE. - This will try to patch both - Cargo.lock and - Cargo.toml to point to the + This will try to patch all + Cargo.toml under + WRKDIR to point to the offline sources instead of fetching them from a - Git repository during the build. Use with caution - as transitive Git dependencies are not resolved and - patched correctly. + Git repository during the build. - CARGO_GH_CARGOTOML - ${CARGO_CARGOTOML} - List of Cargo.toml that - will be patched when using - CARGO_USE_GITHUB. + CARGO_USE_GITLAB + no + Same as CARGO_USE_GITHUB + but for GitLab instances and + GL_TUPLE.