public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP]  Tarballs in Files section @ sf.net
@ 2013-01-16 13:43 Sedat Dilek
  2013-01-16 14:07 ` chrubis
  2013-01-16 16:10 ` Garrett Cooper
  0 siblings, 2 replies; 7+ messages in thread
From: Sedat Dilek @ 2013-01-16 13:43 UTC (permalink / raw)
  To: ltp-list

Hi,

why do you name your BZ2-tarballs with the right and common
file-extensions ".tar.bz2"?

$ file ltp-full-20130109.bz2
ltp-full-20130109.bz2: bzip2 compressed data, block size = 900k

$ bunzip2 ltp-full-20130109.bz2

$ file ltp-full-20130109
ltp-full-20130109: POSIX tar archive (GNU)

$ tar -xf ltp-full-20130109

$ ls -l
insgesamt 12
drwxrwxr-x  3 wearefam wearefam 4096 Jan 16 14:33 ./
drwxrwxr-x  3 wearefam wearefam 4096 Jan 16 14:33 ../
drwxr-xr-x 16 wearefam wearefam 4096 Jan  9 10:21 ltp-full-20130109/

And why don't you use XZ compressor? Even traditional GNU folks
switched to efficient XZ :-).

$ tar -c --xz -f ltp-full-20130109.tar.xz ltp-full-20130109/

$ tar -c --bzip2 -f ltp-full-20130109.tar.bz2 ltp-full-20130109/

$ du -k ltp-full-20130109.tar.bz2 ltp-full-20130109.tar.xz
3688    ltp-full-20130109.tar.bz2
2892    ltp-full-20130109.tar.xz

796KiB file-size saved!

Thanks!

Regards,
- Sedat -

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] Tarballs in Files section @ sf.net
  2013-01-16 13:43 [LTP] Tarballs in Files section @ sf.net Sedat Dilek
@ 2013-01-16 14:07 ` chrubis
       [not found]   ` <CA+icZUUneR2cuZeYGq64=Ffh0UsFzd3KmbO9FmC97zWj6zTpxQ@mail.gmail.com>
  2013-01-16 16:10 ` Garrett Cooper
  1 sibling, 1 reply; 7+ messages in thread
From: chrubis @ 2013-01-16 14:07 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: ltp-list

Hi!
> why do you name your BZ2-tarballs with the right and common
> file-extensions ".tar.bz2"?

That is something that just has been this way longer than anybody could
remeber. I guess we can change it to tar.bz2 for next releases.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] Tarballs in Files section @ sf.net
  2013-01-16 13:43 [LTP] Tarballs in Files section @ sf.net Sedat Dilek
  2013-01-16 14:07 ` chrubis
@ 2013-01-16 16:10 ` Garrett Cooper
  2013-01-16 16:20   ` chrubis
  1 sibling, 1 reply; 7+ messages in thread
From: Garrett Cooper @ 2013-01-16 16:10 UTC (permalink / raw)
  To: sedat.dilek@gmail.com; +Cc: ltp-list@lists.sourceforge.net

On Jan 16, 2013, at 5:43 AM, Sedat Dilek <sedat.dilek@gmail.com> wrote:

> Hi,
> 
> why do you name your BZ2-tarballs with the right and common
> file-extensions ".tar.bz2"?
> 
> $ file ltp-full-20130109.bz2
> ltp-full-20130109.bz2: bzip2 compressed data, block size = 900k
> 
> $ bunzip2 ltp-full-20130109.bz2
> 
> $ file ltp-full-20130109
> ltp-full-20130109: POSIX tar archive (GNU)
> 
> $ tar -xf ltp-full-20130109
> 
> $ ls -l
> insgesamt 12
> drwxrwxr-x  3 wearefam wearefam 4096 Jan 16 14:33 ./
> drwxrwxr-x  3 wearefam wearefam 4096 Jan 16 14:33 ../
> drwxr-xr-x 16 wearefam wearefam 4096 Jan  9 10:21 ltp-full-20130109/
> 
> And why don't you use XZ compressor? Even traditional GNU folks
> switched to efficient XZ :-).

Xz didn't become popular until the last couple years. Ltp has been around for a while and still supports old releases of Linux. How far back has never really been clearly communicated afaict.
Thanks,
-Garrett
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] Tarballs in Files section @ sf.net
  2013-01-16 16:10 ` Garrett Cooper
@ 2013-01-16 16:20   ` chrubis
  0 siblings, 0 replies; 7+ messages in thread
From: chrubis @ 2013-01-16 16:20 UTC (permalink / raw)
  To: Garrett Cooper; +Cc: ltp-list@lists.sourceforge.net

Hi!
> Xz didn't become popular until the last couple years. Ltp has been
> around for a while and still supports old releases of Linux. How far
> back has never really been clearly communicated afaict.

