index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2021-07-18 18:27:14 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2021-11-18 20:31:23 +0100 |
commit | dacde204c91b9c5cb25ac793c17e13d287187b57 (patch) | |
tree | 5bb42b72e661ad58a9c27b0437c280497840b450 /README.md | |
parent | 1f1f6be8892d95eb62fb8d0d190f816b3db32d8e (diff) |
-rw-r--r-- | README.md | 11 |
@@ -14,6 +14,17 @@ as following. git config format.subjectprefix 'devtools] [PATCH' ``` +## Building + +When building official distro packages the `BUILDTOOLVER` needs to be set to the +exact label of the release package in order to allow to detect the exactly used +devtools version. This is required for reproducible builds to fetch the according +files like `makepkg.conf`. + +```sh +BUILDTOOLVER="${pkgver}-${pkgrel}-${arch}" make all +``` + ## Releasing 1. bump the version in the Makefile |