[
https://issues.apache.org/jira/browse/SDAP-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654196#comment-17654196
]
Julian Hyde commented on SDAP-422:
----------------------------------
A more conventional structure would be to use the base name of the tar file,
like this:
{code}
% tar -tf apache-sdap-ingester-1.0.0-src-incubating.tar.gz
apache-sdap-ingester-1.0.0-src-incubating/.github/workflows/github-dev-release.yml
apache-sdap-ingester-1.0.0-src-incubating/.github/workflows/pypi-tag-release.yml
apache-sdap-ingester-1.0.0-src-incubating/.gitignore
{code}
For extra credit -- feel free to skip this one if it's not easy -- the release
name is 'Apache SDAP Ingester 1.0.0 (incubating)' and therefore the prefix
should be 'apache-sdap-ingester-1.0.0-incubating-src'. This transposes 'src'
and 'incubating'.
> Prefix release tarball paths with top level directory for easy cleanup post
> build
> ---------------------------------------------------------------------------------
>
> Key: SDAP-422
> URL: https://issues.apache.org/jira/browse/SDAP-422
> Project: Apache Science Data Analytics Platform
> Issue Type: Task
> Reporter: Riley Kuttruff
> Priority: Minor
>
> This will require minor changes to release packaging workflow & the build
> documentation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)