All checks succeed:

1. gpg --verify apache-annotator-*.tar.gz.asc  --  OK (good sigs from
Randall Leeds)
2. sha256sum  and sha512sum --  OK
apache-annotator-0.1.0-rc.4-incubating.tar.gz: OK
3. git remote show origin -- OK
4. git describe  -- OK   (v0.1.0-rc.4)
5. git fetch --unshallow origin tag v0.1.0-rc.4 -- OK
6. git status --ignored  -- OK (On branch v0.1.x, no changes added to
commit )
7. make check: OK
8. License - OK

I am attaching all the results in case it may be useful

I don't know if I am eligible to vote, if I am +1

On Wed, Jun 3, 2020 at 9:26 PM Benjamin Young <byo...@bigbluehat.com> wrote:

> Just completed all the tests, and everything looks great!
>
> +1
>
> (sorry again for the delay!)
> Benjamin
>
>
> --
>
> http://bigbluehat.com/
>
> http://linkedin.com/in/benjaminyoung
>
> ________________________________
> From: Benjamin Young <byo...@bigbluehat.com>
> Sent: Tuesday, June 2, 2020 5:06 PM
> To: dev@annotator.incubator.apache.org <dev@annotator.incubator.apache.org
> >
> Subject: Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0
> (-rc.4)
>
> Started work on this today, but my day got eaten. 😕 I'll try again
> tomorrow...
>
> Apologies,
> Benjamin
>
>
>
> --
>
> http://bigbluehat.com/
>
> http://linkedin.com/in/benjaminyoung
>
> ________________________________
> From: Gerben <ger...@treora.com.INVALID>
> Sent: Tuesday, June 2, 2020 7:49 AM
> To: dev@annotator.incubator.apache.org <dev@annotator.incubator.apache.org
> >
> Subject: Re: [VOTE] Release Apache Annotator (incubating) version 0.1.0
> (-rc.4)
>
> +1 indeed.
>
> I ran all checks except Rat.
>
> On 31/05/2020 02:52, Randall Leeds wrote:
> > My test results:
> >
> > - Signature OK
> > - Checksums OK
> > - Local tag matches remote tag
> > - Contents of the tarball are clean
> > - Running "make check" passes (Node.js v10.19.0)
> > - Apache Rat shows no files with license issues
> >
> > Vote: +1
> >
>




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

gpg --verify apache-annotator-*.tar.gz.asc
gpg: assuming signed data in 'apache-annotator-0.1.0-rc.4-incubating.tar.gz'
gpg: Signature made Sun 31 May 2020 03:28:30 AM +03
gpg:                using RSA key 83CBD56B79A00C8693C0B919ED6455D90F33F0BB
gpg: Good signature from "Randall Leeds <rand...@bleeds.info>" [unknown]
gpg:                 aka "Randall Leeds <randall.le...@gmail.com>" [unknown]
gpg:                 aka "Randall Leeds <rand...@apache.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9255 5CDE B2C1 5E97 0AD8  FDE8 5994 A5A1 8F13 626A
     Subkey fingerprint: 83CB D56B 79A0 0C86 93C0  B919 ED64 55D9 0F33 F0BB


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

sha256sum --check apache-annotator-*.tar.gz.sha256
apache-annotator-0.1.0-rc.4-incubating.tar.gz: OK


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

sha512sum --check apache-annotator-*.tar.gz.sha512
apache-annotator-0.1.0-rc.4-incubating.tar.gz: OK

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

git remote show origin
* remote origin
  Fetch URL: https://github.com/apache/incubator-annotator.git
  Push  URL: https://github.com/apache/incubator-annotator.git
  HEAD branch: master
  Remote branch:
    v0.1.x tracked
  Local branch configured for 'git pull':
    v0.1.x merges with remote v0.1.x
  Local ref configured for 'git push':
    v0.1.x pushes to v0.1.x (up to date)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

git describe
v0.1.0-rc.4

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

git fetch --unshallow origin tag v0.1.0-rc.4
remote: Enumerating objects: 2183, done.
remote: Counting objects: 100% (2183/2183), done.
remote: Compressing objects: 100% (822/822), done.
remote: Total 2139 (delta 1294), reused 2101 (delta 1257), pack-reused 0
Receiving objects: 100% (2139/2139), 1.44 MiB | 1.08 MiB/s, done.  
Resolving deltas: 100% (1294/1294), completed with 25 local objects.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

git status --ignored

On branch v0.1.x
Your branch is up to date with 'origin/v0.1.x'.

Changes not staged for commit:
<files omitted>
no changes added to commit (use "git add" and/or "git commit -a")



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
make check

Ignored 0 lines in your exclusion files as comments or empty lines.

*****************************************************
Summary
-------
Generated at: 2020-06-04T16:03:13+03:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 23

Apache Licensed: 23
Generated Documents: 0

JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.

0 Unknown Licenses

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require any license headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc. will be marked N
  AL    ./.eslintrc.js
  AL    ./.mocharc.js
  N     ./LICENSE
  AL    ./Makefile
  N     ./NOTICE
  AL    ./babel.config.js
  AL    ./husky.config.js
  AL    ./nyc.config.js
  AL    ./packages/dom/src/cartesian.js
  AL    ./packages/dom/src/css.js
  AL    ./packages/dom/src/highlight-range.js
  AL    ./packages/dom/src/index.js
  AL    ./packages/dom/src/range.js
  AL    ./packages/dom/src/scope.js
  AL    ./packages/dom/src/text-quote.js
  AL    ./packages/dom/test/cartesian.js
  AL    ./packages/dom/test/index.js
  AL    ./packages/selector/src/index.js
  AL    ./test/data-model.js
  AL    ./web/index.html
  AL    ./web/style.css
  AL    ./web/webpack.config.js
  AL    ./web/demo/index.html
  AL    ./web/demo/index.js
  AL    ./web/test/index.html
 
*****************************************************



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

LICENCE

java -jar ../../apache-rat/apache-rat-0.13/apache-rat-0.13.jar  -E .ratignore 
-d .
Ignored 0 lines in your exclusion files as comments or empty lines.

*****************************************************
Summary
-------
Generated at: 2020-06-04T16:03:13+03:00

Notes: 2
Binaries: 0
Archives: 0
Standards: 23

Apache Licensed: 23
Generated Documents: 0

JavaDocs are generated, thus a license header is optional.
Generated files do not require license headers.

0 Unknown Licenses

*****************************************************
  Files with Apache License headers will be marked AL
  Binary files (which do not require any license headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc. will be marked N
  AL    ./.eslintrc.js
  AL    ./.mocharc.js
  N     ./LICENSE
  AL    ./Makefile
  N     ./NOTICE
  AL    ./babel.config.js
  AL    ./husky.config.js
  AL    ./nyc.config.js
  AL    ./packages/dom/src/cartesian.js
  AL    ./packages/dom/src/css.js
  AL    ./packages/dom/src/highlight-range.js
  AL    ./packages/dom/src/index.js
  AL    ./packages/dom/src/range.js
  AL    ./packages/dom/src/scope.js
  AL    ./packages/dom/src/text-quote.js
  AL    ./packages/dom/test/cartesian.js
  AL    ./packages/dom/test/index.js
  AL    ./packages/selector/src/index.js
  AL    ./test/data-model.js
  AL    ./web/index.html
  AL    ./web/style.css
  AL    ./web/webpack.config.js
  AL    ./web/demo/index.html
  AL    ./web/demo/index.js
  AL    ./web/test/index.html
 
*****************************************************



Reply via email to