- Oct 25, 2013
-
-
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
-
-
- Sep 04, 2013
-
-
Natanael Copa authored
For better crosscompile support
-
- Sep 03, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Aug 02, 2013
-
-
Natanael Copa authored
-
- Aug 01, 2013
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
allow user specify if they want uninstall deps, remove srcdir and/or pkgdir on failure or success. We introduce CLEANUP and ERROR_CLEANUP config options in /etc/abuild.conf. Valid values are: pkgdir srcdir deps.
-
Natanael Copa authored
seems like configure thinks we are crosscompiling unless we set CC when --build and --host are specified.
-
Natanael Copa authored
-
Natanael Copa authored
-
- Jul 30, 2013
-
-
Natanael Copa authored
this is to catch bugs in abuild itself early
-
Natanael Copa authored
it wrongly scanned /lib instead of $datadir/lib, causing bad things to happen when scanning provides
-
- Jul 29, 2013
-
-
its only arm that needs it
-
Natanael Copa authored
instead let apkbuilds use --host and --build
-
and exit with error if not
-
Natanael Copa authored
This reverts commit 4234a10e. We will not use config.guess. Instead we will use --build and --host everywhere.
-
- Jul 26, 2013
-
-
Natanael Copa authored
instead, provide 'update_config_sub' and let aports that needs replace config.sub call it.
-
Natanael Copa authored
-
Natanael Copa authored
we want be able to run build and rootpkg separately. so you can stop in the process, fix things, and then continue with 'abuild rootpkg' to generate the package manually.
-
Natanael Copa authored
If some package fails, then stop processing the rest. This is so we don't risk test build the rest for the packages against wrong lib. For example, if 'abump libfoo-2.0 foo-2.0' fails on libfoo, we don't want testbuild foo-2.0, which might end with success against libfoo-1. We also echo the list of packages that was not bumped, so its easy to copy/paste next run.
-