summaryrefslogtreecommitdiffstats
path: root/abuild-keygen.in
Commit message (Collapse)AuthorAgeFilesLines
* abuild-keygen: cosmetic improvement on help textNatanael Copa2013-10-251-1/+2
|
* functions: rename abuild_ver to program_versionNatanael Copa2013-10-251-2/+2
|
* functions: rename prog to programNatanael Copa2013-10-251-3/+3
|
* various: fancier readconfig, permit env overridesDubiousjim2013-07-091-7/+7
|
* various: s/echo/msg/, s/echo/error/, tweak error messagesDubiousjim2013-07-091-1/+1
|
* abuild_keygen: several tweaksDubiousjim2013-07-091-9/+6
| | | | | | | | * make vars local * refactor calculation of default_name * make non_interactive=1 * tweak error message * tweak sed command
* various: use long options, rework usagesDubiousjim2013-07-091-19/+35
|
* various: move conf-loading and i/o to functionsDubiousjim2013-07-091-14/+6
|
* abuild-keygen: refactorDubiousjim2013-07-091-58/+61
|
* various: tweak opening comments, whitespaceDubiousjim2013-07-081-3/+1
| | | | Also remove incomplete efforts at listing "Depends on: ..."
* abuild-keygen: implement -q for quiet modeNatanael Copa2010-12-201-15/+24
|
* abuild-keygen: implement -n for non-interactive modeNatanael Copa2010-12-201-11/+18
|
* abuild-keygen: append hex timestamp to default key nameNatanael Copa2009-07-241-2/+2
|
* abuild-keygen: use -a to add the needed config settingNatanael Copa2009-07-231-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.
* abuild-keygen: support for -i to install pubkey to /etc/apk/keysNatanael Copa2009-07-221-4/+32
|
* abuild-keygen: new utility to generate keys for signing packagesNatanael Copa2009-07-221-0/+65