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 <cfram...@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, "jmcl...@apache.org" <jmcl...@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
> >
> >
>
>

Reply via email to