[ 
https://issues.apache.org/jira/browse/TINKERPOP3-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP3-986:
----------------------------------------
    Description: 
Provide a script to help manage binary LICENSE/NOTICE files.  Basically need to:

1. know if the dependencies we bundled in the zips changed since a previous 
version
2. extract LICENSE/NOTICE files from the bundled jars

it would work something like this:

{code}
bin/checkLicenseNotice.sh current.zip previous.zip
{code}

The result would be in a directory at {{target/checkLicenseNotice}}.  The 
result would consist of 

1. {{target/checkLicenseNotice/previous}} - a list of LICENSE/NOTICE files 
from "previous.zip" as extracted from the jar files in the distribution.  
"TinkerPop" jars can be ignored.
2. {{target/checkLicenseNotice/current}} - a list of LICENSE/NOTICE files from 
"current.zip" as extracted from the jar files in the distribution.  "TinkerPop" 
jars can be ignored.
3. {{target/checkLicenseNotice/diff}}- a list of LICENSE/NOTICE files that are 
"new" or "removed" (we'll ignore "changed" for the moment i guess unless an 
easy way to present that is determined) as determined by a compare between 
"previous" and "current"

  was:
Provide a script to help manage binary LICENSE/NOTICE files.  Basically need to:

1. know if the dependencies we bundled in the zips changed since a previous 
version
2. extract LICENSE/NOTICE files from the bundled jars

it would work something like this:

{{code}}
bin/checkLicenseNotice.sh current.zip previous.zip
{{code}}

The result would be in a directory at {{target/checkLicenseNotice}}.  The 
result would consist of 

1. {{target/checkLicenseNotice/previous - a list of LICENSE/NOTICE files 
from "previous.zip" as extracted from the jar files in the distribution.  
"TinkerPop" jars can be ignored.
2. {{target/checkLicenseNotice/current - a list of LICENSE/NOTICE files from 
"current.zip" as extracted from the jar files in the distribution.  "TinkerPop" 
jars can be ignored.
3. {{target/checkLicenseNotice/diff - a list of LICENSE/NOTICE files that are 
"new" or "removed" (we'll ignore "changed" for the moment i guess unless an 
easy way to present that is determined) as determined by a compare between 
"previous" and "current"


> Manage binary LICENSE/NOTICE files with bin/checkLicenseNotice.sh
> -----------------------------------------------------------------
>
>                 Key: TINKERPOP3-986
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-986
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: build-release
>    Affects Versions: 3.0.2-incubating
>            Reporter: stephen mallette
>            Assignee: Daniel Kuppitz
>
> Provide a script to help manage binary LICENSE/NOTICE files.  Basically need 
> to:
> 1. know if the dependencies we bundled in the zips changed since a previous 
> version
> 2. extract LICENSE/NOTICE files from the bundled jars
> it would work something like this:
> {code}
> bin/checkLicenseNotice.sh current.zip previous.zip
> {code}
> The result would be in a directory at {{target/checkLicenseNotice}}.  The 
> result would consist of 
> 1. {{target/checkLicenseNotice/previous}} - a list of LICENSE/NOTICE files 
> from "previous.zip" as extracted from the jar files in the distribution.  
> "TinkerPop" jars can be ignored.
> 2. {{target/checkLicenseNotice/current}} - a list of LICENSE/NOTICE files 
> from "current.zip" as extracted from the jar files in the distribution.  
> "TinkerPop" jars can be ignored.
> 3. {{target/checkLicenseNotice/diff}}- a list of LICENSE/NOTICE files that 
> are "new" or "removed" (we'll ignore "changed" for the moment i guess unless 
> an easy way to present that is determined) as determined by a compare between 
> "previous" and "current"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to