[spdx-tech] Online Validation Tools GSOC 2017

2017-03-02 Thread Rohit Lodha
As suggested by Gary, I had a look on both python-tools and how to use Java api/application from python/django. It turns out it's not so hard. We can use any of the packages available like JPy, Py4J, JPype, javabridge, Jython and JCC. After reading their documentations, I would suggest we use

Re: [spdx-tech] [GSOC'17] Getting Started

2017-03-02 Thread Philippe Ombredanne
On Thu, Mar 2, 2017 at 8:30 PM, VAIBHAV GUPTA wrote: > Hello SPDX Community, > I am Vaibhav Gupta, student at IIIT, Hyderabad, India. I am interested in > 'Online Validation Tools' project for GSOC'17. As I am new to open source, I > will be needing some guidance to

[spdx-tech] [GSOC'17] Getting Started

2017-03-02 Thread VAIBHAV GUPTA
Hello SPDX Community, I am Vaibhav Gupta, student at IIIT, Hyderabad, India. I am interested in 'Online Validation Tools' project for GSOC'17. As I am new to open source, I will be needing some guidance to initiate the work. Please help me getting started. Thank you On Fri, Mar 3, 2017 at 12:04

Re: [spdx-tech] spdx-tech (no subject)

2017-03-02 Thread Kate Stewart
Hi Vaibhav, The spdx-tech list is a self subscribing list. You can subscribe to it https://lists.spdx.org/mailman/listinfo/spdx-tech Thanks for your interest. :-) Kate On Thu, Mar 2, 2017 at 12:25 PM, VAIBHAV GUPTA wrote: > guptavaibhav18...@gmail.com > >

Re: spdx-tech Online Validation Tools GSOC 2017

2017-03-02 Thread Schuberth, Sebastian
>> $ ARRAY=( $(git ls-tree HEAD AUTHORS.rst) ) ; echo ${ARRAY[2]} >> d89c7ba9918d7fe249875ac44b8c61cb11cac4ac >> >> So, this way you not only get the hash before keyword expansion is done, you >> also get the hash for free since it's already known by the VCS. >> >> The downside is that this

Re: spdx-tech Online Validation Tools GSOC 2017

2017-03-02 Thread Philippe Ombredanne
On Thu, Mar 2, 2017 at 10:49 AM, Schuberth, Sebastian wrote: >>> So, instead of the hash processing a file with this text >>> >>> $Id: foo.c 123456 2015-01-31 12:34:56 mdb $ >>> >>> as is found in a file, it would instead process the above text as if >>> it were

Re: spdx-tech Online Validation Tools GSOC 2017

2017-03-02 Thread Schuberth, Sebastian
>> So, instead of the hash processing a file with this text >> >> $Id: foo.c 123456 2015-01-31 12:34:56 mdb $ >> >> as is found in a file, it would instead process the above text as if >> it were written $Id$ >> >> This would allow two files that are identical other than RCS Keyword >> vaues

Re: spdx-tech Online Validation Tools GSOC 2017

2017-03-02 Thread Mark D. Baushke
Hi Philippe, > As a side note, I have built several alternative lsh fingerprints and > I will push them as FOSS in > a https://github.com/nexB/ repo sometimes. Many thanks for your advise and suggestions. -- Mark ___ Spdx-tech mailing list

Re: spdx-tech Online Validation Tools GSOC 2017

2017-03-02 Thread Philippe Ombredanne
On Thu, Mar 2, 2017 at 6:31 AM, Mark D. Baushke wrote: > Hi Folks, > > A question for SPDX-Tech folks concerning file equivalences. > > If I have a file with a RCS Keywords such as is available in RCS, CVS, > SVN, git (svn:keywords) or changeset ID (Mercurial), is it desirable