diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-07-05 00:21:39 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-09 07:13:46 +0000 |
commit | cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc (patch) | |
tree | f0d6a0c1af2e1e8b0286b0435c5dcdc7958950ac /abuild-sign.in | |
parent | 89afa4179287af307e298f6027dc4eee44bcf481 (diff) | |
download | abuild-cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc.tar.gz abuild-cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc.tar.bz2 abuild-cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc.tar.xz abuild-cfa6c7d67ab934dfe1dd083f11f2ce4dcc400afc.zip |
various: fancier readconfig, permit env overrides
Diffstat (limited to 'abuild-sign.in')
-rw-r--r-- | abuild-sign.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abuild-sign.in b/abuild-sign.in index c1a0c77..f00c0a1 100644 --- a/abuild-sign.in +++ b/abuild-sign.in @@ -85,9 +85,9 @@ if [ -z "$privkey" ]; then cat >&2 << __EOF__ No private key found. Use 'abuild-keygen' to generate the keys. Then you can either: - * set the PACKAGER_PRIVKEY in $abuild_userconf + * set the PACKAGER_PRIVKEY in $ABUILD_USERCONF ('abuild-keygen -a' does this for you) - * set the PACKAGER_PRIVKEY in $abuild_conf + * set the PACKAGER_PRIVKEY in $ABUILD_CONF * specify the key with the -k option to $prog __EOF__ |