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-HN_yUA3KOhFSLmdQLHSGVS8VixZtOvrhGM0HYwyw1tOA@mail.gmail.com
Whole thread Raw
In response to Re: Wrong link not pointing to the release tarball  (Pavel Raiskup <praiskup@redhat.com>)
Responses Re: Wrong link not pointing to the release tarball
List pgsql-jdbc
Pavel> But with
Pavel>that we are not completely sure that the particular commit ID matches
Pavel>exactly the version you released in pre-built binaries.

Technically speaking, maven creates a git tag (e.g. REL9.4.1207),
then it checks out git tree of that particular commit ID (from github!)
to a clean folder, then it builds the driver, then the results are published.

As long as we use maven, release tag will point to the commit ID
that is used for the release.

Our current *.tar.gz is closer to maven's  "bin.tar.gz". In other words,
our tar.gz is for the case when all artifacts like source jar, release jar,
dependencies, etc, are required at once.

Vladimir


pgsql-jdbc by date:

Previous
From: Vitalii Tymchyshyn
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