The asf-release.sh script we are currently using names them as they are:
function _sign_package {
local ARCHIVE_NAME=$1
echo "Signing archive ${ARCHIVE_NAME}..."
gpg --armor --output ${ARCHIVE_NAME}.asc --detach-sig ${ARCHIVE_NAME}
gpg --print-md MD5 ${ARCHIVE_NAME} > ${ARCHIVE_NAME}.md5
gpg --print-md SHA512 ${ARCHIVE_NAME} > ${ARCHIVE_NAME}.sha
}
I can change that to sha512 now.
--Tom
On Thu, Jan 4, 2018 at 11:14 AM, John D. Ament <[email protected]>
wrote:
> Thomas,
>
> The files are still named "sha" instead of "sha512"
>
> John
>
> On Thu, Jan 4, 2018 at 10:59 AM Thomas Nadeau <[email protected]> wrote:
>
> > Aria Community:
> >
> > This is a vote to release Apache AriaTosca (Incubating) 0.2.0. If the
> vote
> > passes, another vote for approving the release will take place on the
> > Apache Incubator's PMC. Please verify the various release artifacts and
> > respond to the list with your results. Instructions for locating the
> > artifacts can be found below.
> >
> > The tarball candidate for the 0.2.0 release is in ARIA's /dist/dev
> folder:
> > *
> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> 0.2.0-incubating/
> > <
> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> 0.2.0-incubating/
> > >*
> >
> > The testing/staging pypi version can be found here:
> > https://test.pypi.org/project/apache-ariatosca/
> > Instructions for installation etc. may be found in the README file inside
> > the tarball. Note there are different instructions for downloading and
> > installing from test.pypi, so please refer to test.pypi.org for
> > instructions. The list of resolved issues for this release are simply
> all
> > the issues that have been resolved thus far since the last release. Those
> > can be found here: https://issues.apache.org/jira/secure/RapidBoard.
> > jspa?rapidView=150&projectKey=ARIA&view=planning&selectedIssue=ARIA-394
> > <https://issues.apache.org/jira/secure/RapidBoard.jspa?
> rapidView=150&projectKey=ARIA&view=planning&selectedIssue=ARIA-394>
> > Please vote to publish this tarball on ARIA's /dist/release folder and
> > release on pypi. The voting for this must be open for 3 full days to all
> > Committers within the project, and then for 3 full days on the Apache
> PMC.
> > Voting for the release will begin now at 12PM EST, Thursday, January 4,
> > 2018 and be completed on 12PM EST on Sunday, January 7, 2018.
> >
> > Thanks,
> >
> > --Tom
> >
>