Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-04 | abuild: add provides information | Natanael Copa | 1 | -1/+4 | |
2012-09-04 | abuild: use scanelf --soname to find the provides-so | Natanael Copa | 1 | -2/+7 | |
2012-05-23 | abuild: add support for uncompressed tar archives | Natanael Copa | 1 | -0/+3 | |
2012-04-24 | abuild: create group before user | Natanael Copa | 1 | -6/+6 | |
2012-02-29 | abuild: allow skip FHS check | Natanael Copa | 1 | -6/+8 | |
some package (alpine-baselayout) needs to create /usr/local/bin etc. | |||||
2012-02-29 | abuild: check for FHS forbidden dirs | Natanael Copa | 1 | -0/+7 | |
2012-02-28 | abuild: use file descriptor 9 instead of 200 | Natanael Copa | 1 | -3/+3 | |
POSIX only requires that filedesriptors 0-9 are available for shell redirections. | |||||
2012-02-22 | abuild: fix replaces_priority | Natanael Copa | 1 | -2/+3 | |
was totally broke. | |||||
2012-02-17 | abuild: always add -k to curl in case http -> https redirects | Natanael Copa | 1 | -1/+1 | |
2012-02-17 | abuild: add support for replaces_priority | Natanael Copa | 1 | -0/+7 | |
2012-02-17 | abuild: do not create the apk index as root | Natanael Copa | 1 | -8/+9 | |
2012-02-17 | abuild: no longer require wget in makedepends if https | Natanael Copa | 1 | -1/+1 | |
we depend on curl instead | |||||
2012-02-17 | abuild: remove dependency of sudo | Natanael Copa | 1 | -12/+14 | |
use the abuild-sudo tool instead fixes #951 | |||||
2012-02-14 | abuild: check for non-PIE suid files | Natanael Copa | 1 | -0/+9 | |
fixes #955 | |||||
2012-02-13 | abuild: create the pkgusers/pkggroups as system users | Natanael Copa | 1 | -2/+2 | |
2012-02-13 | abuild: run postcheck for subpackages as well | Natanael Copa | 1 | -14/+23 | |
2012-02-13 | abuild: fix post check messages | Natanael Copa | 1 | -3/+3 | |
2012-02-13 | abuild: warn if world writable directories are found | Natanael Copa | 1 | -0/+6 | |
2012-02-13 | abuild: warn if chown, chmod or chgrp found in install scripts | Natanael Copa | 1 | -0/+6 | |
2012-02-13 | abuild: add msg2(), warning2() and error2() | Natanael Copa | 1 | -4/+20 | |
For a second, indented message line. | |||||
2012-01-20 | abuild: busybox flock does not support -w | Natanael Copa | 1 | -1/+1 | |
2012-01-20 | abuild: implement locking of downloaded files | Natanael Copa | 1 | -1/+19 | |
We need locking Since the build servers use a shared download dir and multiple vservers might want download same file at same time. fixes #873 | |||||
2011-12-20 | abuild: fail fetch on http 404 errors | Natanael Copa | 1 | -1/+2 | |
curl does not fail by default. it downloads the 404 error page instead so we need add -f option to curl. | |||||
2011-12-19 | abuild: cleanup. remove dead code | Natanael Copa | 1 | -5/+0 | |
Not been used for ages. | |||||
2011-12-16 | abuild: make curl follow redirects | Natanael Copa | 1 | -2/+6 | |
2011-12-16 | abuild: use curl by default. fallback to wget if curl is missing | Natanael Copa | 1 | -6/+27 | |
fixes #871 | |||||
2011-12-14 | abuild: fix typo | Natanael Copa | 1 | -1/+1 | |
2011-12-14 | abuild: fix typo and prettify warning message | Natanael Copa | 1 | -1/+2 | |
2011-12-14 | abuild: allow override sanitycheck | Natanael Copa | 1 | -1/+5 | |
2011-11-01 | abuild: verify names of subpackages | Natanael Copa | 1 | -0/+7 | |
This is to avoid things like: http://git.alpinelinux.org/cgit/aports/commit/?id=81c0a4bb37e709ebc5add8394331d28209a61b6f | |||||
2011-10-03 | abuild: fix pkgdesc and install_if for -lang packages | Natanael Copa | 1 | -1/+1 | |
2011-10-03 | abuild: add warning if /usr/share/local found | Natanael Copa | 1 | -0/+4 | |
2011-09-30 | abuild: implement automatic -lang subpackages | Natanael Copa | 1 | -0/+15 | |
2011-09-02 | abuild: make it possible to override lang_subpkg | Natanael Copa | 1 | -4/+12 | |
We alos introduce $langdir where you can set other dir to look for localization dirs. | |||||
2011-06-30 | abuild: fix install script verification | Natanael Copa | 1 | -1/+1 | |
we might have '.' in pkgname as in gtk+2.0 | |||||
2011-06-29 | abuild: do not move *.la files to dev package and exit with error if found | Natanael Copa | 1 | -2/+8 | |
To be allowed to keep the .la files you need to add 'libtool' to $options | |||||
2011-06-28 | abuild: fix bug in install script detection | Natanael Copa | 1 | -1/+2 | |
2011-06-27 | abuild: implement new format for triggers variable | Natanael Copa | 1 | -16/+26 | |
it contains a list with all triggers for all subpackages. separate trigger script from path list with '=' separate paths in path list with ':' example: pkgname="foo" subpackages="foo-libs foo-dev" triggers="foo.trigger=/usr:/usr/lib/foo foo-libs.trigger=/usr:/usr/share/foo" | |||||
2011-06-27 | abuild: support for new style install scrits | Natanael Copa | 1 | -12/+5 | |
We need to list all install scripts in $install rather than specify it in subpackage | |||||
2011-06-27 | abuild: check sanity of install scripts | Natanael Copa | 1 | -1/+10 | |
we check early that suffix is valid and that we have a matching pkgname or subpackage | |||||
2011-05-18 | abuild: do debug builds with DEBUG=1 | Natanael Copa | 1 | -0/+6 | |
2011-05-05 | abuild: be quiet when uninstalling build dependencies | Natanael Copa | 1 | -1/+2 | |
We don't really need to see what packages gets uninstalled, but error messages might be nice to see. So we are quiet when uninstalling. | |||||
2011-04-18 | abuild: reset triggers for subpackages | Natanael Copa | 1 | -0/+1 | |
only main package has the trigger | |||||
2011-04-17 | abuild: fix user creation when group exists | Natanael Copa | 1 | -1/+5 | |
2011-04-06 | abuild: fix for REPODEST | Natanael Copa | 1 | -2/+6 | |
we need set the $CARCH in the package destination needs also to be passed over for recursive action | |||||
2011-04-04 | abuild: remove broken noarch stuff. force CARCH for abuildrepo | Natanael Copa | 1 | -20/+6 | |
2011-04-04 | abuild: move abuildrepo to ~/.cache/abuild/$repo | Natanael Copa | 1 | -24/+14 | |
We no require apk-tools-2.1 | |||||
2011-04-04 | abuild: fix check if abuildindex is up 2 date | Natanael Copa | 1 | -7/+22 | |
2011-04-01 | Merge branch '2.7' | Natanael Copa | 1 | -1/+1 | |
2011-04-01 | abuild: always fail when checksums does not match | Natanael Copa | 1 | -1/+1 | |