[prev in list] [next in list] [prev in thread] [next in thread] 

List:       myfaces-dev
Subject:    Re: [VOTE] Release of MyFaces Core 2.2.5
From:       Grant Smith <grant () marathonpm ! com>
Date:       2014-09-21 20:47:10
Message-ID: CAK-DbL01RPb3q1q9R67vWacD0G6z+6bf0d5XSdrZ81ei2JzaJw () mail ! gmail ! com
[Download RAW message or body]

+1

On Sat, Sep 20, 2014 at 1:41 PM, Mike Kienenberger <mkienenb@gmail.com>
wrote:

> - signatures and checksums match
> - source builds
> - apache rat passes
>
> +1
>
>
>
>
>
>
> Below are the linux commands I used to verify the release of the
> myfaces-core-assembly-2.2.5-src files:
>
> =============================================
>
> # check checksums
> find . -name '*.md5' -exec cat {} \; -printf '  %f\n' | sed
> 's|\.md5$||' | md5sum -c
> find . -name '*.sha1' -exec cat {} \; -printf '  %f\n' | sed
> 's|\.sha1$||' | sha1sum -c
>
> # check signatures
> wget http://www.apache.org/dist/myfaces/KEYS
> gpg --import KEYS
> find . -name '*.asc' -exec gpg --verify {} \;
>
> # verify tar.gz and zip sources are identical
> mkdir src
> cd src
> tar xvf ../myfaces-core-assembly-2.2.5-src.tar.gz
> mv myfaces-core-2.2.5-src/ myfaces-core-2.2.5-src-tar-gz
> unzip ../myfaces-core-assembly-2.2.5-src.zip
> # should be no output
> diff -rq myfaces-core-2.2.5-src*
> # should be "are identical" output
> diff -srq myfaces-core-2.2.5-src*
>
> # build source
> cd myfaces-core-2.2.5-src/src
> find \( -name '*.jar' -o -name '*.zip' \) -exec unzip -n {} \;
> cd myfaces-core-module-2.2.5/
> mvn install
>
> mvn apache-rat:check
> # To check for all errors, if more than one project is affected
> #   mvn apache-rat:check -Drat.numUnapprovedLicenses=9999
> # To see details of rat failure, including location of rat report
> #   mvn -e -X apache-rat:check
>
>
> On Tue, Sep 16, 2014 at 2:53 PM, Leonardo Uribe <lu4242@apache.org> wrote:
> > Hi,
> >
> > I was running the needed tasks to get the 2.2.5 release of Apache
> > MyFaces core out.
> >
> > The artifacts passed the TCK test of Feb 2013
> (jsftck-2.2_26-Feb-2013.zip).
> >
> > Please note that this vote concerns all of the following parts:
> >  1. Maven artifact group "org.apache.myfaces.shared" v4.2.4  [1]
> >  2. Maven artifact group "org.apache.myfaces.core" v2.2.5  [1]
> >
> > The artifacts were deployed on nexus repo [1] and to my private
> > Apache account [3] for binary and source packages.
> >
> > The release notes could be found at [4].
> >
> > Also the clirr test does not show binary incompatibilities with
> myfaces-api.
> >
> > Please take a look at the "2.2.5" artifacts and vote!
> >
> > Please note: This vote is "majority approval" with a minimum of three
> > +1 votes (see [3]).
> >
> > ------------------------------------------------
> > [ ] +1 for community members who have reviewed the bits
> > [ ] +0
> > [ ] -1 for fatal flaws that should cause these bits not to be released,
> >  and why..............
> > ------------------------------------------------
> >
> > Thanks,
> > Leonardo Uribe
> >
> > [1]
> https://repository.apache.org/content/repositories/orgapachemyfaces-1031/org/apache/myfaces/
> > [2] http://www.apache.org/foundation/voting.html#ReleaseVotes
> > [3] http://people.apache.org/~lu4242/myfaces225binsrc
> > [4]
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12327190
>



-- 
Grant Smith - V.P. Information Technology
Marathon Computer Systems, LLC.

