* [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
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