summaryrefslogtreecommitdiff
path: root/doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA02015-03-27 04:28:37 +0000
committeradmin2015-03-27 04:28:37 +0000
commit604a86529219470e1ef920c5a02aebfd80940c46 (patch)
tree5fba04cefc866d48440434fa7ec2e3701ece0d35 /doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn
parent9386cd38457dcf126e0c5d9f1b12c2eb38242f51 (diff)
Diffstat (limited to 'doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn')
-rw-r--r--doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn39
1 files changed, 16 insertions, 23 deletions
diff --git a/doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn b/doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn
index 99f155e1..1fde595c 100644
--- a/doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn
+++ b/doc/forum/trying_to_--spin_to_a_sid+experimental_machine.mdwn
@@ -251,8 +251,8 @@ rx@varenne ~/work/propellor $
```
I should add, that I have tried to --spin to another
-machine, my laptop, that runs plain testing, thus I figured,
-that should somehow be simpler
+machine, and ... finally got that working:
+
```
, host "laptop"
@@ -260,38 +260,31 @@ that should somehow be simpler
```
Not sure, if I need more than that, want to keep it to the
-minimum first, anyway
+minimum first, anyway:
```
propellor --spin laptop
```
-finally fails as well (and the output is maybe not that readable,
-as there are several things being written at once,
-another try had a clearer result:
-`cabal: can't find source for config in src`
-)
+this works, yeah - sorry for the noise, above - but still I get
```
-...
-All the requested packages are already installed:
-Use --reinstall if you want to reinstall anyway.
-Resolving dependencies...
-Configuring propellor-2.2.1...
-Building propellor-2.2.1...
-Preprocessing library propellor-2.2.1...
-In-place registering propellor-2.2.1...
-Preprocessing executable 'propellor' for propellor-2.2.1...
-Preprocessicabal: can'ng executable 'propellor-config' ft find soor propellor-2.2.1...
-urce for config in src
-propellor: user error (ssh ["-o","ControlPath=/home/rx/.ssh/propellor/laptop.sock","-o","ControlMaster=auto","-o","ControlPersist=yes","root@laptop","sh -c 'if [ ! -d /usr/local/propellor/.git ] ; then (if ! git --version >/dev/null; then apt-get update && apt-get --no-install-recommends --no-upgrade -y install git; fi && echo STATUSNeedGitClone) || echo STATUSNeedPrecompiled ; else cd /usr/local/propellor && if ! test -x ./propellor; then ( apt-get update ; apt-get --no-upgrade --no-install-recommends -y install gnupg ; apt-get --no-upgrade --no-install-recommends -y install ghc ; apt-get --no-upgrade --no-install-recommends -y install cabal-install ; apt-get --no-upgrade --no-install-recommends -y install libghc-async-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-missingh-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-hslogger-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-unix-compat-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-ansi-terminal-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-ifelse-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-network-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-quickcheck2-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-mtl-dev ; apt-get --no-upgrade --no-install-recommends -y install libghc-monadcatchio-transformers-dev ; cabal update ; cabal install --only-dependencies ) || true && cabal configure && cabal build && ln -sf dist/build/propellor-config/propellor-config propellor; fi && ./propellor --boot laptop ; fi'"] exited 1)
-rx@varenne ~/work/propellor $
+Git commit ... done
+To git://propellor.branchable.com/
+ ! [rejected] master -> master (fetch first)
+error: failed to push some refs to 'git://propellor.branchable.com/'
+hint: Updates were rejected because the remote contains work that you do
+hint: not have locally. This is usually caused by another repository pushing
+hint: to the same ref. You may want to first integrate the remote changes
+hint: (e.g., 'git pull ...') before pushing again.
+hint: See the 'Note about fast-forwards' in 'git push --help' for details.
+Push to central git repository ... failed
```
-Any idea?
+Possible to turn off these git push attempts?
+
Thanks,
Andreas
-