This commit is contained in:
parent
7f1cf4a359
commit
f4b600c042
|
@ -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 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:
|
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
|
if ! cabal build; then cabal configure; cabal build; fi
|
||||||
Building propellor-0.8.1...
|
Building propellor-0.8.1...
|
||||||
Preprocessing library 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?)
|
** 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)
|
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...
|
I am puzzled...
|
||||||
|
|
Loading…
Reference in New Issue