summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Key_sign_problem.mdwn42
-rw-r--r--doc/news/version_0.5.2.mdwn9
-rw-r--r--doc/news/version_0.8.1.mdwn7
3 files changed, 49 insertions, 9 deletions
diff --git a/doc/forum/Key_sign_problem.mdwn b/doc/forum/Key_sign_problem.mdwn
new file mode 100644
index 00000000..18502a9b
--- /dev/null
+++ b/doc/forum/Key_sign_problem.mdwn
@@ -0,0 +1,42 @@
+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...
+ In-place registering propellor-0.8.1...
+ Preprocessing executable 'propellor' for propellor-0.8.1...
+ Preprocessing executable 'propellor-config' for propellor-0.8.1...
+ [46 of 46] Compiling Main ( src/config.hs, dist/build/propellor-config/propellor-config-tmp/Main.o )
+ Linking dist/build/propellor-config/propellor-config ...
+ ln -sf dist/build/propellor-config/propellor-config propellor
+
+
+ if ! cabal build; then cabal configure; cabal build; fi
+ Building propellor-0.8.1...
+ Preprocessing library propellor-0.8.1...
+ In-place registering propellor-0.8.1...
+ Preprocessing executable 'propellor' for propellor-0.8.1...
+ Preprocessing executable 'propellor-config' for propellor-0.8.1...
+ ln -sf dist/build/propellor-config/propellor-config propellor
+ Propellor build ... done
+ gpg: skipped "Arnaud Bailly <abailly@foldlabs.com>": No secret key
+ gpg: signing failed: No secret key
+ error: gpg failed to sign the data
+ fatal: failed to write commit object
+ Everything up-to-date
+ From https://github.com/joeyh/propellor
+ 9a31b95..8aabde7 joeyconfig -> origin/joeyconfig
+ Git fetch ... done
+ ** warning: git branch origin/master is not signed with a trusted gpg key; refusing to deploy it! (Running with previous configuration instead.)
+ propellor: Cannot continue!
+ ** error: Propellor does not know about host: 188.226.133.217
+ (Perhaps you should specify the real hostname on the command line?)
+ (Or, edit propellor's config.hs to configure this host)
+ 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...
diff --git a/doc/news/version_0.5.2.mdwn b/doc/news/version_0.5.2.mdwn
deleted file mode 100644
index b1a01738..00000000
--- a/doc/news/version_0.5.2.mdwn
+++ /dev/null
@@ -1,9 +0,0 @@
-propellor 0.5.2 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * A bug that caused propellor to hang when updating a running docker
- container appears to have been fixed. Note that since it affects
- the propellor process that serves as "init" of docker containers,
- they have to be restarted for the fix to take effect.
- * Licence changed from GPL to BSD.
- * A few changes to allow building Propellor on OSX. One user reports
- successfully using it there."""]] \ No newline at end of file
diff --git a/doc/news/version_0.8.1.mdwn b/doc/news/version_0.8.1.mdwn
new file mode 100644
index 00000000..963b4a80
--- /dev/null
+++ b/doc/news/version_0.8.1.mdwn
@@ -0,0 +1,7 @@
+propellor 0.8.1 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Run apt-get update in initial bootstrap.
+ * --list-fields now includes a table of fields that are not currently set,
+ but would be used if they got set.
+ * Remove .gitignore from cabal file list, to avoid build failure on Debian.
+ Closes: #[754334](http://bugs.debian.org/754334)"""]] \ No newline at end of file