This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawm-czsfuWENKQ0GI8l0gnGTeF1JEli1mA0 2015-03-27 04:28:37 +00:00 committed by admin
parent 9386cd3845
commit 604a865292
1 changed files with 16 additions and 23 deletions

View File

@ -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