summaryrefslogtreecommitdiffstats
path: root/abuild-sign.in
Commit message (Collapse)AuthorAgeFilesLines
* abuild-sign: actually catch errors while signingAndrei Belov2019-03-051-2/+3
|
* abuild-sign: fall back to libressl if openssl is missingNatanael Copa2019-01-101-1/+2
| | | | | openssl binary may be missing while migrating system from libressl to openssl. Make sure we can always sign the backage if either is there.
* abuild: call tar portablyA. Wilcox2017-06-231-1/+1
|
* abuild-sign: indent heredocJakub Jirutka2016-11-231-8/+8
|
* replace deprecated `...` syntax with $(...) in shell scriptsJakub Jirutka2016-08-231-1/+1
|
* indent heredocs when possibleJakub Jirutka2016-08-231-12/+12
|
* abuild-sign: add -e/--installed optionNatanael Copa2013-10-251-4/+9
| | | | | | This is supposed to be used in abuild only to make it possible to exit with error early, before package is built, in case the signing key is missing.
* abuild-sign: cosmetic improvement of 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-4/+4
|
* various: fancier readconfig, permit env overridesDubiousjim2013-07-091-2/+2
|
* various: s/echo/msg/, s/echo/error/, tweak error messagesDubiousjim2013-07-091-4/+2
|
* abuild-sign: fix a race conditionDubiousjim2013-07-091-1/+1
|
* abuild-sign: wrap cd in a subshell, use set -eDubiousjim2013-07-091-2/+5
|
* abuild-sign: make vars localDubiousjim2013-07-091-0/+2
|
* abuild-sign: reformat error outputDubiousjim2013-07-091-7/+9
|
* various: use long options, rework usagesDubiousjim2013-07-091-14/+31
|
* various: move conf-loading and i/o to functionsDubiousjim2013-07-091-14/+5
|
* abuild-sign: refactorDubiousjim2013-07-091-22/+25
|
* various: tweak opening comments, whitespaceDubiousjim2013-07-081-3/+1
| | | | Also remove incomplete efforts at listing "Depends on: ..."
* abuild-sign: remove temp signatureNatanael Copa2009-11-021-2/+1
|
* abuild-sign: set permissions on signed index to 644Natanael Copa2009-09-141-0/+1
| | | | mktemp set it to 600 so we need to manually set it to 644
* abuild-sign: use mktemp for temp files. add -q option for quietNatanael Copa2009-07-231-9/+17
|
* abuild-sign: initial commitNatanael Copa2009-07-221-0/+80
we can only sign indexes so far