Re: [EXTERNAL] Re: [DISCUSS] Towards release 0.4.5a56

2022-12-01 Thread Kuttruff, Riley K (US 398F-Affiliate)
It appears some of the source files are missing the ASF header. I did a check 
for all the Python files across the repositories and added them where needed in 
a pair of PRs (nexus & ingester; nexusproto had no .py files missing the 
header).

I still have yet to check for any non-python source files.

Riley

On 11/30/22, 4:29 PM, "Nga Chung"  wrote:

Hi everyone,

So this email thread probably needs renaming or we can start a new one if
we're proceeding with a Version 1.0.0 release instead of 0.4.5a56.

Anyways, with help from many folks we now have a release candidate that can
be found here:

https://urldefense.us/v3/__https://dist.apache.org/repos/dist/dev/incubator/sdap/apache-sdap-1.0.0-rc0/__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtGjkf-Wmw$
 


Instructions for building docker images from source can be found here:

https://urldefense.us/v3/__https://incubator-sdap-nexus.readthedocs.io/en/latest/build.html__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtGMdzQUnc$
 
Instructions for deploying locally to test can be found here:

https://urldefense.us/v3/__https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.html__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtG-tQ0nvg$
 
Associated docker images can be found here:

https://urldefense.us/v3/__https://hub.docker.com/search?q=apache*2Fsdap__;JQ!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtG5KMpZEg$
 

Here's how I created rc0. I will get these instructions into github but
wanted to get all this out first for your review.

git clone --branch release/1.0.0

https://urldefense.us/v3/__https://github.com/apache/incubator-sdap-nexusproto.git__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtGbmDU9OM$
 

