All of lore.kernel.org
 help / color / mirror / Atom feed
* git clone alsa-driver behind a firewall?
@ 2008-08-01 21:54 John L. Utz III
  2008-08-01 22:02 ` Rene Herman
  0 siblings, 1 reply; 7+ messages in thread
From: John L. Utz III @ 2008-08-01 21:54 UTC (permalink / raw)
  To: alsa-devel

Hi guys;

I am trying to re-sync so that i can try to get my vt1618 stuff into alsa  
that got rejected last year.

But since my last attempted patch, alsa's moved from hg to git and i cant  
seem to clone the repository.


jutz@jutz-gnto64 ~/Compile/AlsaDev $ git clone  
git://git.alsa-project.org/alsa-driver.git alsa-driver
Initialized empty Git repository in  
/home/jutz/Compile/AlsaDev/alsa-driver/.git/
git.alsa-project.org[0: 212.20.107.51]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
fetch-pack from 'git://git.alsa-project.org/alsa-driver.git' failed.


am i correct in assuming that git runs on a port that a diligent admin  
would not have open by default?

tnx!

johnu

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

* Re: git clone alsa-driver behind a firewall?
  2008-08-01 21:54 git clone alsa-driver behind a firewall? John L. Utz III
@ 2008-08-01 22:02 ` Rene Herman
  2008-08-01 22:02   ` John L. Utz III
  0 siblings, 1 reply; 7+ messages in thread
From: Rene Herman @ 2008-08-01 22:02 UTC (permalink / raw)
  To: John L. Utz III; +Cc: alsa-devel

On 01-08-08 23:54, John L. Utz III wrote:

> I am trying to re-sync so that i can try to get my vt1618 stuff into alsa  
> that got rejected last year.
> 
> But since my last attempted patch, alsa's moved from hg to git and i cant  
> seem to clone the repository.
> 
> jutz@jutz-gnto64 ~/Compile/AlsaDev $ git clone  
> git://git.alsa-project.org/alsa-driver.git alsa-driver
> Initialized empty Git repository in  
> /home/jutz/Compile/AlsaDev/alsa-driver/.git/
> git.alsa-project.org[0: 212.20.107.51]: errno=Connection timed out
> fatal: unable to connect a socket (Connection timed out)
> fetch-pack from 'git://git.alsa-project.org/alsa-driver.git' failed.
> 
> am i correct in assuming that git runs on a port that a diligent admin  
> would not have open by default?

Yes. 9418/tcp. But you could use the http interface:

git clone http://git.alsa-project.org/http/alsa-driver.git alsa-driver

Rene.

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

* Re: git clone alsa-driver behind a firewall?
  2008-08-01 22:02 ` Rene Herman
@ 2008-08-01 22:02   ` John L. Utz III
  2008-08-01 22:35     ` John L. Utz III
  0 siblings, 1 reply; 7+ messages in thread
From: John L. Utz III @ 2008-08-01 22:02 UTC (permalink / raw)
  To: Rene Herman; +Cc: alsa-devel

Hi Rene

On Fri, 01 Aug 2008 15:02:34 -0700, Rene Herman <rene.herman@keyaccess.nl>  
wrote:

> http://git.alsa-project.org/http/alsa-driver.git

tnx mucho!

johnu

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

* Re: git clone alsa-driver behind a firewall?
  2008-08-01 22:02   ` John L. Utz III
@ 2008-08-01 22:35     ` John L. Utz III
  2008-08-01 22:45       ` Rene Herman
  0 siblings, 1 reply; 7+ messages in thread
From: John L. Utz III @ 2008-08-01 22:35 UTC (permalink / raw)
  To: John L. Utz III, Rene Herman; +Cc: alsa-devel

that works, it might be good to update the git page to list that mechanism  
more explicitly:

  git clone http://git.alsa-project.org/http/alsa-driver.git alsa-driver

On Fri, 01 Aug 2008 15:02:46 -0700, John L. Utz III <john.utz@dmx.com>  
wrote:

> Hi Rene
>
> On Fri, 01 Aug 2008 15:02:34 -0700, Rene Herman  
> <rene.herman@keyaccess.nl>
> wrote:
>
>> http://git.alsa-project.org/http/alsa-driver.git
>
> tnx mucho!
>
> johnu
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

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

* Re: git clone alsa-driver behind a firewall?
  2008-08-01 22:35     ` John L. Utz III
