diff options
| author | picca <picca@web> | 2015-07-30 17:52:53 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-07-30 17:52:53 +0000 |
| commit | b39f55238106774e5a078c968e2b55188506ff30 (patch) | |
| tree | fe66e5c9dcf4a7ec9dfb42e8a831855869016422 /doc | |
| parent | 1c1865da6d74334679b786ef1a7674daad2aa987 (diff) | |
Added a comment: try to use the fix
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/gitpush_problem/comment_5_4075a141f6345267ade09f6c793dc2c8._comment | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/forum/gitpush_problem/comment_5_4075a141f6345267ade09f6c793dc2c8._comment b/doc/forum/gitpush_problem/comment_5_4075a141f6345267ade09f6c793dc2c8._comment new file mode 100644 index 00000000..b38bb004 --- /dev/null +++ b/doc/forum/gitpush_problem/comment_5_4075a141f6345267ade09f6c793dc2c8._comment @@ -0,0 +1,33 @@ +[[!comment format=mdwn + username="picca" + subject="try to use the fix" + date="2015-07-30T17:52:53Z" + content=""" +Hello I built the debian package of your git repository with debuild and installed it. + +then I run propellor in order to upgrade my local repo + +:~/.propellor$ 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, find the most recent commit in your repository's history that corresponds to an upstream release of propellor, and set refs/remotes/upstream/master to it. Then run propellor again. + +So I followed the advices, found the most recent commit which was the one created when I run for the first time propellor cb7f1acc108609b345dbec26d8113513bf7b4ece + +But now when I run propellor,I get thir message + +:~/.propellor$ 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 + + +But when I try the merge, + +~/.propellor$ git merge upstream/master +Already up-to-date. + + +so nothing happend + +"""]] |
