summaryrefslogtreecommitdiff
path: root/functions.sh.in
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31fix permissionsNatanael Copa1-0/+0
2013-10-25functions: rename prog to programNatanael Copa1-1/+1
2013-10-25abuild: move various functions to the shared functions.shNatanael Copa1-46/+85
specifically, every script that reads/parses ./APKBUILD needs to set CARCH.
2013-07-09functions: msg should always return successNatanael Copa1-2/+6
Otherwise abuild-sign will end with error
2013-07-09functions: also honor .abuild file at gitbaseDubiousjim1-0/+2
This permits introducing branch-specific modifications to abuild.conf settings. Any settings there override /etc/abuild.conf and $HOME/.abuild/abuild.conf.
2013-07-09various: fancier readconfig, permit env overridesDubiousjim1-14/+61
2013-07-09apkgrel, functions: refactor calculation of APKBUILD's pathDubiousjim1-0/+13
2013-07-09various: s/echo/msg/, s/echo/error/, tweak error messagesDubiousjim1-1/+1
2013-07-09abump, functions: refactor (and verify) calculation of APKBUILD pathDubiousjim1-0/+12
2013-07-09various: move conf-loading and i/o to functionsDubiousjim1-0/+76