You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Carol Frampton <cf...@adobe.com> on 2013/01/04 21:50:49 UTC

Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Justin,

This seems rather complicated.  The Apache script sign_and_hash.sh just
needs to be run on the files in the release directory.  We have a copy of
the script in the sdk/trunk/build directory.

cd release
./path/to/sign_and_hash.sh

Carol
 

On 1/3/13 7 :43PM, "jmclean@apache.org" <jm...@apache.org> wrote:

>Author: jmclean
>Date: Fri Jan  4 00:43:22 2013
>New Revision: 1428687
>
>URL: http://svn.apache.org/viewvc?rev=1428687&view=rev
>Log:
>change version 2.0.0 to 2.0.1
>
>Modified:
>    incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
>
>Modified: incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
>URL: 
>http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/RELE
>ASE_GUIDE?rev=1428687&r1=1428686&r2=1428687&view=diff
>==========================================================================
>====
>--- incubator/flex/utilities/trunk/installer/RELEASE_GUIDE (original)
>+++ incubator/flex/utilities/trunk/installer/RELEASE_GUIDE Fri Jan  4
>00:43:22 2013
>@@ -48,18 +48,18 @@ This step
> 
> cd release
> 
>-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.exe.asc
>--detach-sig apache-flex-sdk-installer-2.0.0-bin.exe (on Windows)
>-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.dmg.asc
>--detach-sig apache-flex-sdk-installer-2.0.0-bin.dmg (on Mac)
>-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.tar.gz.asc
>--detach-sig apache-flex-sdk-installer-2.0.0-src.tar.gz
>-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.zip.asc
>--detach-sig apache-flex-sdk-installer-2.0.0-src.zip
>+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.exe.asc
>--detach-sig apache-flex-sdk-installer-2.0.1-bin.exe (on Windows)
>+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.dmg.asc
>--detach-sig apache-flex-sdk-installer-2.0.1-bin.dmg (on Mac)
>+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.tar.gz.asc
>--detach-sig apache-flex-sdk-installer-2.0.1-src.tar.gz
>+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.zip.asc
>--detach-sig apache-flex-sdk-installer-2.0.1-src.zip
> 
>-This step creates the release artifacts InstallApacheFlex.exe.asc,
>apache-flex-sdk-installer-2.0.0-src.tar.gz.asc and
>apache-flex-sdk-installer-2.0.0-src.zip.asc
>+This step creates the release artifacts InstallApacheFlex.exe.asc,
>apache-flex-sdk-installer-2.0.1-src.tar.gz.asc and
>apache-flex-sdk-installer-2.0.1-src.zip.asc
> 
> 6.  Run:
>-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.exe >
>apache-flex-sdk-installer-2.0.0-bin.exe.md5 (On Windows)
>-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.dmg >
>apache-flex-sdk-installer-2.0.0-bin.dmg.md5 (On Mac)
>-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.tar.gz >
>apache-flex-sdk-installer-2.0.0-src.tar.gz.md5
>-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.zip >
>apache-flex-sdk-installer-2.0.0-src.zip.md5
>+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.exe >
>apache-flex-sdk-installer-2.0.1-bin.exe.md5 (On Windows)
>+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.dmg >
>apache-flex-sdk-installer-2.0.1-bin.dmg.md5 (On Mac)
>+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.tar.gz >
>apache-flex-sdk-installer-2.0.1-src.tar.gz.md5
>+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.zip >
>apache-flex-sdk-installer-2.0.1-src.zip.md5
> 
> 7. In the /installer directory, run:
> ant rat-report
>
>


Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Om <bi...@gmail.com>.
I meant to say: */utilities/trunk/build*

On Fri, Jan 4, 2013 at 1:49 PM, Om <bi...@gmail.com> wrote:

