summaryrefslogtreecommitdiffstats
path: root/functions.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* functions: rename eglibc to glibc and use 'unknown' for unknown libcNatanael Copa2014-06-201-2/+2
|
* functions: only enable colors on terminalsNatanael Copa2014-04-301-1/+1
| | | | We dont want wolors enabled when output is a file or a pipe
* fix permissionsNatanael Copa2014-03-311-0/+0
|
* functions: rename prog to programNatanael Copa2013-10-251-1/+1
|
* abuild: move various functions to the shared functions.shNatanael Copa2013-10-251-46/+85
| | | | | specifically, every script that reads/parses ./APKBUILD needs to set CARCH.
* functions: msg should always return successNatanael Copa2013-07-091-2/+6
| | | | Otherwise abuild-sign will end with error
* functions: also honor .abuild file at gitbaseDubiousjim2013-07-091-0/+2
| | | | | This permits introducing branch-specific modifications to abuild.conf settings. Any settings there override /etc/abuild.conf and $HOME/.abuild/abuild.conf.
* various: fancier readconfig, permit env overridesDubiousjim2013-07-091-14/+61
|
* apkgrel, functions: refactor calculation of APKBUILD's pathDubiousjim2013-07-091-0/+13
|
* various: s/echo/msg/, s/echo/error/, tweak error messagesDubiousjim2013-07-091-1/+1
|
* abump, functions: refactor (and verify) calculation of APKBUILD pathDubiousjim2013-07-091-0/+12
|
* various: move conf-loading and i/o to functionsDubiousjim2013-07-091-0/+76