Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [technology-pmc] Request assistance for Eclipse CogniCrypt

Thanks for helping out, Matthias. Be careful... you may get volunteered to join the PMC :-)

1. We set up all projects with appropriate incubation branding to qualify for Parallel IP. So yes, Eclipse CogniCrypt is eligible.

FWIW, the IP Team takes this into consideration. They would not grant "checkin" to a project that is not eligible for Parallel IP.

Regarding the difference between Type A and Type B Due Diligence... The sorts of cursory due diligence that is done to "checkin" for third party content is basically the same as for Type A license certification. You can start using third party content that is either Type A certified or granted "checkin".

I'll take a look at the documentation to see how we can avoid future confusion.

2. You can check in project code as soon as the IP Team gives that "checkin" stamp. I'm not sure what naming convensions you mean. The semantic versioning scheme that you choose for your components is up to the project team. Any builds that you produce need to conform to the Incubation Branding guidelines and--as milestone builds--should be labeled as such (e.g. 0.7.0M2).

3. As Matthias states, you must move those repositories into an Eclipse Foundation organization. 

This process starts with an Initial Contribution. Once you have IP Team approval, you can move your existing GitHub repositories into the Eclipse organization. You should do your onging development in the "official" Eclipse repository. You should submit that initial contribution ASAP. Let me know if you need help.

FWIW, this was all communicated with Eric Bodden as part of the onboarding process. e.g. https://bugs.eclipse.org/bugs/show_bug.cgi?id=526662#c20

HTH,

Wayne

On Tue, Feb 27, 2018 at 11:03 AM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
On Tue, Feb 27, 2018 at 4:35 PM, Johannes Spaeth <johannes.spaeth@iem.fraunhofer.de> wrote:
Hi,

we are currently incubating the Eclipse CogniCrypt project and are going through the required IP process to check the licenses of the used dependencies.

There are a couple of question we would like to know about.


We raised all Contribution Questionaires for the dependencies. Most of them are resolved, but some of them are still pending.
If I am correct, we cannot check-in any code before all IP and the CQs are resolved in IPZilla. Unless, CogniCrypt is eligible for the parallel IP process[1].


you missed to add the links


 
Therefore I wonder,

1. Is CogniCrypt eligible for the parallel IP process? If not, can we get a preliminary approval?


describes the parallel ip process 

But I wonder why the project handbook doesn't mention the difference for Type A / Type B IP Due Diligence process.
It seems the handbook needs an update here.
See 

2. What are the requirement for the check-in code?
       We would like to be prepared for the check-in. For example I found the naming conventions[2], are they mandatory for the first version of the checked-in?


where is the link ?
 
3. What is the best practice to keep the eclipse-hosted source code in sync with github repositories?
       Our code is currently hosted in github repositories. We will make them public and would like to keep working with these repositories. Do other projects follow a similar approach?

       Is it possible to purely stick to the github hosted repositories, or can we keep both in sync somehow?


as soon as the CQ for the initial source code contribution has been accepted you can check this in.
You can choose Gerrit Code Review or Github
if you want github follow

You will get a new repository and its history will start with the initial contribution as soon as it is approved. This means you checkin the
initial version which was approved in IP review and then you continue working on your project in the new repository.
You have to leave behind the history of your project which predates the initial contribution at Eclipse which you cannot transfer to the new
git repository you'll get for your new Eclipse project. Reviewing the existing history would create too much work for the legal team.

You may consider to use git replace to concatenate old and new history in your local clone.
 
Cheers,
Johannes

__________________________________________

Fraunhofer-Institut für Entwurfstechnik Mechatronik IEM
M. Sc. Johannes Späth


Zukunftsmeile 1
33102 Paderborn

Telefon: +49 5251 5465 -355

Fax: +49 5251 5465 -102
johannes.spaeth@iem.fraunhofer.de

https://www.iem.fraunhofer.de
__________________________________________  




_______________________________________________
technology-pmc mailing list
technology-pmc@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/technology-pmc


_______________________________________________
technology-pmc mailing list
technology-pmc@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/technology-pmc



--
Wayne Beaton
Director of Open Source Projects
The Eclipse Foundation

Back to the top