> Thanks!  I was looking for this a while ago but forgot about it.  Do you
> mind if I moved it into utilities/build directory?  That seems like a more
> appropriate location for this script .
>
> Om
>
>
> On Fri, Jan 4, 2013 at 12:50 PM, Carol Frampton <cf...@adobe.com>wrote:
>
>> Justin,
>>
>> This seems rather complicated.  The Apache script sign_and_hash.sh just
>> needs to be run on the files in the release directory.  We have a copy of
>> the script in the sdk/trunk/build directory.
>>
>> cd release
>> ./path/to/sign_and_hash.sh
>>
>> Carol
>>
>>
>> On 1/3/13 7 :43PM, "jmclean@apache.org" <jm...@apache.org> wrote:
>>
>> >Author: jmclean
>> >Date: Fri Jan  4 00:43:22 2013
>> >New Revision: 1428687
>> >
>> >URL: http://svn.apache.org/viewvc?rev=1428687&view=rev
>> >Log:
>> >change version 2.0.0 to 2.0.1
>> >
>> >Modified:
>> >    incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
>> >
>> >Modified: incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
>> >URL:
>> >
>> http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/RELE
>> >ASE_GUIDE?rev=1428687&r1=1428686&r2=1428687&view=diff
>>
>> >==========================================================================
>> >====
>> >--- incubator/flex/utilities/trunk/installer/RELEASE_GUIDE (original)
>> >+++ incubator/flex/utilities/trunk/installer/RELEASE_GUIDE Fri Jan  4
>> >00:43:22 2013
>> >@@ -48,18 +48,18 @@ This step
>> >
>> > cd release
>> >
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.exe.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-bin.exe (on Windows)
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.dmg.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-bin.dmg (on Mac)
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.tar.gz.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-src.tar.gz
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.zip.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-src.zip
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.exe.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-bin.exe (on Windows)
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.dmg.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-bin.dmg (on Mac)
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.tar.gz.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-src.tar.gz
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.zip.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-src.zip
>> >
>> >-This step creates the release artifacts InstallApacheFlex.exe.asc,
>> >apache-flex-sdk-installer-2.0.0-src.tar.gz.asc and
>> >apache-flex-sdk-installer-2.0.0-src.zip.asc
>> >+This step creates the release artifacts InstallApacheFlex.exe.asc,
>> >apache-flex-sdk-installer-2.0.1-src.tar.gz.asc and
>> >apache-flex-sdk-installer-2.0.1-src.zip.asc
>> >
>> > 6.  Run:
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.exe >
>> >apache-flex-sdk-installer-2.0.0-bin.exe.md5 (On Windows)
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.dmg >
>> >apache-flex-sdk-installer-2.0.0-bin.dmg.md5 (On Mac)
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.tar.gz >
>> >apache-flex-sdk-installer-2.0.0-src.tar.gz.md5
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.zip >
>> >apache-flex-sdk-installer-2.0.0-src.zip.md5
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.exe >
>> >apache-flex-sdk-installer-2.0.1-bin.exe.md5 (On Windows)
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.dmg >
>> >apache-flex-sdk-installer-2.0.1-bin.dmg.md5 (On Mac)
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.tar.gz >
>> >apache-flex-sdk-installer-2.0.1-src.tar.gz.md5
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.zip >
>> >apache-flex-sdk-installer-2.0.1-src.zip.md5
>> >
>> > 7. In the /installer directory, run:
>> > ant rat-report
>> >
>> >
>>
>>
>

Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Om <bi...@gmail.com>.
Yup, that fixed it.  Thanks!

On Fri, Jan 4, 2013 at 2:40 PM, Alex Harui <ah...@adobe.com> wrote:

