Here is a vote on a release build for Jena SDB 1.3.5
Everyone, not just committers and PMC members, is invited to test and
vote. (We do need at least 3 PMC +1's.)
Staging repository:
https://repository.apache.org/content/repositories/orgapachejena-115/
Proposed additions to the dist/ area:
http://people.apache.org/~andy/dist-sdb-1.3.5/
Keys:
http://www.apache.org/dist/jena/KEYS
SVN tag:
https://svn.apache.org/repos/asf/jena/tags/jena-sdb-1.3.5/
Please vote to approve this release:
[ ] +1 Approve the release
[ ] 0 Don't care
[ ] -1 Don't release, because ...
This vote will be open to the end of
Saturday, October 13, 2012
(72 hours from the same hour tonight UTC).
Andy
Checking needed:
Not needed: the community tested the code so performing the checks
except being about to run the code is helpful.
is the GPG signature fine?
is there a source archive?
can the source archive really be built?
is there a correct LICENSE and NOTICE file in each artifact
(both source and binary artifacts)?
does the NOTICE file contain all necessary attributions?
check the dependencies.
if there is a tag in the SCM, does it contain reproducible sources?
A quick execution test is to have Derby installed and (Linux) ...
export SDB_JDBC=/home/afs/jlib/JDBC/Derby/derby.jar
export SDBROOT=$PWD
bin/sdbconfig --format
bin/sdbload sdb.ttl
bin/sdbquery 'SELECT * {?s ?p ?o}'
(there is a file sdb.ttl in the distribution which is a default
configruation to the scripts).