Re: Wrong link not pointing to the release tarball - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: Wrong link not pointing to the release tarball
Date
Msg-id CAB=Je-Fv6+ppePTyEyFEb6nQzzjfZ5tvF4AYKjVnvog2bZNw0A@mail.gmail.com
Whole thread Raw
In response to Re: Wrong link not pointing to the release tarball  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Wrong link not pointing to the release tarball
List pgsql-jdbc
In fact, there are two types of "source artifacts":
1) source.jar -- this one is for IDE integration and manual
inspection. It is not suitable for a build process.
2) *.tar.gz -- I've no idea why is it useful, however, it existed
before mavenization, thus it still exists.

I've no idea *.tar.gz artifact is suitable for build purposes.

Dave, I think Pavel is right in a sense that (Source, 9.4 Build 1207)
link points to postgresql-9.4.1207-sources.jar while it should point
to postgresql-9.4.1207-dist.tar.gz (like the previous versions).

Dave>The recommended way to build is to pull from github.

That is true. "build from github tarball" is tested better (it is used
for driver releases) than "build from *.tar.gz" (it is write-only).

Vladimir


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Wrong link not pointing to the release tarball
Next
From: Pavel Raiskup
Date:
Subject: Re: Wrong link not pointing to the release tarball