diff options
| author | pelle@ba198ff1d4d5d5f4a0940522e68695a99a1ce0ee <pelle@web> | 2015-10-04 08:53:25 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-10-04 08:53:25 +0000 |
| commit | 863b66aac7438a5c170338a5c21a56191e92e370 (patch) | |
| tree | 3a5ebf628767010e6ead410c264353843bc35af8 /doc | |
| parent | da2d03681b8f115bd5a965596beb56a0f90bea4f (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/propellor_--add-key_fails.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/forum/propellor_--add-key_fails.mdwn b/doc/forum/propellor_--add-key_fails.mdwn new file mode 100644 index 00000000..44d8b394 --- /dev/null +++ b/doc/forum/propellor_--add-key_fails.mdwn @@ -0,0 +1,26 @@ +Hi, + +When following the instructions on the web site, I get the following error in step 4: +``` +olpe4718@admin:~$ propellor --add-key CD9BFD10 +Building propellor-2.8.0... +Preprocessing library propellor-2.8.0... +In-place registering propellor-2.8.0... +Preprocessing executable 'propellor' for propellor-2.8.0... +Preprocessing executable 'propellor-config' for propellor-2.8.0... +Propellor build ... done + + +gpg: privdata/keyring.gpg: nyckelring skapad +gpg: nyckel CD9BFD10: publika nyckeln "Per Olofsson (DSV) <pelle@dsv.su.se>" importerades +gpg: Totalt antal behandlade enheter: 1 +gpg: importerade: 1 (RSA: 1) +adding key to propellor's keyring ... done +staging propellor's keyring ... done +updating encryption of any privdata ... done +configuring git commit signing to use key ... done +error: pathspec 'privdata/privdata.gpg' did not match any file(s) known to git. +committing changes ... failed +``` + +Simply running `git commit -S` afterwards seems to work though. |
