Re: Two issues with license and notice auditing

2018-03-02 Thread Carlos Santana
As always Sebb thank you for your advice and quick response.


On Fri, Mar 2, 2018 at 10:27 AM sebb  wrote:

> On 2 March 2018 at 11:41, Carlos Santana  wrote:
> > Thanks sebb
> >
> > What do we do with “Apache Tentacles cannot support tar.gz”
>
> Never used it, but here are some suggestions:
>
> Provide a patch to the project.
>
> Unpack the archive and check it manually
>
> Unpack the archive and repack as zip, then use tentacles again.
>
> If there is a zip archive as well as a tar.gz, then use Tentacles to
> check the zip, and a diff program to check that the contents of the
> two archives are the same.
> (which they should be, barring any EOL considerations).
>
> > How are others dealing with this? Are you using Tentacles or another tool
> > in your releases?
> >
> > — Carlks
> >
> > On Fri, Mar 2, 2018 at 5:07 AM sebb  wrote:
> >
> >> On 2 March 2018 at 04:28, Carlos Santana  wrote:
> >> > Forwarding to Incubator mailing list to see if they any guidance.
> >> >
> >> > -- Forwarded message -
> >> > From: Ying Chun Guo 
> >> > Date: Thu, Mar 1, 2018 at 10:27 PM
> >> > Subject: Two issues with license and notice auditing
> >> > To: 
> >> >
> >> >
> >> > Hi, team
> >> >
> >> > When we are using Apache Creadur to audit licensing and notice files,
> we
> >> > met with two problems. I'm looking for any people who have
> experiences on
> >> > that.
> >> >
> >> > 1. Apache Rat cannot acknowledge the "minified" ASF, i.e. the short
> >> format
> >> > of Apache license header, which we plan to use in the small test
> files.
> >>
> >> Please raise a JIRA against RAT so the license can be added to the list.
> >>
> >> Meanwhile, you can add your own licenses:
> >>
> >>
> https://creadur.apache.org/rat/apache-rat-plugin/examples/custom-license.html
> >>
> >> > 2. Apache Tentacles cannot support tar.gz files in the staging repo.
> >> >
> >> > We have solutions to bypass these two questions. For the first issue,
> we
> >> > can put those files with mini headers in the Rat exclusion list.
> >>
> >> Please don't do that; see above.
> >>
> >> > For the
> >> > second issue, we can use bash script to check LICENSE and NOTICE or we
> >> can
> >> > use zip format instead, other than tar.gz. But I would like to check
> if
> >> > there are any other suggestions to these issues. Thanks.
> >> >
> >> > Best regards
> >> > Ying Chun Guo (Daisy)
> >>
>


Re: Two issues with license and notice auditing

2018-03-02 Thread sebb
On 2 March 2018 at 11:41, Carlos Santana  wrote:
> Thanks sebb
>
> What do we do with “Apache Tentacles cannot support tar.gz”

Never used it, but here are some suggestions:

Provide a patch to the project.

Unpack the archive and check it manually

Unpack the archive and repack as zip, then use tentacles again.

If there is a zip archive as well as a tar.gz, then use Tentacles to
check the zip, and a diff program to check that the contents of the
two archives are the same.
(which they should be, barring any EOL considerations).

> How are others dealing with this? Are you using Tentacles or another tool
> in your releases?
>
> — Carlks
>
> On Fri, Mar 2, 2018 at 5:07 AM sebb  wrote:
>
>> On 2 March 2018 at 04:28, Carlos Santana  wrote:
>> > Forwarding to Incubator mailing list to see if they any guidance.
>> >
>> > -- Forwarded message -
>> > From: Ying Chun Guo 
>> > Date: Thu, Mar 1, 2018 at 10:27 PM
>> > Subject: Two issues with license and notice auditing
>> > To: 
>> >
>> >
>> > Hi, team
>> >
>> > When we are using Apache Creadur to audit licensing and notice files, we
>> > met with two problems. I'm looking for any people who have experiences on
>> > that.
>> >
>> > 1. Apache Rat cannot acknowledge the "minified" ASF, i.e. the short
>> format
>> > of Apache license header, which we plan to use in the small test files.
>>
>> Please raise a JIRA against RAT so the license can be added to the list.
>>
>> Meanwhile, you can add your own licenses:
>>
>> https://creadur.apache.org/rat/apache-rat-plugin/examples/custom-license.html
>>
>> > 2. Apache Tentacles cannot support tar.gz files in the staging repo.
>> >
>> > We have solutions to bypass these two questions. For the first issue, we
>> > can put those files with mini headers in the Rat exclusion list.
>>
>> Please don't do that; see above.
>>
>> > For the
>> > second issue, we can use bash script to check LICENSE and NOTICE or we
>> can
>> > use zip format instead, other than tar.gz. But I would like to check if
>> > there are any other suggestions to these issues. Thanks.
>> >
>> > Best regards
>> > Ying Chun Guo (Daisy)
>>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: Two issues with license and notice auditing

2018-03-02 Thread John D. Ament
Probably a similar response - raise a ticket to Tentacles
https://issues.apache.org/jira/projects/TENTACLES/issues