> That's a line ending issue.  Run dos2unix on it.
>
>
> On 1/4/13 2:24 PM, "Om" <bi...@gmail.com> wrote:
>
> > BTW, this script does not work for me on windows (cygwin)  This is what I
> > get:
> >
> > $ ./sign_and_hash.sh
> > ./sign_and_hash.sh: line 48: $'\r': command not found
> > ./sign_and_hash.sh: line 49: $'\r': command not found
> > ./sign_and_hash.sh: line 50: syntax error near unexpected token `$'do\r''
> > '/sign_and_hash.sh: line 50: `for file in *; do
> >
> > On Fri, Jan 4, 2013 at 2:13 PM, Om <bi...@gmail.com> wrote:
> >
> >> So, should I just make a copy under utilities/trunk/installer?
> >>
> >>
> >> On Fri, Jan 4, 2013 at 2:11 PM, Justin Mclean
> >> <ju...@classsoftware.com>wrote:
> >>
> >>> I'd leave it where it is each imo you should be able to build each
> >>> project from its own trunk and not have to check out multiple trunks
> >>>
> >>
> >>
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>

Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Alex Harui <ah...@adobe.com>.
That's a line ending issue.  Run dos2unix on it.


On 1/4/13 2:24 PM, "Om" <bi...@gmail.com> wrote:

> BTW, this script does not work for me on windows (cygwin)  This is what I
> get:
> 
> $ ./sign_and_hash.sh
> ./sign_and_hash.sh: line 48: $'\r': command not found
> ./sign_and_hash.sh: line 49: $'\r': command not found
> ./sign_and_hash.sh: line 50: syntax error near unexpected token `$'do\r''
> '/sign_and_hash.sh: line 50: `for file in *; do
> 
> On Fri, Jan 4, 2013 at 2:13 PM, Om <bi...@gmail.com> wrote:
> 
>> So, should I just make a copy under utilities/trunk/installer?
>> 
>> 
>> On Fri, Jan 4, 2013 at 2:11 PM, Justin Mclean
>> <ju...@classsoftware.com>wrote:
>> 
>>> I'd leave it where it is each imo you should be able to build each
>>> project from its own trunk and not have to check out multiple trunks
>>> 
>> 
>> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Om <bi...@gmail.com>.
BTW, this script does not work for me on windows (cygwin)  This is what I
get:

$ ./sign_and_hash.sh
./sign_and_hash.sh: line 48: $'\r': command not found
./sign_and_hash.sh: line 49: $'\r': command not found
./sign_and_hash.sh: line 50: syntax error near unexpected token `$'do\r''
'/sign_and_hash.sh: line 50: `for file in *; do

On Fri, Jan 4, 2013 at 2:13 PM, Om <bi...@gmail.com> wrote:

> So, should I just make a copy under utilities/trunk/installer?
>
>
> On Fri, Jan 4, 2013 at 2:11 PM, Justin Mclean <ju...@classsoftware.com>wrote:
>
>> I'd leave it where it is each imo you should be able to build each
>> project from its own trunk and not have to check out multiple trunks
>>
>
>

Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Carol Frampton <cf...@adobe.com>.
It is referenced in the SDK release guide so don't just move it.  Let me
see if I can remember where it lives in the Apache tools svn area before
we go any farther.

Carol

On 1/4/13 5 :13PM, "Om" <bi...@gmail.com> wrote:

>So, should I just make a copy under utilities/trunk/installer?
>
>On Fri, Jan 4, 2013 at 2:11 PM, Justin Mclean
><ju...@classsoftware.com>wrote:
>
>> I'd leave it where it is each imo you should be able to build each
>>project
>> from its own trunk and not have to check out multiple trunks
>>


Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Om <bi...@gmail.com>.
So, should I just make a copy under utilities/trunk/installer?

On Fri, Jan 4, 2013 at 2:11 PM, Justin Mclean <ju...@classsoftware.com>wrote:

> I'd leave it where it is each imo you should be able to build each project
> from its own trunk and not have to check out multiple trunks
>

Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Carol Frampton <cf...@adobe.com>.
This script comes from
https://svn.apache.org/repos/private/committers/tools/releases/ which is
only accessible to committers.  It looks like there are some other handy
scripts in that directory as well.

Carol

On 1/4/13 4 :49PM, "Om" <bi...@gmail.com> wrote:

