Hi,
I noticed there is no merging/update activities on the gitlab website: https://git.lysator.liu.se/nettle/nettle/merge_requests?scope=all&state=...
I wonder if it's used.
The reason for asking is that I'm willing to integrate a ppc64le-specific implementation using SIMD registers for the SHA-2 algorithm so I would create an Issue to discuss it and then submitting the code as a Merge Request. But only if that's the way for upstreaming code on nettle. If not, please advise if this list can be used.
Sorry for using the "nettle-bugs" mailing list, which is not a discussion mailing list.
Cheers, Gustavo Serra Scalet
Gustavo Serra Scalet gustavo.scalet@eldorado.org.br writes:
I noticed there is no merging/update activities on the gitlab website: https://git.lysator.liu.se/nettle/nettle/merge_requests?scope=all&state=...
I wonder if it's used.
It's used mainly for the plain git hosting. I rarely use the more advance features, and almost never access the web interface.
The reason for asking is that I'm willing to integrate a ppc64le-specific implementation using SIMD registers for the SHA-2 algorithm so I would create an Issue to discuss it and then submitting the code as a Merge Request. But only if that's the way for upstreaming code on nettle. If not, please advise if this list can be used.
Discussion should take place on this list. You can mail patches here, or create a merge request on gitlab. But in the latter case, please send a note here too, otherwise it might be overlooked.
Sorry for using the "nettle-bugs" mailing list, which is not a discussion mailing list.
It's just old GNU tradition to name a project mailing list *-bugs. Traffic hasn't been high enough to warrant splitting into multiple lists for diffferent purposes.
Regards, /Niels
On Tue, Feb 28, 2017 at 7:48 AM, Niels Möller nisse@lysator.liu.se wrote:
Gustavo Serra Scalet gustavo.scalet@eldorado.org.br writes:
I noticed there is no merging/update activities on the gitlab website: https://git.lysator.liu.se/nettle/nettle/merge_requests?scope=all&state=...
I wonder if it's used.
It's used mainly for the plain git hosting. I rarely use the more advance features, and almost never access the web interface.
Would it be possible to disable then the merge request option in the gitlab interface? There are already 5 patches there.
Most likely you need to go to -> Edit project and disable the issue tracker and the merge commits for everyone (at least that's the process in the new gitlab).
The reason for asking is that I'm willing to integrate a ppc64le-specific implementation using SIMD registers for the SHA-2 algorithm so I would create an Issue to discuss it and then submitting the code as a Merge Request. But only if that's the way for upstreaming code on nettle. If not, please advise if this list can be used.
Discussion should take place on this list. You can mail patches here, or create a merge request on gitlab. But in the latter case, please send a note here too, otherwise it might be overlooked.
I attach a patch to document that process. I use CONTRIBUTION.md show it shows prominently on the gitlab interfaces.
regards, Nikos
Nikos Mavrogiannopoulos n.mavrogiannopoulos@gmail.com writes:
Most likely you need to go to -> Edit project and disable the issue tracker and the merge commits for everyone (at least that's the process in the new gitlab).
I've now disabled merge requests, pipelines, and issue tracker. I found it under Settings on the web interface.
I attach a patch to document that process. I use CONTRIBUTION.md show it shows prominently on the gitlab interfaces.
Applied. Gitlab displays the README, including the note about CONTRIBUTIONS.md. Did you expect it to get more prominently shown than that?
I guess it would make some sense to convert README to README.md, to get clickable links and stuff.
Thanks! /Niels
nettle-bugs@lists.lysator.liu.se