@ 2008-08-01 22:45       ` Rene Herman
  2008-08-01 23:24         ` John L. Utz III
  0 siblings, 1 reply; 7+ messages in thread
From: Rene Herman @ 2008-08-01 22:45 UTC (permalink / raw)
  To: John L. Utz III; +Cc: alsa-devel

On 02-08-08 00:35, John L. Utz III wrote:

> that works, it might be good to update the git page to list that 
> mechanism more explicitly:
> 
>  git clone http://git.alsa-project.org/http/alsa-driver.git alsa-driver

It's already at:

http://www.alsa-project.org/main/index.php/GIT_Server

The HTTP URL is fairly at the top and under "Occasional Developers" the 
clone is spelled out (note though that if you can make requests of your 
admin, native GIT protocol usage is better/more economic).

Rene

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

* Re: git clone alsa-driver behind a firewall?
  2008-08-01 22:45       ` Rene Herman
@ 2008-08-01 23:24         ` John L. Utz III
  2008-08-01 23:51           ` Rene Herman
  0 siblings, 1 reply; 7+ messages in thread
From: John L. Utz III @ 2008-08-01 23:24 UTC (permalink / raw)
  To: Rene Herman; +Cc: alsa-devel

On Fri, 01 Aug 2008 15:45:25 -0700, Rene Herman <rene.herman@keyaccess.nl>  
wrote:

> On 02-08-08 00:35, John L. Utz III wrote:
>
>> that works, it might be good to update the git page to list that  
>> mechanism more explicitly:
>>   git clone http://git.alsa-project.org/http/alsa-driver.git alsa-driver
>
> It's already at:
>
> http://www.alsa-project.org/main/index.php/GIT_Server
>
> The HTTP URL is fairly at the top and under "Occasional Developers" the  
> clone is spelled out (note though that if you can make requests of your  
> admin, native GIT protocol usage is better/more economic).

right, and this is a nit, but it's a worthwile nit because i had to ask,  
it should say:

   git clone http://git.alsa-project.org/http/alsa-driver.git alsa-driver

instead of just:

   http://git.alsa-project.org/http/alsa-driver.git alsa-driver

because it's inconsistent with how the 'proper' mechanism is listed on the  
website, worse yet, when you click on the url you get a perfectly  
reasonable web page that would lead you to conclude that http access is  
meant to be done 'by hand'.

not a big deal, but it seemed like a good UX/QA thing to mention...

tnx for your consideration in any case!

johnu

> Rene
>

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

* Re: git clone alsa-driver behind a firewall?
  2008-08-01 23:24         ` John L. Utz III
@ 2008-08-01 23:51           ` Rene Herman
  0 siblings, 0 replies; 7+ messages in thread
From: Rene Herman @ 2008-08-01 23:51 UTC (permalink / raw)
  To: John L. Utz III; +Cc: alsa-devel

On 02-08-08 01:24, John L. Utz III wrote:

>> http://www.alsa-project.org/main/index.php/GIT_Server
>>
>> The HTTP URL is fairly at the top and under "Occasional Developers" 
>> the clone is spelled out (note though that if you can make requests of 
>> your admin, native GIT protocol usage is better/more economic).
> 
> right, and this is a nit, but it's a worthwile nit because i had to ask, 
> it should say:
> 
>   git clone http://git.alsa-project.org/http/alsa-driver.git alsa-driver

Watch it because I'll now keep nitting you right back... as said, it 
does say that, under "Occasional Developers". Sure, maybe it might've 
done the same the first time those URLs are mentioned but hey, if you're 
not an occasional developper you know already and if you are, you were 
looking at the wrong part of the page :-)

Rene

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

end of thread, other threads:[~2008-08-01 23:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01 21:54 git clone alsa-driver behind a firewall? John L. Utz III
2008-08-01 22:02 ` Rene Herman
2008-08-01 22:02   ` John L. Utz III
2008-08-01 22:35     ` John L. Utz III
2008-08-01 22:45       ` Rene Herman
2008-08-01 23:24         ` John L. Utz III
2008-08-01 23:51           ` Rene Herman

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.