summaryrefslogtreecommitdiff
path: root/doc/forum/Shared_connection_to_xxx_closed..mdwn
blob: ddcbd90ce4694de930757576dfd508287b893f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Hello,

yesterday I was affected by a power outrage will deploying a machine with propellor.
Once restarted, I discovered that my git repository containing the propello (aka. ~/.propellor) was corrupted some  objects were empty).
So I decided to  make a clean clone of my central propellor repository.

what I did exactly, is
mv ~/.propello ~/.propellor.orig
mkdir ~/.propellor
cd ~/.propellor && git init
cp ~/.propellor.orig/.git/config ~/.propellor/.git/

then I did

git pull --all

but now when I run propellor, I get this error message.

:~$ propellor
** warning: ** Your /home/picca/.propellor is out of date..
   A newer upstream version is available in /usr/src/propellor/propellor.git
   To merge it, run: git merge upstream/master
   
Building propellor-2.7.3...
Preprocessing library propellor-2.7.3...
In-place registering propellor-2.7.3...
Preprocessing executable 'propellor' for propellor-2.7.3...
Preprocessing executable 'propellor-config' for propellor-2.7.3...
Propellor build ... done


Pull from central git repository ... done
git branch origin/master gpg signature verified; merging
Already up-to-date.
Building propellor-2.7.3...
Preprocessing library propellor-2.7.3...
In-place registering propellor-2.7.3...
Preprocessing executable 'propellor' for propellor-2.7.3...
Preprocessing executable 'propellor-config' for propellor-2.7.3...
Propellor build ... done

Une phrase secrète est nécessaire pour déverrouiller la clef secrète de
l'utilisateur : « Picca Frédéric-Emmanuel <picca@debian.org> »
clef RSA de 4096 bits, identifiant 4696E015, créée le 2011-02-14

[master dc8fbd3] propellor spin
Git commit ... done
Décompte des objets: 1, fait.
Écriture des objets: 100% (1/1), 862 bytes | 0 bytes/s, fait.
Total 1 (delta 0), reused 0 (delta 0)
To git+ssh://xxxxxxxx/propellor
   8b1647f..dc8fbd3  master -> master
Push to central git repository ... done
Shared connection to xxxxx closed.

I would like to know if you think this could be problem in propellor (I do not know all the magic involved in the deployment process of propellor).

thanks