The most usuall solution is to provide both bz2 and xz and let the users
choose.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] Tarballs in Files section @ sf.net
       [not found]   ` <CA+icZUUneR2cuZeYGq64=Ffh0UsFzd3KmbO9FmC97zWj6zTpxQ@mail.gmail.com>
@ 2013-05-06  9:28     ` chrubis
       [not found]       ` <5187E6FB.1070603@linux.vnet.ibm.com>
  0 siblings, 1 reply; 7+ messages in thread
From: chrubis @ 2013-05-06  9:28 UTC (permalink / raw)
  To: Sedat Dilek; +Cc: ltp-list

Hi!
> First, I was really happy when I wanted today to stress my Linux-Next
> (next-20130503) kernels.
> 
> 4 hours ago LTP-full 2013-05-03 was released.
> Cool, I said.
> 
> Looking at ltp-full-20130503.bz2 ...
> 
> ...is still a TAR-archive when unpacked.
> 
> An XZ-Tar-archive as demanded by me and promised by you was NOT prepared.
> 
> That makes me a bit of Grrr...
> Hereby my reminder, again!

I mailed Shubham from IBM (who does the releases) to include the xz and
rename the bz2 just a few minutes ago (even before I've read this mail).
Hopefully he will fix this during the day.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] Tarballs in Files section @ sf.net
       [not found]       ` <5187E6FB.1070603@linux.vnet.ibm.com>
@ 2013-05-06 17:26         ` chrubis
       [not found]           ` <5187E99F.9030600@linux.vnet.ibm.com>
  0 siblings, 1 reply; 7+ messages in thread
From: chrubis @ 2013-05-06 17:26 UTC (permalink / raw)
  To: shubham; +Cc: ltp-list

Hi!
> >> First, I was really happy when I wanted today to stress my Linux-Next
> >> (next-20130503) kernels.
> >>
> >> 4 hours ago LTP-full 2013-05-03 was released.
> >> Cool, I said.
> >>
> >> Looking at ltp-full-20130503.bz2 ...
> >>
> >> ...is still a TAR-archive when unpacked.
> >>
> >> An XZ-Tar-archive as demanded by me and promised by you was NOT prepared.
> >>
> >> That makes me a bit of Grrr...
> >> Hereby my reminder, again!
> > I mailed Shubham from IBM (who does the releases) to include the xz and
> > rename the bz2 just a few minutes ago (even before I've read this mail).
> > Hopefully he will fix this during the day.
> >
> 
> I replaced the sf.net download file to "ltp-full-20130503.tar.xz". Hope 
> this helps...

Thanks.

Could you please also rename the ltp-full-20130503.bz2 to
ltp-full-20130503.tar.bz2 to reflect its content?

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] Tarballs in Files section @ sf.net
       [not found]           ` <5187E99F.9030600@linux.vnet.ibm.com>
@ 2013-05-06 17:51             ` chrubis
  0 siblings, 0 replies; 7+ messages in thread
From: chrubis @ 2013-05-06 17:51 UTC (permalink / raw)
  To: shubham; +Cc: ltp-list

Hi!
> >>>> First, I was really happy when I wanted today to stress my Linux-Next
> >>>> (next-20130503) kernels.
> >>>>
> >>>> 4 hours ago LTP-full 2013-05-03 was released.
> >>>> Cool, I said.
> >>>>
> >>>> Looking at ltp-full-20130503.bz2 ...
> >>>>
> >>>> ...is still a TAR-archive when unpacked.
> >>>>
> >>>> An XZ-Tar-archive as demanded by me and promised by you was NOT prepared.
> >>>>
> >>>> That makes me a bit of Grrr...
> >>>> Hereby my reminder, again!
> >>> I mailed Shubham from IBM (who does the releases) to include the xz and
> >>> rename the bz2 just a few minutes ago (even before I've read this mail).
> >>> Hopefully he will fix this during the day.
> >>>
> >> I replaced the sf.net download file to "ltp-full-20130503.tar.xz". Hope
> >> this helps...
> > Thanks.
> >
> > Could you please also rename the ltp-full-20130503.bz2 to
> > ltp-full-20130503.tar.bz2 to reflect its content?
> >
> 
> I already did that. The download file name is "ltp-full-20130503.tar.xz" 
> now. I think this is better than "ltp-full-20130503.tar.bz2".

Sure, but we decided to serve both files the .bz2 and .xz for
compatibility with older distros. But the bz2 had historically wrong
suffix (missing the .tar). I would like to have that one fixed too, and
from what I can say the sourceforge serves me still the
ltp-full-20130503.bz2. Or is this intentional to stay backwards
compatible?

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2013-05-06 17:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 13:43 [LTP] Tarballs in Files section @ sf.net Sedat Dilek
2013-01-16 14:07 ` chrubis
     [not found]   ` <CA+icZUUneR2cuZeYGq64=Ffh0UsFzd3KmbO9FmC97zWj6zTpxQ@mail.gmail.com>
2013-05-06  9:28     ` chrubis
     [not found]       ` <5187E6FB.1070603@linux.vnet.ibm.com>
2013-05-06 17:26         ` chrubis
     [not found]           ` <5187E99F.9030600@linux.vnet.ibm.com>
2013-05-06 17:51             ` chrubis
2013-01-16 16:10 ` Garrett Cooper
2013-01-16 16:20   ` chrubis

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