[
https://issues.apache.org/jira/browse/SENTRY-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108955#comment-16108955
]
Sergio Peña commented on SENTRY-1862:
-------------------------------------
[~coheigea] assigned this to you if you can help on creating and signing the
artifacts. The release-1.8.0 is ready. I verified the tag compiles and tests
are running. So we just need to create the .tar.gz and sign them.
Here are the steps just in case:
{noformat}
# mkdir -p /tmp/sentry-release-preparations
# git archive --format=tar --prefix=apache-sentry-1.8.0-src/ HEAD | gzip >
/tmp/sentry-release-preparations/apache-sentry-1.8.0-src.tar.gz
# cd /tmp/sentry-release-preparations
# for file in *.tar.gz; do gpg --armor --output $file.asc --detach-sig $file;
done
# for file in *.tar.gz; do gpg --verify $file.asc $file; done
# for file in *.tar.gz; do md5sum $file > $file.md5; done
# for file in *.tar.gz; do sha1sum $file > $file.sha; done
{noformat}
Then upload them {{/tmp/sentry-release-preparation/*}} to
{{https://dist.apache.org/repos/dist/dev/sentry}}
> Create 1.8.0 artifacts. sign and upload to sentry package repo
> --------------------------------------------------------------
>
> Key: SENTRY-1862
> URL: https://issues.apache.org/jira/browse/SENTRY-1862
> Project: Sentry
> Issue Type: Sub-task
> Components: Sentry
> Affects Versions: 1.8.0
> Reporter: Sergio Peña
> Assignee: Colm O hEigeartaigh
>
> Once release-1.8.0 is ready and no fixes are needed, then we should create
> jars, sign them and upload them to the repo.
> I'll add more details later.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)