Hi,

The check-release script fails with following trace :

[INFO] 5. Compare svn tag with src zip contents
[INFO]
[INFO] Exporting https://svn.apache.org/repos/asf/jackrabbit/tags/2.4.4...
[INFO]    Unzipping jackrabbit-2.4.4-src.zip...
[INFO]    Comparing sources...
[INFO]
diff -b -r ./target/jackrabbit-2.4.4/svn/jackrabbit-2.4.4/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionManagerBase.java ./target/jackrabbit-2.4.4/zip/jackrabbit-2.4.4/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/version/InternalVersionManagerBase.java
701a702,708
>
>         if (history == null) {
> String message = "Node " + node.getNodeId() + " has no version history";
>             log.error(message);
>             throw new VersionException(message);
>         }
>
723a731,735
>                 if (pred == null) {
> String message = "Could not instantiate InternalVersion for nodeId " + value.getNodeId() + " (VHR + " + history.getId() + ", node " + node.getNodeId() + ")";
>                     log.error(message);
>                     throw new VersionException(message);
>                 }
729a742,748
>
>         if (best == null) {
> String message = "Could not find 'best' predecessor node for " + node.getNodeId();
>             log.error(message);
>             throw new VersionException(message);
>         }
>
[ERROR]   NOT OK: Tagged sources are different from those in the archive


I should have done something wrong but cannot see what ...

Regards,
Cédric

Le 06/05/2013 20:21, Julian Reschke a écrit :
A candidate for the Jackrabbit 2.4.4 release is available at:

   https://dist.apache.org/repos/dist/dev/jackrabbit/2.4.4/

The release candidate is a zip archive of the sources in:

    http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.4/

The SHA1 checksum of the archive is 608ae0c4b61362e72cf95f41bd4bf9732a74a7c1.

A staged Maven repository is available for review at:


https://repository.apache.org/content/repositories/orgapachejackrabbit-010/

The command for running automated checks against this release candidate is:

    $ sh check-release.sh 2.4.4 608ae0c4b61362e72cf95f41bd4bf9732a74a7c1

Please vote on releasing this package as Apache Jackrabbit 2.4.4.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

    [ ] +1 Release this package as Apache Jackrabbit 2.4.4
    [ ] -1 Do not release this package because...

--
Cédric Damioli
Ametys CMS
http://www.ametys.org
http://www.anyware-services.com

Reply via email to