- Jan 23, 2014
-
-
Natanael Copa authored
-
Natanael Copa authored
apk fetch --stdout will mix the progress bar with data output. We work around this by run it in quiet mode.
-
- Jan 16, 2014
-
-
Natanael Copa authored
Patch from Andrew Manison. ref #626
-
- Jan 13, 2014
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- Jan 06, 2014
-
-
Natanael Copa authored
-
Natanael Copa authored
This works around a bug in busybox 1.22.0 that makes 'grep -w ^' hang. It is triggered when there are no deps. (eg. musl)
-
- Jan 03, 2014
-
-
Timo Teräs authored
-
- Dec 16, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
It means that home built packages cannot be installed with abuild-apk unless the key is installed system-wide.
-
Natanael Copa authored
This option will make buildrepo continue build even if some package fails. It is an 'build what you can' option.
-
Natanael Copa authored
-
- Nov 21, 2013
-
-
Natanael Copa authored
-
- Nov 15, 2013
-
-
- Nov 01, 2013
-
-
Natanael Copa authored
The ABUILD_BLACKLIST can be used to give abuild a list of packages that is known to fail to build. This can be used to reduce build retries when building many/all packages recursively.
-
Natanael Copa authored
-
- Oct 31, 2013
-
-
-
Natanael Copa authored
-
- Oct 25, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
fi the signing key is missing we will fail. Rather than fail after compile we check existance of signing keys before we start.
-
Natanael Copa authored
fixes #2270
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
This is supposed to be used in abuild only to make it possible to exit with error early, before package is built, in case the signing key is missing.
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
specifically, every script that reads/parses ./APKBUILD needs to set CARCH.
-
- Oct 21, 2013
-
-
Natanael Copa authored
Otherwise we might end up purging more packages than expected if an APKBUILD has syntax errors
-
- Oct 04, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Sep 26, 2013
-
-
Timo Teräs authored
-
- Sep 16, 2013
-
-
Natanael Copa authored
-
- Sep 10, 2013
-
-
Natanael Copa authored
Some packages like gcc-gnat needs bootstrapping. We need to allow circular makedepends so we can specify gcc-gnat as makedepends for gcc.
-
Natanael Copa authored
fixes bug introduced with c6b0de32 (abuild: add makedepends_build and makedepends_host for crosscompile)
-
- Sep 06, 2013
-
-
Natanael Copa authored
to detect if we cross compile
-
- Sep 05, 2013
-
-
Natanael Copa authored
-