FWIW, this is the first I'm ever hearing of this project.

John

On Fri, Mar 2, 2018 at 6:41 AM Carlos Santana  wrote:

> Thanks sebb
>
> What do we do with “Apache Tentacles cannot support tar.gz”
>
> How are others dealing with this? Are you using Tentacles or another tool
> in your releases?
>
> — Carlks
>
> On Fri, Mar 2, 2018 at 5:07 AM sebb  wrote:
>
> > On 2 March 2018 at 04:28, Carlos Santana  wrote:
> > > Forwarding to Incubator mailing list to see if they any guidance.
> > >
> > > -- Forwarded message -
> > > From: Ying Chun Guo 
> > > Date: Thu, Mar 1, 2018 at 10:27 PM
> > > Subject: Two issues with license and notice auditing
> > > To: 
> > >
> > >
> > > Hi, team
> > >
> > > When we are using Apache Creadur to audit licensing and notice files,
> we
> > > met with two problems. I'm looking for any people who have experiences
> on
> > > that.
> > >
> > > 1. Apache Rat cannot acknowledge the "minified" ASF, i.e. the short
> > format
> > > of Apache license header, which we plan to use in the small test files.
> >
> > Please raise a JIRA against RAT so the license can be added to the list.
> >
> > Meanwhile, you can add your own licenses:
> >
> >
> https://creadur.apache.org/rat/apache-rat-plugin/examples/custom-license.html
> >
> > > 2. Apache Tentacles cannot support tar.gz files in the staging repo.
> > >
> > > We have solutions to bypass these two questions. For the first issue,
> we
> > > can put those files with mini headers in the Rat exclusion list.
> >
> > Please don't do that; see above.
> >
> > > For the
> > > second issue, we can use bash script to check LICENSE and NOTICE or we
> > can
> > > use zip format instead, other than tar.gz. But I would like to check if
> > > there are any other suggestions to these issues. Thanks.
> > >
> > > Best regards
> > > Ying Chun Guo (Daisy)
> >
>


Re: Two issues with license and notice auditing

2018-03-02 Thread Carlos Santana
Thanks sebb

What do we do with “Apache Tentacles cannot support tar.gz”

How are others dealing with this? Are you using Tentacles or another tool
in your releases?

— Carlks

On Fri, Mar 2, 2018 at 5:07 AM sebb  wrote:

> On 2 March 2018 at 04:28, Carlos Santana  wrote:
> > Forwarding to Incubator mailing list to see if they any guidance.
> >
> > -- Forwarded message -
> > From: Ying Chun Guo 
> > Date: Thu, Mar 1, 2018 at 10:27 PM
> > Subject: Two issues with license and notice auditing
> > To: 
> >
> >
> > Hi, team
> >
> > When we are using Apache Creadur to audit licensing and notice files, we
> > met with two problems. I'm looking for any people who have experiences on
> > that.
> >
> > 1. Apache Rat cannot acknowledge the "minified" ASF, i.e. the short
> format
> > of Apache license header, which we plan to use in the small test files.
>
> Please raise a JIRA against RAT so the license can be added to the list.
>
> Meanwhile, you can add your own licenses:
>
> https://creadur.apache.org/rat/apache-rat-plugin/examples/custom-license.html
>
> > 2. Apache Tentacles cannot support tar.gz files in the staging repo.
> >
> > We have solutions to bypass these two questions. For the first issue, we
> > can put those files with mini headers in the Rat exclusion list.
>
> Please don't do that; see above.
>
> > For the
> > second issue, we can use bash script to check LICENSE and NOTICE or we
> can
> > use zip format instead, other than tar.gz. But I would like to check if
> > there are any other suggestions to these issues. Thanks.
> >
> > Best regards
> > Ying Chun Guo (Daisy)
>


Re: Two issues with license and notice auditing

2018-03-02 Thread sebb
On 2 March 2018 at 04:28, Carlos Santana  wrote:
> Forwarding to Incubator mailing list to see if they any guidance.
>
> -- Forwarded message -
> From: Ying Chun Guo 
> Date: Thu, Mar 1, 2018 at 10:27 PM
> Subject: Two issues with license and notice auditing
> To: 
>
>
> Hi, team
>
> When we are using Apache Creadur to audit licensing and notice files, we
> met with two problems. I'm looking for any people who have experiences on
> that.
>
> 1. Apache Rat cannot acknowledge the "minified" ASF, i.e. the short format
> of Apache license header, which we plan to use in the small test files.

Please raise a JIRA against RAT so the license can be added to the list.

Meanwhile, you can add your own licenses:
https://creadur.apache.org/rat/apache-rat-plugin/examples/custom-license.html

> 2. Apache Tentacles cannot support tar.gz files in the staging repo.
>
> We have solutions to bypass these two questions. For the first issue, we
> can put those files with mini headers in the Rat exclusion list.

Please don't do that; see above.

> For the
> second issue, we can use bash script to check LICENSE and NOTICE or we can
> use zip format instead, other than tar.gz. But I would like to check if
> there are any other suggestions to these issues. Thanks.
>
> Best regards
> Ying Chun Guo (Daisy)

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org