This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmtnXa0F3OsNh8H7yf5EEbtuufPZG-3StI 2014-07-18 07:06:51 +00:00 committed by admin
parent 7f1cf4a359
commit f4b600c042
1 changed files with 34 additions and 35 deletions

View File

@ -1,7 +1,6 @@
I am starting to use propellor and ran into a couple of issues that seems related to GPG keys handling.
I followed install procedure, added a GPG key, and signed commits. Here is the output from a propellor execution:
```
if ! cabal build; then cabal configure; cabal build; fi
Building propellor-0.8.1...
Preprocessing library propellor-0.8.1...
@ -38,6 +37,6 @@ Known hosts: mybox.example.com webserver.docker
** error: protocol error (perhaps the remote propellor failed to run?)
propellor: user error (ssh ["-o","ControlPath=/Users/arnaud/.ssh/propellor/188.226.133.217.sock","-o","ControlMaster=auto","-o","ControlPersist=yes","root@188.226.133.217","sh -c 'if [ ! -d /usr/local/propellor ] ; then apt-get update && apt-get --no-install-recommends --no-upgrade -y install git make && echo STATUSNeedGitClone ; else cd /usr/local/propellor && if ! test -x ./propellor; then make deps build; fi && ./propellor --boot 188.226.133.217 ; fi'"] exited 1)
```
I am puzzled...