summaryrefslogtreecommitdiff
path: root/abuild-keygen.in
AgeCommit message (Collapse)AuthorFilesLines
2016-08-23replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka1-1/+1
2016-08-23indent heredocs when possibleJakub Jirutka1-12/+12
2013-10-25abuild-keygen: cosmetic improvement on help textNatanael Copa1-1/+2
2013-10-25functions: rename abuild_ver to program_versionNatanael Copa1-2/+2
2013-10-25functions: rename prog to programNatanael Copa1-3/+3
2013-07-09various: fancier readconfig, permit env overridesDubiousjim1-7/+7
2013-07-09various: s/echo/msg/, s/echo/error/, tweak error messagesDubiousjim1-1/+1
2013-07-09abuild_keygen: several tweaksDubiousjim1-9/+6
* make vars local * refactor calculation of default_name * make non_interactive=1 * tweak error message * tweak sed command
2013-07-09various: use long options, rework usagesDubiousjim1-19/+35
2013-07-09various: move conf-loading and i/o to functionsDubiousjim1-14/+6
2013-07-09abuild-keygen: refactorDubiousjim1-58/+61
2013-07-08various: tweak opening comments, whitespaceDubiousjim1-3/+1
Also remove incomplete efforts at listing "Depends on: ..."
2010-12-20abuild-keygen: implement -q for quiet modeNatanael Copa1-15/+24
2010-12-20abuild-keygen: implement -n for non-interactive modeNatanael Copa1-11/+18
2009-07-24abuild-keygen: append hex timestamp to default key nameNatanael Copa1-2/+2
2009-07-23abuild-keygen: use -a to add the needed config settingNatanael Copa1-3/+20
So basicly, running 'abuild-keygen -a -i' will be all you need to do to be able to use abuild-sign and install the signed packages.
2009-07-22abuild-keygen: support for -i to install pubkey to /etc/apk/keysNatanael Copa1-4/+32
2009-07-22abuild-keygen: new utility to generate keys for signing packagesNatanael Copa1-0/+65