- 12 Oct, 2015 1 commit
-
-
Natanael Copa authored
-
- 08 Oct, 2015 1 commit
-
-
- 06 Oct, 2015 2 commits
-
-
Timo Teräs authored
-
-
- 28 Sep, 2015 2 commits
-
-
-
Carlo Landmeter authored
depends_dev are dependencies of the of the developement subpackage it does not need to be set when there is no developement subpackage
-
- 16 Sep, 2015 2 commits
-
-
Carlo Landmeter authored
seems the maintainer variable is not set anymore when building .PKGINFO
-
Carlo Landmeter authored
abuild will error when the maintainer is set but is not a RFC822 address
-
- 15 Sep, 2015 1 commit
-
-
Bartłomiej Piotrowski authored
-
- 08 Sep, 2015 1 commit
-
-
Natanael Copa authored
-
- 26 Aug, 2015 1 commit
-
-
Natanael Copa authored
flock(2) on an NFS mount will on the server side convert the lock to a POSIX lock (fcntl(F_SETLK)). This means that abuild running on NFS server and client will create different locks and they will both try download same file at same time. We fix this by creating a small abuild-fetch application that will create a POSIX lock which works with NFS.
-
- 19 Aug, 2015 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
fix handling of hardlinks and symlinks. also compress n man pages and localized man pages
-
- 18 Aug, 2015 2 commits
-
-
Natanael Copa authored
This is a feature to prefix all so:* provides with a tag. This was done so that the openjdk8 so depends would only be satisfied by openjdk8 provides and not openjdk7, which might provide same so:lib*.so file. To use it do: sonameprefix="openjdk8:"
-
Natanael Copa authored
-
- 17 Aug, 2015 2 commits
-
-
Natanael Copa authored
-
Output a warning if those directories exist on a non-doc package. Furthermore, check if uncompressed man pages where installed to /usr/share/man.
-
- 10 Aug, 2015 1 commit
-
-
Natanael Copa authored
Force dependency scanning when main pkg has noarch but subpackage overrides it. We need to save the arch setting set in split func for later if it differs from main pkg's arch in a temp file because the splitfunc runs in a subprocess. fixes #4491
-
- 20 Jul, 2015 1 commit
-
-
Natanael Copa authored
This lets users 'apk add docs' to always pull in -doc packages.
-
- 13 Jul, 2015 2 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
overlapping variable names
-
- 09 Jul, 2015 7 commits
-
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
Kaarle Ritvanen authored
-
- 08 Jul, 2015 1 commit
-
-
Kaarle Ritvanen authored
-
- 23 Jun, 2015 1 commit
-
-
Natanael Copa authored
The package should not have itself as dependency.
-
- 12 Jun, 2015 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
Fix version stripping when filtering out needed pkg-configs that are provided from same (sub)package.
-
Natanael Copa authored
We strip version from pkg-config dependency when scanning the subpackages.
-
- 11 Jun, 2015 1 commit
-
-
Natanael Copa authored
we need to clear provides set in global scope before splitting the subpackages so the subpackage does not inherit main packages' provides. But at the same time, we must not clear the provides/install_if set in the splitfunction itself.
-
- 08 Jun, 2015 1 commit
-
-
Natanael Copa authored
Unexpected result will happen if subpackages inherits the provides or install_if from main package. So we clear them.
-
- 05 Jun, 2015 5 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
some paths like usr/lib/../../lib/libudev.so.0.13.0 will fail to resolve if usr/lib is does not exist, even if lib/libudev.so.0.13.0 does. To solve thise we normalize out the ../ in path string before we try to resolve it.
-
Natanael Copa authored
-