Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-08-06 10:06:32 +0200
committerErich Eckner <git@eckner.net>2019-08-06 10:06:32 +0200
commit78b1ae3fe9fc041cc4a21aa0ece05e226007463d (patch)
tree3a8592f7d72757973cb4e2d30fdb336b6e2162a1 /README.md
parent70cd5c95cfa4802f61f881d7fc4c1494e45dec9c (diff)
change layout of blacklist
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68bb5016..aebf452f 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ It is currently hosted on https://git.archlinux32.org/archlinux32/packages.
* There are subdirectories `repository/package` which contain new packages and customizations for existent packages to compile for i686 or adopt to our environment.
In case, the files therein exist in the respective original package, the respective original package files are either appended (in case of `PKGBUILD`) or overwritten (for other files).
-* The file `blacklist` containes a list of packages which won't be built for Arch Linux 32 (because they can't be built for or are useless on i686).
-An entry in this file consist of an architecture and a pkgbase separated by a space.
+* The directory `blacklist` containes a list of packages which won't be built for Arch Linux 32 (because they can't be built for or are useless on i686).
+The structure is `blacklist/architecture/arbitrary-identifier/pkgbase`, where the content of that file can be an arbitrary comment.
The given package will be black listed for all architectures less potent than the given one or, if "any" is given, for all architectures.
Additional to the abovementioned changes to the package sources, the following changes are made automatically by the [build master's mangle_pkgbuild()](https://git.archlinux32.org/archlinux32/builder/src/branch/master/lib/common-functions) which should therefor **not** be committed here: