Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide source as bzip2 #29

Closed
veripoolbot opened this issue Aug 19, 2008 · 1 comment
Closed

Provide source as bzip2 #29

veripoolbot opened this issue Aug 19, 2008 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Guenter Dannoritzer
Original Redmine Issue: 29 from https://www.veripool.org
Original Date: 2008-08-19
Original Assignee: Wilson Snyder (@wsnyder)


Provide source as bzip2 instead of gzip. Bzip2 packages have a higher compression rate as gzip ones. The openSUSE build service for example prefers source in bzip2 instead of gzip in order to save space.

The difference in the tar command is:

tar -cjvf Verilog-Perl-3.035.tar.bz2

vs.:

tar -czvf Verilog-Perl-3.035.tgz

@veripoolbot
Copy link
Collaborator Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2008-08-19T15:29:59Z


Older perl CPAN installers require gzip format.

Even if that wasn't the case, it's small and I wouldn't want people to have to think how to decompress it specially.

@veripoolbot veripoolbot added the wontfix This will not be worked on label Mar 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants