summaryrefslogtreecommitdiffstats
path: root/abuild-sign.in
Commit message (Collapse)AuthorAgeFilesLines
* 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