>Thanks!  I was looking for this a while ago but forgot about it.  Do you
>mind if I moved it into utilities/build directory?  That seems like a more
>appropriate location for this script .
>
>Om
>
>On Fri, Jan 4, 2013 at 12:50 PM, Carol Frampton <cf...@adobe.com>
>wrote:
>
>> Justin,
>>
>> This seems rather complicated.  The Apache script sign_and_hash.sh just
>> needs to be run on the files in the release directory.  We have a copy
>>of
>> the script in the sdk/trunk/build directory.
>>
>> cd release
>> ./path/to/sign_and_hash.sh
>>
>> Carol
>>
>>
>> On 1/3/13 7 :43PM, "jmclean@apache.org" <jm...@apache.org> wrote:
>>
>> >Author: jmclean
>> >Date: Fri Jan  4 00:43:22 2013
>> >New Revision: 1428687
>> >
>> >URL: http://svn.apache.org/viewvc?rev=1428687&view=rev
>> >Log:
>> >change version 2.0.0 to 2.0.1
>> >
>> >Modified:
>> >    incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
>> >
>> >Modified: incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
>> >URL:
>> >
>> 
>>http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/REL
>>E
>> >ASE_GUIDE?rev=1428687&r1=1428686&r2=1428687&view=diff
>> 
>>>========================================================================
>>>==
>> >====
>> >--- incubator/flex/utilities/trunk/installer/RELEASE_GUIDE (original)
>> >+++ incubator/flex/utilities/trunk/installer/RELEASE_GUIDE Fri Jan  4
>> >00:43:22 2013
>> >@@ -48,18 +48,18 @@ This step
>> >
>> > cd release
>> >
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.exe.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-bin.exe (on Windows)
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.dmg.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-bin.dmg (on Mac)
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.tar.gz.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-src.tar.gz
>> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.zip.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.0-src.zip
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.exe.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-bin.exe (on Windows)
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.dmg.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-bin.dmg (on Mac)
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.tar.gz.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-src.tar.gz
>> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.zip.asc
>> >--detach-sig apache-flex-sdk-installer-2.0.1-src.zip
>> >
>> >-This step creates the release artifacts InstallApacheFlex.exe.asc,
>> >apache-flex-sdk-installer-2.0.0-src.tar.gz.asc and
>> >apache-flex-sdk-installer-2.0.0-src.zip.asc
>> >+This step creates the release artifacts InstallApacheFlex.exe.asc,
>> >apache-flex-sdk-installer-2.0.1-src.tar.gz.asc and
>> >apache-flex-sdk-installer-2.0.1-src.zip.asc
>> >
>> > 6.  Run:
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.exe >
>> >apache-flex-sdk-installer-2.0.0-bin.exe.md5 (On Windows)
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.dmg >
>> >apache-flex-sdk-installer-2.0.0-bin.dmg.md5 (On Mac)
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.tar.gz >
>> >apache-flex-sdk-installer-2.0.0-src.tar.gz.md5
>> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.zip >
>> >apache-flex-sdk-installer-2.0.0-src.zip.md5
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.exe >
>> >apache-flex-sdk-installer-2.0.1-bin.exe.md5 (On Windows)
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.dmg >
>> >apache-flex-sdk-installer-2.0.1-bin.dmg.md5 (On Mac)
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.tar.gz >
>> >apache-flex-sdk-installer-2.0.1-src.tar.gz.md5
>> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.zip >
>> >apache-flex-sdk-installer-2.0.1-src.zip.md5
>> >
>> > 7. In the /installer directory, run:
>> > ant rat-report
>> >
>> >
>>
>>


Re: svn commit: r1428687 - /incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Posted by Om <bi...@gmail.com>.
Thanks!  I was looking for this a while ago but forgot about it.  Do you
mind if I moved it into utilities/build directory?  That seems like a more
appropriate location for this script .

Om

On Fri, Jan 4, 2013 at 12:50 PM, Carol Frampton <cf...@adobe.com> wrote:

