summaryrefslogtreecommitdiffstats
path: root/abuild-keygen.in
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the SUDO variableLeo2020-03-231-3/+6
| | | | This can be used to pick another tool to elevate privileges.
* abuild-keygen: make size of private key configurableSören Tempel2019-12-231-7/+11
| | | | | | Previously, a key size of 2048 bits was hardcoded. While this is still the default, it can now be changed. Additionally, the default key size might be changed to 4096 in the future.
* allow override sharedir for testingNatanael Copa2019-11-071-1/+1
| | | | | Aloow overrid sharedir with global ABUILD_SHAREDIR so we test the local functions.sh instead of a system installed functions.sh
* rename datadir -> sharedirNatanael Copa2019-11-071-4/+4
| | | | | abuild uses datadir as local variable in various functions. Rename the global datadir to sharedir to avoid confusion.
* replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka2016-08-231-1/+1
|
* indent heredocs when possibleJakub Jirutka2016-08-231-12/+12
|
* 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