[asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Klaus Darilion
Hi! Since some time the download of the newest Asterisk does not contains the version number anymore, but is just called asterisk-1.4-current.tar.gz This gives me a tarball where I do not know the version without looking into the tarball. Thus, IMO it would be very useful to switch back to

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Steve Howes
On 22 Sep 2010, at 16:45, Klaus Darilion wrote: Since some time the download of the newest Asterisk does not contains the version number anymore, but is just called asterisk-1.4-current.tar.gz This gives me a tarball where I do not know the version without looking into the tarball.

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Gareth Blades
Klaus Darilion wrote: Hi! Since some time the download of the newest Asterisk does not contains the version number anymore, but is just called asterisk-1.4-current.tar.gz This gives me a tarball where I do not know the version without looking into the tarball. Thus, IMO it would be

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Paul Belanger
On Wed, Sep 22, 2010 at 11:45 AM, Klaus Darilion klaus.mailingli...@pernau.at wrote: This gives me a tarball where I do not know the version without looking into the tarball. Should be simple to do, since http://www.asterisk.org/downloads/asterisk/releases/asterisk-1.8.0-betaX.tar.gz

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Kevin P. Fleming
On 09/22/2010 10:55 AM, Steve Howes wrote: On 22 Sep 2010, at 16:45, Klaus Darilion wrote: Since some time the download of the newest Asterisk does not contains the version number anymore, but is just called asterisk-1.4-current.tar.gz This gives me a tarball where I do not know the version

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Jose P. Espinal
Hi Klaus, If you are using a script you could get the version with something like: tar -tf asterisk-1.4-current.tar.gz | head -n1 Regards, Klaus Darilion wrote: Hi! Since some time the download of the newest Asterisk does not contains the version number anymore, but is just called

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Steve Edwards
On Wed, 22 Sep 2010, Jose P. Espinal wrote: If you are using a script you could get the version with something like: tar -tf asterisk-1.4-current.tar.gz | head -n1 You need a '-z' in there. -- Thanks in advance, - Steve

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Kevin P. Fleming
On 09/22/2010 11:20 AM, Steve Edwards wrote: On Wed, 22 Sep 2010, Jose P. Espinal wrote: If you are using a script you could get the version with something like: tar -tf asterisk-1.4-current.tar.gz | head -n1 You need a '-z' in there. Modern versions of 'tar' auto-detect gzip and bzip

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Jose P. Espinal
Oh, my bad. It my box there might be some defaults predefined, as it did not yield any errors. Steve Edwards wrote: On Wed, 22 Sep 2010, Jose P. Espinal wrote: If you are using a script you could get the version with something like: tar -tf asterisk-1.4-current.tar.gz | head -n1 You

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Steve Edwards
On Wed, 22 Sep 2010, Jose P. Espinal wrote: If you are using a script you could get the version with something like: tar -tf asterisk-1.4-current.tar.gz | head -n1 On 09/22/2010 11:20 AM, Steve Edwards wrote: You need a '-z' in there. On Wed, 22 Sep 2010, Kevin P. Fleming wrote: Modern

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Leif Madsen
On 10-09-22 11:45 AM, Klaus Darilion wrote: Hi! Since some time the download of the newest Asterisk does not contains the version number anymore, but is just called asterisk-1.4-current.tar.gz This gives me a tarball where I do not know the version without looking into the tarball. Thus,

Re: [asterisk-users] http://www.asterisk.org/downloads naming schema

2010-09-22 Thread Barry Miller
On Wed, Sep 22, 2010 at 09:50:00AM -0700, Steve Edwards wrote: Still, for scripting and portability, I'd recommend specifying the decompressor and using the long option form: tar\ --list\ --[un]gzip\ --file\