Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ==== release 2.19.2 ====v2.19.2 | Natanael Copa | 2014-01-23 | 1 | -1/+1 |
| | |||||
* | checkapk: run apk fetch in quiet mode to workaround bug in apk fetch | Natanael Copa | 2014-01-23 | 1 | -1/+1 |
| | | | | | apk fetch --stdout will mix the progress bar with data output. We work around this by run it in quiet mode. | ||||
* | abuild: implement -dbg subpackages | Natanael Copa | 2014-01-16 | 1 | -1/+34 |
| | | | | | | Patch from Andrew Manison. ref #626 | ||||
* | abuild: exit with error if pkgrel is unset | Natanael Copa | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | buildrepo: set pkgrel to 0 by default | Natanael Copa | 2014-01-13 | 1 | -2/+2 |
| | |||||
* | aports.lua: read functions.sh so we get the CARCH set | Natanael Copa | 2014-01-13 | 1 | -10/+12 |
| | |||||
* | ==== release 2.19.1 ====v2.19.1 | Natanael Copa | 2014-01-06 | 1 | -1/+1 |
| | |||||
* | abuild: filter out empty lines when scanning for SO dependencies | Natanael Copa | 2014-01-06 | 1 | -1/+1 |
| | | | | | 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) | ||||
* | abuild: use posix syntax for find | Timo Teräs | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | ======== release 2.19.0 ========v2.19.0 | Natanael Copa | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | abuild-sudo: forbid use of --allow-untrusted | Natanael Copa | 2013-12-16 | 1 | -0/+6 |
| | | | | | It means that home built packages cannot be installed with abuild-apk unless the key is installed system-wide. | ||||
* | buildrepo: support for -k option for keep-going | Natanael Copa | 2013-12-16 | 1 | -3/+9 |
| | | | | | This option will make buildrepo continue build even if some package fails. It is an 'build what you can' option. | ||||
* | abuild: log repo/pkgname-version | Natanael Copa | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | newapkbuild: detect github archives | Natanael Copa | 2013-11-21 | 1 | -1/+16 |
| | |||||
* | abuild: print a message if aborting due to architecture mismatch. | Leslie P. Polzer | 2013-11-15 | 1 | -1/+5 |
| | |||||
* | abuild: add support for ABUILD_BLACKLIST | Natanael Copa | 2013-11-01 | 1 | -0/+6 |
| | | | | | | 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. | ||||
* | abuild: remove debug message | Natanael Copa | 2013-11-01 | 1 | -1/+0 |
| | |||||
* | Fix typo (busbox -> busybox). | Leslie P. Polzer | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | abuild: move /usr/share/help to -doc subpackage | Natanael Copa | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | ======== release 2.18.0 ========v2.18.0 | Natanael Copa | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | abuild: check early for signing keys | Natanael Copa | 2013-10-25 | 1 | -0/+2 |
| | | | | | fi the signing key is missing we will fail. Rather than fail after compile we check existance of signing keys before we start. | ||||
* | abuild: also install 'depends' with 'abuild deps' | Natanael Copa | 2013-10-25 | 1 | -2/+7 |
| | | | | fixes #2270 | ||||
* | newapkbuild: cosmetic fix for help message | Natanael Copa | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | apkgrel: cosmetic fixes for help message | Natanael Copa | 2013-10-25 | 1 | -2/+4 |
| | |||||
* | abuild-sign: add -e/--installed option | Natanael Copa | 2013-10-25 | 1 | -4/+9 |
| | | | | | | 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. | ||||
* | abuild-sign: cosmetic improvement of help text | Natanael Copa | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | abuild-keygen: cosmetic improvement on help text | Natanael Copa | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | functions: rename abuild_ver to program_version | Natanael Copa | 2013-10-25 | 8 | -17/+17 |
| | |||||
* | functions: rename prog to program | Natanael Copa | 2013-10-25 | 8 | -21/+23 |
| | |||||
* | checkapk: sanity check that we have CARCH set | Natanael Copa | 2013-10-25 | 1 | -0/+4 |
| | |||||
* | abuild: move various functions to the shared functions.sh | Natanael Copa | 2013-10-25 | 2 | -133/+102 |
| | | | | | specifically, every script that reads/parses ./APKBUILD needs to set CARCH. | ||||
* | buildrepo: exit early if listing of packages for purging fails | Natanael Copa | 2013-10-21 | 1 | -1/+1 |
| | | | | | Otherwise we might end up purging more packages than expected if an APKBUILD has syntax errors | ||||
* | abuild: add cmake files to -dev | Natanael Copa | 2013-10-04 | 1 | -0/+1 |
| | |||||
* | abuild: support qt5 mkspecs | Natanael Copa | 2013-10-04 | 1 | -2/+4 |
| | |||||
* | abuild: fix error message in update_config_sub | Timo Teräs | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | ======== release 2.17.0 ========v2.17.0 | Natanael Copa | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | abuild: allow circular makedepends | Natanael Copa | 2013-09-10 | 1 | -3/+6 |
| | | | | | Some packages like gcc-gnat needs bootstrapping. We need to allow circular makedepends so we can specify gcc-gnat as makedepends for gcc. | ||||
* | abuild: fix recursive building | Natanael Copa | 2013-09-10 | 1 | -2/+2 |
| | | | | | fixes bug introduced with c6b0de32a (abuild: add makedepends_build and makedepends_host for crosscompile) | ||||
* | abuild: add a cross_compiling helper function | Natanael Copa | 2013-09-06 | 1 | -5/+11 |
| | | | | to detect if we cross compile | ||||
* | abuild: make sure cleanup returns false in native compiling | Natanael Copa | 2013-09-05 | 1 | -2/+5 |
| | |||||
* | abuild: add makedepends_build and makedepends_host for crosscompile | Timo Teras | 2013-09-05 | 1 | -20/+54 |
| | |||||
* | abuild: set CTARGET_ARCH and CTARGET_LIBC | Natanael Copa | 2013-09-04 | 1 | -17/+23 |
| | | | | For better crosscompile support | ||||
* | abuild: post check for /usr/var | Natanael Copa | 2013-09-03 | 1 | -0/+4 |
| | |||||
* | abuild: export CC properly | Natanael Copa | 2013-09-03 | 1 | -1/+2 |
| | |||||
* | ======== release 2.16.0 =========v2.16.0 | Natanael Copa | 2013-08-02 | 1 | -1/+1 |
| | |||||
* | newapkbuild: add --build and --host options | Natanael Copa | 2013-08-01 | 1 | -1/+4 |
| | |||||
* | abuild.conf: simplify. only set CHOST and let abuild detect the rest | Natanael Copa | 2013-08-01 | 1 | -9/+3 |
| | |||||
* | abuild: make it configurable what to cleanup and when | Natanael Copa | 2013-08-01 | 2 | -6/+22 |
| | | | | | | | | 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. | ||||
* | abuild: set and export a default CC | Natanael Copa | 2013-08-01 | 1 | -0/+3 |
| | | | | | seems like configure thinks we are crosscompiling unless we set CC when --build and --host are specified. | ||||
* | ap: add #! in front of lua path | Natanael Copa | 2013-08-01 | 1 | -1/+1 |
| |