All of lore.kernel.org
 help / color / mirror / Atom feed
* Cloning yocto repos over https
@ 2012-05-11  1:35 Chin Huat Ang
  2012-10-16 10:50 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Chin Huat Ang @ 2012-05-11  1:35 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

Hi,

Is there a way to clone yocto repositories (say, poky) over https?

I'm behind a firewall where git port is blocked, getting it opened is a
bureaucracy nightmare.

--Chin Huat

[-- Attachment #2: Type: text/html, Size: 261 bytes --]

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

* Re: Cloning yocto repos over https
  2012-05-11  1:35 Cloning yocto repos over https Chin Huat Ang
@ 2012-10-16 10:50 ` Paul Eggleton
  2012-10-16 16:44   ` Evade Flow
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2012-10-16 10:50 UTC (permalink / raw)
  To: Chin Huat Ang; +Cc: yocto

On Friday 11 May 2012 09:35:30 Chin Huat Ang wrote:
> Is there a way to clone yocto repositories (say, poky) over https?
> 
> I'm behind a firewall where git port is blocked, getting it opened is a
> bureaucracy nightmare.

Sorry, it's taken us a while to look into this but we have opened a bug to 
track it - you may wish to add yourself to the CC list:

http://bugzilla.yoctoproject.org/show_bug.cgi?id=3263

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Cloning yocto repos over https
  2012-10-16 10:50 ` Paul Eggleton
@ 2012-10-16 16:44   ` Evade Flow
  2012-10-18 19:59     ` Michael Halstead
  0 siblings, 1 reply; 4+ messages in thread
From: Evade Flow @ 2012-10-16 16:44 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto, Chin Huat Ang

>> Is there a way to clone yocto repositories (say, poky) over https?

As Paul mentioned, there is work in progress to make it possible to clone
yocto repos over http. This should be finished in the very near future, but in
the meantime, I've created some (very) unofficial mirrors here:

  http://github.com/yoctoproject-mirrors

I have a script running that syncs all of these every 15 minutes or so.
Perhaps this will help you until the official HTTP access is available. (Just
be advised: I plan to delete these mirrors when they are no longer
necessary...)


On Tue, Oct 16, 2012 at 6:50 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Friday 11 May 2012 09:35:30 Chin Huat Ang wrote:
>> Is there a way to clone yocto repositories (say, poky) over https?
>>
>> I'm behind a firewall where git port is blocked, getting it opened is a
>> bureaucracy nightmare.
>
> Sorry, it's taken us a while to look into this but we have opened a bug to
> track it - you may wish to add yourself to the CC list:
>
> http://bugzilla.yoctoproject.org/show_bug.cgi?id=3263
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: Cloning yocto repos over https
  2012-10-16 16:44   ` Evade Flow
@ 2012-10-18 19:59     ` Michael Halstead
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Halstead @ 2012-10-18 19:59 UTC (permalink / raw)
  To: Evade Flow; +Cc: Paul Eggleton, Chin Huat Ang, yocto

[-- Attachment #1: Type: text/plain, Size: 1920 bytes --]

On 10/16/2012 09:44 AM, Evade Flow wrote:
>>> Is there a way to clone yocto repositories (say, poky) over https?
I just announced that repositories are available from
git.yoctoproject.org via http. I didn't mention it but clones via https
will work equally well if that is preferable.

> As Paul mentioned, there is work in progress to make it possible to clone
> yocto repos over http. This should be finished in the very near future, but in
> the meantime, I've created some (very) unofficial mirrors here:
>
>   http://github.com/yoctoproject-mirrors
>
> I have a script running that syncs all of these every 15 minutes or so.
> Perhaps this will help you until the official HTTP access is available. (Just
> be advised: I plan to delete these mirrors when they are no longer
> necessary...)
The github mirrors shouldn't be needed any longer. Please tell me if
there is anything more needed on this front.

Michael Halstead
Yocto Project / Sys Admin


>
>
> On Tue, Oct 16, 2012 at 6:50 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
>> On Friday 11 May 2012 09:35:30 Chin Huat Ang wrote:
>>> Is there a way to clone yocto repositories (say, poky) over https?
>>>
>>> I'm behind a firewall where git port is blocked, getting it opened is a
>>> bureaucracy nightmare.
>> Sorry, it's taken us a while to look into this but we have opened a bug to
>> track it - you may wish to add yourself to the CC list:
>>
>> http://bugzilla.yoctoproject.org/show_bug.cgi?id=3263
>>
>> Cheers,
>> Paul
>>
>> --
>>
>> Paul Eggleton
>> Intel Open Source Technology Centre
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4516 bytes --]

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

end of thread, other threads:[~2012-10-18 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11  1:35 Cloning yocto repos over https Chin Huat Ang
2012-10-16 10:50 ` Paul Eggleton
2012-10-16 16:44   ` Evade Flow
2012-10-18 19:59     ` Michael Halstead

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.