summaryrefslogtreecommitdiff
path: root/doc/forum/propellor_--add-key_fails.mdwn
blob: 44d8b3942646cc813ce097959af4c5d366968ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.