Re: Wrong link not pointing to the release tarball

From: Pavel Raiskup <praiskup(at)redhat(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>
Subject: Re: Wrong link not pointing to the release tarball
Date: 2016-01-22 13:20:20
Message-ID: 2815824.34GOGpPuKY@nb.usersys.redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Friday 22 of January 2016 07:32:50 Dave Cramer wrote:
> This is a standard maven artifact. Jar files can be opened using zip tools.
> If it is not usable in that state we can change it back although it adds an
> additional step

Ah, I thought that was not intentional.

Tarballs are the standard for releases of wast majority of FOSS projects
-- as the 'ustar' format is defined by POSIX (and is _really_ simple,
compared to zip) it is available probably everywhere. Fore example,
PostgreSQL and Maven themselves are distributed in tarballs.

As I write you from GNU/Linux, I definitely prefer .tar.gz, but OTOH, this
is probably not burning if nobody else cares -- I'm just surprised.
I believe we are able to deal with jar/zip files.

Pavel

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pavel Raiskup 2016-01-22 13:26:10 Re: Wrong link not pointing to the release tarball
Previous Message Dave Cramer 2016-01-22 12:32:50 Re: Wrong link not pointing to the release tarball