Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Is BR's http git repo up-to-date?
@ 2011-10-10  8:16 Yegor Yefremov
  2011-10-10 10:28 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Yegor Yefremov @ 2011-10-10  8:16 UTC (permalink / raw)
  To: buildroot

Since last week if I execute git pull I always get "Already up-to-date." Even if I clone the http://git.buildroot.net/git/buildroot.git to a new folder my last commit message is

commit d1c54ade86e8cae6f0aa1bf1709941c70cea1af7
Author: Peter Korsgaard <jacmet@sunsite.dk>
Date:   Wed Oct 5 00:15:47 2011 +0200

    imagemagick: add optional fftw support

    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

Am I making something wrong? 

Best regards,
Yegor

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Is BR's http git repo up-to-date?
  2011-10-10  8:16 [Buildroot] Is BR's http git repo up-to-date? Yegor Yefremov
@ 2011-10-10 10:28 ` Peter Korsgaard
  2011-10-10 10:33   ` Yegor Yefremov
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-10-10 10:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:

 Yegor> Since last week if I execute git pull I always get "Already up-to-date." Even if I clone the http://git.buildroot.net/git/buildroot.git to a new folder my last commit message is
 Yegor> commit d1c54ade86e8cae6f0aa1bf1709941c70cea1af7
 Yegor> Author: Peter Korsgaard <jacmet@sunsite.dk>
 Yegor> Date:   Wed Oct 5 00:15:47 2011 +0200

 Yegor>     imagemagick: add optional fftw support

 Yegor>     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

 Yegor> Am I making something wrong? 

No, something has gone wrong.

For http access to work, you need to run git update-server-info on the
server to rewrite the refs. We did have a call to git-update-server-info
in hooks/post-update (notice the git-), but the legacy
git-update-server-info symlink is no longer present on the server,
causing it to fail.

Interesting, /usr/bin was updated just around that time, so it is
probably caused by a git upgrade that I wasn't informed about:

drwxr-xr-x   2 root   root     36K Oct  4 22:54 .

I've fixed it now, so hopefully it should work in the future. If not,
let me know.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Is BR's http git repo up-to-date?
  2011-10-10 10:28 ` Peter Korsgaard
@ 2011-10-10 10:33   ` Yegor Yefremov
  0 siblings, 0 replies; 3+ messages in thread
From: Yegor Yefremov @ 2011-10-10 10:33 UTC (permalink / raw)
  To: buildroot

Hi Peter,

>  Yegor> Since last week if I execute git pull I always get "Already up-to-date." Even if I clone the http://git.buildroot.net/git/buildroot.git to a new folder my last commit message is
>  Yegor> commit d1c54ade86e8cae6f0aa1bf1709941c70cea1af7
>  Yegor> Author: Peter Korsgaard <jacmet@sunsite.dk>
>  Yegor> Date:   Wed Oct 5 00:15:47 2011 +0200
>
>  Yegor>     imagemagick: add optional fftw support
>
>  Yegor>     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
>
>  Yegor> Am I making something wrong? 
>
> No, something has gone wrong.
>
> For http access to work, you need to run git update-server-info on the
> server to rewrite the refs. We did have a call to git-update-server-info
> in hooks/post-update (notice the git-), but the legacy
> git-update-server-info symlink is no longer present on the server,
> causing it to fail.
>
> Interesting, /usr/bin was updated just around that time, so it is
> probably caused by a git upgrade that I wasn't informed about:
>
> drwxr-xr-x   2 root   root     36K Oct  4 22:54 .
>
> I've fixed it now, so hopefully it should work in the future. If not,
> let me know.

It is working now. Thanks.

Yegor

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-10 10:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10  8:16 [Buildroot] Is BR's http git repo up-to-date? Yegor Yefremov
2011-10-10 10:28 ` Peter Korsgaard
2011-10-10 10:33   ` Yegor Yefremov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox