[pacman-dev] [PATCH] document commit a33cdac10bf1a68279ea1b9baa26aa09126f1ca4
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> --- doc/makepkg.8.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index 3b5e61b31..38032e7bb 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -279,6 +279,14 @@ Environment Variables **SOURCE_DATE_EPOCH=**"<date>":: Used for link:https://reproducible-builds.org/docs/[Reproducible Builds]. +**BUILDTOOL=**"<name>":: + The name of a tool ecosystem used to set up the build environment. Used for + defining a spec for reproducible builds, e.g. the linkman:makepkg.conf[5] + used. + +**BUILDTOOLVER=**"<version>":: + The version of the '$BUILDTOOL' used. + Configuration ------------- See linkman:makepkg.conf[5] for more details on configuring makepkg using the -- 2.31.1
On 24/4/21 4:34 am, Eli Schwartz wrote:
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> --- doc/makepkg.8.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+)
Changed the commit subjet to: makepkg: document BUILDTOOL and BUILDTOOLVER environmental variables I don't like having to look up a second commit to find out what a commit does.
diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index 3b5e61b31..38032e7bb 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -279,6 +279,14 @@ Environment Variables **SOURCE_DATE_EPOCH=**"<date>":: Used for link:https://reproducible-builds.org/docs/[Reproducible Builds].
+**BUILDTOOL=**"<name>":: + The name of a tool ecosystem used to set up the build environment. Used for + defining a spec for reproducible builds, e.g. the linkman:makepkg.conf[5] + used. + +**BUILDTOOLVER=**"<version>":: + The version of the '$BUILDTOOL' used. + Configuration ------------- See linkman:makepkg.conf[5] for more details on configuring makepkg using the
participants (2)
-
Allan McRae
-
Eli Schwartz