> Justin,
>
> This seems rather complicated.  The Apache script sign_and_hash.sh just
> needs to be run on the files in the release directory.  We have a copy of
> the script in the sdk/trunk/build directory.
>
> cd release
> ./path/to/sign_and_hash.sh
>
> Carol
>
>
> On 1/3/13 7 :43PM, "jmclean@apache.org" <jm...@apache.org> wrote:
>
> >Author: jmclean
> >Date: Fri Jan  4 00:43:22 2013
> >New Revision: 1428687
> >
> >URL: http://svn.apache.org/viewvc?rev=1428687&view=rev
> >Log:
> >change version 2.0.0 to 2.0.1
> >
> >Modified:
> >    incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
> >
> >Modified: incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
> >URL:
> >
> http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/RELE
> >ASE_GUIDE?rev=1428687&r1=1428686&r2=1428687&view=diff
> >==========================================================================
> >====
> >--- incubator/flex/utilities/trunk/installer/RELEASE_GUIDE (original)
> >+++ incubator/flex/utilities/trunk/installer/RELEASE_GUIDE Fri Jan  4
> >00:43:22 2013
> >@@ -48,18 +48,18 @@ This step
> >
> > cd release
> >
> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.exe.asc
> >--detach-sig apache-flex-sdk-installer-2.0.0-bin.exe (on Windows)
> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-bin.dmg.asc
> >--detach-sig apache-flex-sdk-installer-2.0.0-bin.dmg (on Mac)
> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.tar.gz.asc
> >--detach-sig apache-flex-sdk-installer-2.0.0-src.tar.gz
> >-gpg --armor --output apache-flex-sdk-installer-2.0.0-src.zip.asc
> >--detach-sig apache-flex-sdk-installer-2.0.0-src.zip
> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.exe.asc
> >--detach-sig apache-flex-sdk-installer-2.0.1-bin.exe (on Windows)
> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-bin.dmg.asc
> >--detach-sig apache-flex-sdk-installer-2.0.1-bin.dmg (on Mac)
> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.tar.gz.asc
> >--detach-sig apache-flex-sdk-installer-2.0.1-src.tar.gz
> >+gpg --armor --output apache-flex-sdk-installer-2.0.1-src.zip.asc
> >--detach-sig apache-flex-sdk-installer-2.0.1-src.zip
> >
> >-This step creates the release artifacts InstallApacheFlex.exe.asc,
> >apache-flex-sdk-installer-2.0.0-src.tar.gz.asc and
> >apache-flex-sdk-installer-2.0.0-src.zip.asc
> >+This step creates the release artifacts InstallApacheFlex.exe.asc,
> >apache-flex-sdk-installer-2.0.1-src.tar.gz.asc and
> >apache-flex-sdk-installer-2.0.1-src.zip.asc
> >
> > 6.  Run:
> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.exe >
> >apache-flex-sdk-installer-2.0.0-bin.exe.md5 (On Windows)
> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-bin.dmg >
> >apache-flex-sdk-installer-2.0.0-bin.dmg.md5 (On Mac)
> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.tar.gz >
> >apache-flex-sdk-installer-2.0.0-src.tar.gz.md5
> >-gpg --print-md MD5 apache-flex-sdk-installer-2.0.0-src.zip >
> >apache-flex-sdk-installer-2.0.0-src.zip.md5
> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.exe >
> >apache-flex-sdk-installer-2.0.1-bin.exe.md5 (On Windows)
> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-bin.dmg >
> >apache-flex-sdk-installer-2.0.1-bin.dmg.md5 (On Mac)
> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.tar.gz >
> >apache-flex-sdk-installer-2.0.1-src.tar.gz.md5
> >+gpg --print-md MD5 apache-flex-sdk-installer-2.0.1-src.zip >
> >apache-flex-sdk-installer-2.0.1-src.zip.md5
> >
> > 7. In the /installer directory, run:
> > ant rat-report
> >
> >
>
>