problem accessing omapzoom server

69 views
Skip to first unread message

Gabi Voiculescu

unread,
Jul 11, 2011, 4:38:12 AM7/11/11
to omap...@googlegroups.com
Hello.

I attempted to obtain the pandroid Linux kernel source set by doing the steps described in [1]



As part of the steps I need to apply some patches by doing git interaction with the review.omapzoom.org server.


None of the patch commands commands described in the above mentioned Release Notes [1] are working as of July 9th. 


For example:
git fetch http://review.omapzoom.org/p/kernel/omap refs/changes/01/13001/2 && git cherry-pick FETCH_HEAD

now returs a

"fatal: http://review.omapzoom.org/p/kernel/omap/info/refs download error - The requested URL returned error: 403".


This is a recent problem as I have succeeded in performing these steps earlier in the week (July 5th).


Has there been a change in the omapzoom server last week? Is it a simple unwanted change in permissions on the omapzoom server side or I need a new way to apply the patches?


Thank you,

Gabi Voiculescu



[1] http://www.omappedia.org/wiki/PandaBoard_L27.12.1-P2_Release_Notes#Kernel_.26_Driver_Source.


Deva R

unread,
Jul 11, 2011, 6:44:26 AM7/11/11
to omap...@googlegroups.com
Hi, Can you check git client version being used?
make sure its 1.7 or later, to support anonymous http pull to work..

or i would recommend to configure ssh and use ssh pull
--
Regards,
Deva

Gabi Voiculescu

unread,
Jul 11, 2011, 9:10:45 AM7/11/11
to omap...@googlegroups.com
Hi.

Thank you for your reply.


Hi, Can you check git client version being used?
make sure its 1.7 or later, to support anonymous http pull to work..

It's version 1.6.0.4.

or i would recommend to configure ssh and use ssh pull

Thank you for the advice. So use something like:
git fetch user@ssh://review.omapzoom.org/p/kernel/omap refs/changes/01/13001/2 && git cherry-pick FETCH_HEAD
instead of

git fetch http://review.omapzoom.org/p/kernel/omap refs/changes/01/13001/2 && git cherry-pick FETCH_HEAD

But I'm not sure exactly how I can use ssh to connect to the server as I have no user-pass combination for it.

Gabi

Deva R

unread,
Jul 11, 2011, 9:56:33 AM7/11/11
to omap...@googlegroups.com
Hi Gabi,

>But I'm not sure exactly how I can use ssh to connect to the server as I have no user-pass combination for it.
its pretty simple, just follow the steps we used follow - http://omappedia.org/wiki/Gerrit#Setting_up_your_Account_with_Gerrit: 

>It's version 1.6.0.4.
use 1.6.6 or 1.7.0 or later one. http anonymous pull works with it 

Let us know if its resolved, or we can troubleshoot :)
--
Regards,
Deva

Reply all
Reply to author
Forward
0 new messages