[Attachment #3 (text/html)]

<div dir="ltr">+1</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, \
Sep 20, 2014 at 1:41 PM, Mike Kienenberger <span dir="ltr">&lt;<a \
href="mailto:mkienenb@gmail.com" target="_blank">mkienenb@gmail.com</a>&gt;</span> \
wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px \
                #ccc solid;padding-left:1ex">- signatures and checksums match<br>
- source builds<br>
- apache rat passes<br>
<br>
+1<br>
<br>
<br>
<br>
<br>
<br>
<br>
Below are the linux commands I used to verify the release of the<br>
myfaces-core-assembly-2.2.5-src files:<br>
<br>
=============================================<br>
<br>
# check checksums<br>
find . -name &#39;*.md5&#39; -exec cat {} \; -printf &#39;   %f\n&#39; | sed<br>
&#39;s|\.md5$||&#39; | md5sum -c<br>
find . -name &#39;*.sha1&#39; -exec cat {} \; -printf &#39;   %f\n&#39; | sed<br>
&#39;s|\.sha1$||&#39; | sha1sum -c<br>
<br>
# check signatures<br>
wget <a href="http://www.apache.org/dist/myfaces/KEYS" \
target="_blank">http://www.apache.org/dist/myfaces/KEYS</a><br> gpg --import KEYS<br>
find . -name &#39;*.asc&#39; -exec gpg --verify {} \;<br>
<br>
# verify tar.gz and zip sources are identical<br>
mkdir src<br>
cd src<br>
tar xvf ../myfaces-core-assembly-2.2.5-src.tar.gz<br>
mv myfaces-core-2.2.5-src/ myfaces-core-2.2.5-src-tar-gz<br>
unzip ../myfaces-core-assembly-2.2.5-src.zip<br>
# should be no output<br>
diff -rq myfaces-core-2.2.5-src*<br>
# should be &quot;are identical&quot; output<br>
diff -srq myfaces-core-2.2.5-src*<br>
<br>
# build source<br>
cd myfaces-core-2.2.5-src/src<br>
find \( -name &#39;*.jar&#39; -o -name &#39;*.zip&#39; \) -exec unzip -n {} \;<br>
cd myfaces-core-module-2.2.5/<br>
mvn install<br>
<br>
mvn apache-rat:check<br>
# To check for all errors, if more than one project is affected<br>
#     mvn apache-rat:check -Drat.numUnapprovedLicenses=9999<br>
# To see details of rat failure, including location of rat report<br>
#     mvn -e -X apache-rat:check<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Tue, Sep 16, 2014 at 2:53 PM, Leonardo Uribe &lt;<a \
href="mailto:lu4242@apache.org">lu4242@apache.org</a>&gt; wrote:<br> &gt; Hi,<br>
&gt;<br>
&gt; I was running the needed tasks to get the 2.2.5 release of Apache<br>
&gt; MyFaces core out.<br>
&gt;<br>
&gt; The artifacts passed the TCK test of Feb 2013 (jsftck-2.2_26-Feb-2013.zip).<br>
&gt;<br>
&gt; Please note that this vote concerns all of the following parts:<br>
&gt;   1. Maven artifact group &quot;org.apache.myfaces.shared&quot; v4.2.4   [1]<br>
&gt;   2. Maven artifact group &quot;org.apache.myfaces.core&quot; v2.2.5   [1]<br>
&gt;<br>
&gt; The artifacts were deployed on nexus repo [1] and to my private<br>
&gt; Apache account [3] for binary and source packages.<br>
&gt;<br>
&gt; The release notes could be found at [4].<br>
&gt;<br>
&gt; Also the clirr test does not show binary incompatibilities with myfaces-api.<br>
&gt;<br>
&gt; Please take a look at the &quot;2.2.5&quot; artifacts and vote!<br>
&gt;<br>
&gt; Please note: This vote is &quot;majority approval&quot; with a minimum of \
three<br> &gt; +1 votes (see [3]).<br>
&gt;<br>
&gt; ------------------------------------------------<br>
&gt; [ ] +1 for community members who have reviewed the bits<br>
&gt; [ ] +0<br>
&gt; [ ] -1 for fatal flaws that should cause these bits not to be released,<br>
&gt;   and why..............<br>
&gt; ------------------------------------------------<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Leonardo Uribe<br>
&gt;<br>
&gt; [1] <a href="https://repository.apache.org/content/repositories/orgapachemyfaces-1031/org/apache/myfaces/" \
target="_blank">https://repository.apache.org/content/repositories/orgapachemyfaces-1031/org/apache/myfaces/</a><br>
 &gt; [2] <a href="http://www.apache.org/foundation/voting.html#ReleaseVotes" \
target="_blank">http://www.apache.org/foundation/voting.html#ReleaseVotes</a><br> \
&gt; [3] <a href="http://people.apache.org/~lu4242/myfaces225binsrc" \
target="_blank">http://people.apache.org/~lu4242/myfaces225binsrc</a><br> &gt; [4] <a \
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&amp;version=12327190" \
target="_blank">https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&amp;version=12327190</a><br>
 </div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Grant Smith \
- V.P. Information Technology<br>Marathon Computer Systems, LLC.<br> </div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic