Commit Graph

782 Commits

Author SHA1 Message Date
Natanael Copa 5f395a8e80 abump: fix bumping repo/name-<version> 2014-10-30 09:48:22 +00:00
Natanael Copa 91e2db6baf abump: die if version is missing 2014-10-30 08:10:39 +00:00
Natanael Copa f1b0b3de5e abuild: remove debug message
this was added by mistake
2014-10-02 09:21:47 +00:00
Natanael Copa aa74d0eccc abuild: add 'index' subcommand to refresh the abuild repo index
this is a convenience synonym to update_abuildrepo_index
2014-09-25 07:50:19 +00:00
Natanael Copa 046cebc28b abuild: sort commands in helptext alpabetically 2014-09-25 07:49:31 +00:00
Natanael Copa febda24d52 abuild: use cat <<EOF instead of tons of echo for help text
no code changes
2014-09-25 07:49:31 +00:00
Natanael Copa 9842fbe437 abuild: update abuildrepo index after cleanoldpkg 2014-09-25 07:42:01 +00:00
Natanael Copa 7af694c9ad abuild: check for suid binaries
Rais an error when binaries with suid bit set found. You need set
options="suid" to allow it.
2014-09-25 07:34:57 +00:00
Eivind Uggedal 6bc28a2a1c abuild: fix typo in help for -A 2014-06-23 15:47:53 +02:00
Eivind Uggedal cabeb70e10 abuild: compress man pages 2014-06-23 07:47:51 +00:00
Natanael Copa 72f5a04b7f functions: rename eglibc to glibc and use 'unknown' for unknown libc 2014-06-20 08:38:03 +00:00
Natanael Copa cc43223da1 abuild.conf: default to musl 2014-06-20 08:36:27 +00:00
Natanael Copa aed6c05351 ==== release 2.20.1 ==== 2014-04-30 14:01:29 +00:00
Natanael Copa 4738deefdd abuild: show 'prepare' in help text
ref #2878
2014-04-30 13:59:18 +00:00
Natanael Copa 5f5c9a7adb ignore generated functions.sh 2014-04-30 13:54:08 +00:00
Natanael Copa e65307d6d1 functions: only enable colors on terminals
We dont want wolors enabled when output is a file or a pipe
2014-04-30 13:53:17 +00:00
Natanael Copa 62d0c7b832 cleanup: remove cmp-apks-iso
its included with alpine-iso
2014-03-31 12:02:25 +00:00
Natanael Copa f9e5359fc7 ==== release 2.20.0 ==== 2014-03-31 11:49:48 +00:00
Natanael Copa 081200069e initramfs-init: removed
is provided from mkinitfs
2014-03-31 11:49:48 +00:00
Natanael Copa ad9db219b8 fix permissions 2014-03-31 11:49:48 +00:00
Natanael Copa 1fd736db9d TODO: removed
it was unmaintained
2014-03-31 11:49:48 +00:00
Natanael Copa 9994080738 remove lua module aports.lua and ap utility
Those are now provided from lua-aports
2014-03-31 11:45:09 +00:00
Natanael Copa 2d9dd59b67 abuild: add -A for print arch 2014-03-31 08:51:50 +00:00
Bartłomiej Piotrowski 3a48923aa5 abuild: fix typo in rpath warning 2014-03-18 13:58:29 +01:00
Carlo Landmeter 7f56562337 abuild: switch to svn co instead of export
Some projects use the svn revision in the version number.
svn co brings back the revision number but increases the archive size.
2014-02-18 08:43:48 +00:00
Carlo Landmeter 9d300d72e4 abuild: fix typo in snapshot help 2014-02-18 08:42:01 +00:00
Natanael Copa 1f3f8921ec ==== release 2.19.2 ==== 2014-01-23 07:35:11 +00:00
Natanael Copa 9f23ed5409 checkapk: run apk fetch in quiet mode to workaround bug in apk fetch
apk fetch --stdout will mix the progress bar with data output. We work
around this by run it in quiet mode.
2014-01-23 07:25:54 +00:00
Natanael Copa 9cb1ad3cff abuild: implement -dbg subpackages
Patch from Andrew Manison.

ref #626
2014-01-16 14:33:45 +01:00
Natanael Copa 8d6009110c abuild: exit with error if pkgrel is unset 2014-01-13 12:38:58 +00:00
Natanael Copa af19c757de buildrepo: set pkgrel to 0 by default 2014-01-13 12:38:58 +00:00
Natanael Copa abfc6c29ef aports.lua: read functions.sh so we get the CARCH set 2014-01-13 12:38:15 +00:00
Natanael Copa 8b9f1f2448 ==== release 2.19.1 ==== 2014-01-06 13:37:28 +00:00
Natanael Copa cb2c174100 abuild: filter out empty lines when scanning for SO dependencies
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)
2014-01-06 13:32:59 +00:00
Timo Teräs eee827b16b abuild: use posix syntax for find 2014-01-03 23:15:09 +02:00
Natanael Copa 612ef9d934 ======== release 2.19.0 ======== 2013-12-16 10:37:05 +00:00
Natanael Copa a1baec0f6b abuild-sudo: forbid use of --allow-untrusted
It means that home built packages cannot be installed with abuild-apk
unless the key is installed system-wide.
2013-12-16 10:21:28 +00:00
Natanael Copa c7d94591a5 buildrepo: support for -k option for keep-going
This option will make buildrepo continue build even if some package
fails. It is an 'build what you can' option.
2013-12-16 09:50:16 +00:00
Natanael Copa 212ba26389 abuild: log repo/pkgname-version 2013-12-16 07:36:00 +00:00
Natanael Copa 60dda6785f newapkbuild: detect github archives 2013-11-21 09:21:50 +00:00
Leslie P. Polzer b4fb3c6a81 abuild: print a message if aborting due to architecture mismatch. 2013-11-15 16:04:04 +00:00
Natanael Copa ef0d32d15a abuild: add support for ABUILD_BLACKLIST
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.
2013-11-01 09:14:13 +00:00
Natanael Copa a0d3624b05 abuild: remove debug message 2013-11-01 09:01:26 +00:00
Leslie P. Polzer 3ba814494f Fix typo (busbox -> busybox). 2013-10-31 12:55:38 +00:00
Natanael Copa 92a0f2da31 abuild: move /usr/share/help to -doc subpackage 2013-10-31 12:55:23 +00:00
Natanael Copa e4e991835e ======== release 2.18.0 ======== 2013-10-25 08:45:03 +00:00
Natanael Copa 46dc398114 abuild: check early for signing keys
fi the signing key is missing we will fail. Rather than fail after
compile we check existance of signing keys before we start.
2013-10-25 08:43:14 +00:00
Natanael Copa 98fe44cb73 abuild: also install 'depends' with 'abuild deps'
fixes #2270
2013-10-25 08:20:21 +00:00
Natanael Copa beb15ad8ba newapkbuild: cosmetic fix for help message 2013-10-25 08:14:10 +00:00
Natanael Copa f7e6d79ec3 apkgrel: cosmetic fixes for help message 2013-10-25 08:01:22 +00:00