summaryrefslogtreecommitdiff
path: root/Build-system.md
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-06-08 11:27:36 +0200
committerdeep-42-thought <github@eckner.net>2017-06-08 11:27:36 +0200
commit6c5eb5f9097bb0581b87df6bc52a4890f403d032 (patch)
tree87d759d4b67e844e6ddba7ccb1030877937695f8 /Build-system.md
parent74b0861cc8f822032cc149d2eae49efe6f4ab400 (diff)
downloadbuilder.wiki-6c5eb5f9097bb0581b87df6bc52a4890f403d032.tar.xz
Updated Build system (markdown)
Diffstat (limited to 'Build-system.md')
-rw-r--r--Build-system.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build-system.md b/Build-system.md
index db79cf5..8ae4b16 100644
--- a/Build-system.md
+++ b/Build-system.md
@@ -7,6 +7,7 @@ For packages that need some customizations, the build system will use a reposito
- blacklist: text file, list of packages that will be ignored by the build system (e.g. cannot build for this architecture).
- build-manually: text file, list of packages that will be added to the build list on update, but need manual interaction before build. Packages that depend on this package will be also hold back.
- update-once: text file, list of packages that will be updated next time even if nothing changed. This list will be cleared out on next update. This list overrides the 'build-manually' list.
+- extra-from-multilib: text file, list of packages that are in `multilib` for x86_64 and should be in `extra` rather than `community` for i686
## Build list
The build list is a text file, and will contain the list of packages that need to be built in the proper build order. One package per line, a line contains the package name, the git revision number and the repository name.