[jira] [Commented] (SDAP-422) Prefix release tarball paths with top level directory for easy cleanup post build

2023-01-03 Thread Riley Kuttruff (Jira)


[ 
https://issues.apache.org/jira/browse/SDAP-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654197#comment-17654197
 ] 

Riley Kuttruff commented on SDAP-422:
-

Thanks Julian.

 

>From my interpretation of the feedback we were getting, I was imagining that 
>having all three artifacts extract to a single, common directory was the 
>ideal. Perhaps something like:

Apache-SDAP/apache-sdap-\{module}-\{version}-src-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)


[jira] [Commented] (SDAP-422) Prefix release tarball paths with top level directory for easy cleanup post build

2023-01-03 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/SDAP-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (SDAP-422) Prefix release tarball paths with top level directory for easy cleanup post build

2023-01-03 Thread Riley Kuttruff (Jira)


[ 
https://issues.apache.org/jira/browse/SDAP-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17654194#comment-17654194
 ] 

Riley Kuttruff commented on SDAP-422:
-

Proposed structure:

 

(sdap-nexus) rileykk@MT-110978 apache-sdap-1.0.0-rc3 % tar -tf 
apache-sdap-nexusproto-1.0.0-src-incubating.tar.gz
Apache-SDAP/apache-sdap-nexusproto-1.0.0/.gitignore
Apache-SDAP/apache-sdap-nexusproto-1.0.0/CONTRIBUTING.md
Apache-SDAP/apache-sdap-nexusproto-1.0.0/DISCLAIMER-WIP
Apache-SDAP/apache-sdap-nexusproto-1.0.0/LICENSE
Apache-SDAP/apache-sdap-nexusproto-1.0.0/NOTICE
Apache-SDAP/apache-sdap-nexusproto-1.0.0/README
Apache-SDAP/apache-sdap-nexusproto-1.0.0/README.md
Apache-SDAP/apache-sdap-nexusproto-1.0.0/build.gradle
Apache-SDAP/apache-sdap-nexusproto-1.0.0/gradle.properties
Apache-SDAP/apache-sdap-nexusproto-1.0.0/gradle/wrapper/gradle-wrapper.jar
Apache-SDAP/apache-sdap-nexusproto-1.0.0/gradle/wrapper/gradle-wrapper.properties
Apache-SDAP/apache-sdap-nexusproto-1.0.0/gradlew
Apache-SDAP/apache-sdap-nexusproto-1.0.0/gradlew.bat
Apache-SDAP/apache-sdap-nexusproto-1.0.0/jenkins/Jenkinsfile
Apache-SDAP/apache-sdap-nexusproto-1.0.0/jenkins/pipeline-syntax.gdsl
Apache-SDAP/apache-sdap-nexusproto-1.0.0/nexusproto.iml
Apache-SDAP/apache-sdap-nexusproto-1.0.0/settings.gradle
Apache-SDAP/apache-sdap-nexusproto-1.0.0/src/main/proto/DataTile.proto
Apache-SDAP/apache-sdap-nexusproto-1.0.0/src/main/python/nexusproto/__init__.py
Apache-SDAP/apache-sdap-nexusproto-1.0.0/src/main/python/nexusproto/serialization.py
Apache-SDAP/apache-sdap-nexusproto-1.0.0/src/main/python/nexusproto/setup.py
(sdap-nexus) rileykk@MT-110978 apache-sdap-1.0.0-rc3 % tar -tf 
apache-sdap-nexus-1.0.0-src-incubating.tar.gz
Apache-SDAP/apache-sdap-nexus-1.0.0/.gitignore
Apache-SDAP/apache-sdap-nexus-1.0.0/CHANGELOG.md
Apache-SDAP/apache-sdap-nexus-1.0.0/CONTRIBUTING.md
Apache-SDAP/apache-sdap-nexus-1.0.0/DISCLAIMER-WIP
Apache-SDAP/apache-sdap-nexus-1.0.0/LICENSE
Apache-SDAP/apache-sdap-nexus-1.0.0/NOTICE
Apache-SDAP/apache-sdap-nexus-1.0.0/README
Apache-SDAP/apache-sdap-nexus-1.0.0/README.md
Apache-SDAP/apache-sdap-nexus-1.0.0/VERSION.txt
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/.gitignore
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/.idea/analysis.iml
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/.idea/encodings.xml
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/.idea/misc.xml
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/.idea/modules.xml
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/.idea/vcs.xml
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/README.md
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/__init__.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/conda-requirements.txt
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/package-list.txt
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/setup.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/static/index.html
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/test.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/README.md
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/__init__.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms/StandardDeviationSearch_test.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms/longitudelatitudemap_test.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms/test_base_doms_handler.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms/test_subsetter.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms_spark/__init__.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms_spark/test_matchup.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/algorithms_spark/test_timeseriesspark.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/config/algorithms.ini
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/conftest.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/data/edge_response.json
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/integration/algorithms_spark/test_matchup.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/redirect/__init__.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/redirect/collections-config.yaml
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/redirect/test_RemoteSDAPCache.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/tests/webapp_test.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/Filtering.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/GenerateImageMRF.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/LayerConfig.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/NexusHandler.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/NexusLivyHandler.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/WorkflowDriver.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/__init__.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/algorithms/Capabilities.py
Apache-SDAP/apache-sdap-nexus-1.0.0/analysis/webservice/algorithms/ColorBarHandler.py