diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 857cc01de4..e7b8709e7d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2768,6 +2768,13 @@ system and gives an overview of their function and contents. | |||
2768 | The directory in which a local copy of a Git repository is stored | 2768 | The directory in which a local copy of a Git repository is stored |
2769 | when it is cloned. | 2769 | when it is cloned. |
2770 | 2770 | ||
2771 | :term:`GITHUB_BASE_URI` | ||
2772 | When inheriting the :ref:`github-releases <ref-classes-github-releases>` | ||
2773 | class, specifies the base URL for fetching releases for the github | ||
2774 | project you wish to fetch sources from. The default value is as follows:: | ||
2775 | |||
2776 | GITHUB_BASE_URI ?= "https://github.com/${BPN}/${BPN}/releases/" | ||
2777 | |||
2771 | :term:`GLIBC_GENERATE_LOCALES` | 2778 | :term:`GLIBC_GENERATE_LOCALES` |
2772 | Specifies the list of GLIBC locales to generate should you not wish | 2779 | Specifies the list of GLIBC locales to generate should you not wish |
2773 | to generate all LIBC locals, which can be time consuming. | 2780 | to generate all LIBC locals, which can be time consuming. |