cd incubator-sdap-nexusproto*/*

git ls-files > /tmp/manifest.txt

tar cvfz apache-sdap-nexusproto-1.0.0-src.tar.gz -T /tmp/manifest.txt

gpg --armor --output apache-sdap-nexusproto-1.0.0-src.tar.gz.asc
--detach-sig apache-sdap-nexusproto-1.0.0-src.tar.gz

shasum -a 512 apache-sdap-nexusproto-1.0.0-src.tar.gz >
apache-sdap-nexusproto-1.0.0-src.tar.gz.sha512


git clone --branch release/1.0.0

https://urldefense.us/v3/__https://github.com/apache/incubator-sdap-ingester.git__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtGgkAuYFg$
 

cd incubator-sdap-ingester/

git ls-files > /tmp/manifest.txt

tar cvfz apache-sdap-ingester-1.0.0-src.tar.gz -T /tmp/manifest.txt

gpg --armor --output apache-sdap-ingester-1.0.0-src.tar.gz.asc --detach-sig
apache-sdap-ingester-1.0.0-src.tar.gz

shasum -a 512 apache-sdap-ingester-1.0.0-src.tar.gz >
apache-sdap-ingester-1.0.0-src.tar.gz.sha512


git clone --branch release/1.0.0

https://urldefense.us/v3/__https://github.com/apache/incubator-sdap-nexus.git__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtG19U3rPQ$
 

cd incubator-sdap-nexus/

git ls-files > /tmp/manifest.txt

tar cvfz apache-sdap-nexus-1.0.0-src.tar.gz -T /tmp/manifest.txt

gpg --armor --output apache-sdap-nexus-1.0.0-src.tar.gz.asc --detach-sig
apache-sdap-nexus-1.0.0-src.tar.gz

shasum -a 512 apache-sdap-nexus-1.0.0-src.tar.gz >
apache-sdap-nexus-1.0.0-src.tar.gz.sha512

svn co 
https://urldefense.us/v3/__https://dist.apache.org/repos/dist/dev/incubator/sdap__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtG8upBcY0$
  sdap
mkdir sdap/apache-sdap-1.0.0-rc0
cp incubator-sdap-nexusproto/apache-sdap-nexusproto-1.0.0-src.tar.gz*
sdap/apache-sdap-1.0.0-rc0/.
cp incubator-sdap-ingester/apache-sdap-ingester-1.0.0-src.tar.gz*
sdap/apache-sdap-1.0.0-rc0/.
cp incubator-sdap-nexus/apache-sdap-nexus-1.0.0-src.tar.gz*
sdap/apache-sdap-1.0.0-rc0/.

svn add apache-sdap-1.0.0-rc0

svn ci -m "Uploading release candidate Apache SDAP apache-sdap-1.0.0-rc0 to
dev area" apache-sdap-1.0.0-rc0


Thanks,
Nga

On Wed, Nov 9, 2022 at 4:26 PM Julian Hyde  wrote:

> hanks for volunteering to be release manager!
>
> The artifacts to be voted on will be in the following directory (or
> something very much like it):
>
>
>
> 
https://urldefense.us/v3/__https://dist.apache.org/repos/dist/dev/incubator/sdap/apache-sdap-0.4.5a56-rc0/__;!!PvBDto6Hs4WbVuu7!aY2tIy4CD6wRO7JlwQ9_XSOpDkqvhu8QMq2ROLe907bKV-UqYPygNoR8NjtGsl1T6OQ$
 
>
> with
> * “dev” being the place for candidate releases (to be replaced by 
“release”
> when the release is final)
> * “sdap” being the project name (prefixed with “incubator/“ while sdap is
> incubating)
> * “apache-sdap” being the component
> * “0.4.5a56” being the version
> * “rc0” being the release candidate label
>
> 

Re: [EXTERNAL] Re: Ex: [DISCUSS] Towards release 0.4.5a56

2022-11-02 Thread Kuttruff, Riley K (US 398F-Affiliate)
I think the granule ingester and collection manager have some common code 
components so it might make more sense for something like:
-apache-sdapv1.0.0
   -sdap-nexus-webapp
  -src
   -sdap-ingester
  -common
 -src
  -sdap-collection-manager
 -src
  -sdap-granule-ingester
 -src

On 11/2/22, 4:14 PM, "Frank Greguska"  wrote:

I believe we settled on 3 artifacts:

apache/sdap-nexus-webapp
apache/sdap-collection-manager
apache/sdap-granule-ingester

There was still some active discussion on if these should share a version
number or not. For sake of argument, let's say they do.

So tarball would be something like

   - apache-sdapv1.0.0
  - sdap-nexus-webapp
 - source code
 - sdap-collection-manager
 - source code
 - sdap-granule-ingester
 - source code


Github repos would all have v1.0.0 tags/releases
Docker repos would all have v1.0.0 tag

On Wed, Nov 2, 2022 at 3:52 PM Riley K. Kuttruff  wrote:

> Will there be a tarball corresponding to the Nexus & Ingester repos or
> will both be consolidated into one tatball?
>
> Sent from my Verizon, Samsung Galaxy smartphone
> Get Outlook for 
Android
> 
> From: Perez, Stepheny K (US 398F) 
> Sent: Wednesday, November 2, 2022 3:47:25 PM
> To: dev@sdap.apache.org 
> Subject: Ex: [DISCUSS] Towards release 0.4.5a56
>
> Hi everyone,
>
> I’d like to start the conversation regarding our first official Apache
> release. From what I can tell, these are the major items that need to be
> completed before we can move forward:
>
>
> 1.   Identify a release manager. Any volunteers?
>
> 2.   Create release tarball
>
> 3.   Write release notes
>
> 4.   Write installation instructions from source (Riley Kuttruff has
> started this work)
>
> 5.   Push docker images to Dockerhub (and update quickstart with these
> versions)
>
> Another important task before moving forward would be testing the latest
> SDAP analysis image 0.4.5a56. I have personally used this version without
> any issues. Has anyone else upgraded to this latest alpha version?
>
> Thank you!
> Stepheny
> CAUTION: This email was not sent from a Cal Poly Pomona service. Exercise
> caution when clicking links or opening attachments. Please forward
> suspicious email to suspectem...@cpp.edu.
>
>