cancel
Showing results for 
Search instead for 
Did you mean: 

LTS 2023 source code

promanov_
Star Contributor
Star Contributor

Hi,

How to get the LTS 2023 source code? I cannot find it in the repository on github. Thanks

3 REPLIES 3

Konrad_Krenzlin
Confirmed Champ
Confirmed Champ

There is a branch called 2023. Be aware of the release policy that came into action some time ago.

Also I would love to hear if you tried to compile it - success or not. I have not tried myself, but it's on my future todo-list.

ElmarKnipp_
Confirmed Champ
Confirmed Champ

I have successfully compiled it. After a "git checkout" and before building you have to switch to the branch via "git switch 2023".

@Konrad: The link to the "release policy" results in a 404.

General remark: I never understood the purpose of the "python clone.py master -a" which is mentioned in the official docs at https://github.com/nuxeo/nuxeo. Despite the fact that it uses the outdated python2 (you have to do an 2to3 first) it switches back to the master branch so you would have to re-do the switch command above. And make the switching to the master of the pyhon script irrelevant 😉

Thanks for the update. Coincidentally I just did that yesterday too. Just on the commit called something like "Release 2023.5"