Re: [PATCH 0/2 rtems-release] Add script to branch repositories.

2020-05-01 Thread Niteesh G. S.
Thanks for pushing it. Thanks, Niteesh. On Sat, May 2, 2020 at 11:05 AM Chris Johns wrote: > Pushed. Many thanks for helping out with this task. > > Chris > > On 2/5/20 1:52 pm, G S Niteesh Babu wrote: > > The following patches add a script to rtems-release > > to automate branching of

Re: [PATCH 0/2 rtems-release] Add script to branch repositories.

2020-05-01 Thread Chris Johns
Pushed. Many thanks for helping out with this task. Chris On 2/5/20 1:52 pm, G S Niteesh Babu wrote: The following patches add a script to rtems-release to automate branching of repositories for rtems release. G S Niteesh Babu (2): rtems-release-defaults: Added rtems_repos to

[PATCH 0/2 rtems-release] Add script to branch repositories.

2020-05-01 Thread G S Niteesh Babu
The following patches add a script to rtems-release to automate branching of repositories for rtems release. G S Niteesh Babu (2): rtems-release-defaults: Added rtems_repos to rtems-release-defaults. rtems-release-branch: Added a script file to branch repositories. rtems-release-branch |

[PATCH 2/2] rtems-release-branch: Added a script file to branch repositories.

2020-05-01 Thread G S Niteesh Babu
--- rtems-release-branch | 146 +++ 1 file changed, 146 insertions(+) create mode 100755 rtems-release-branch diff --git a/rtems-release-branch b/rtems-release-branch new file mode 100755 index 000..ae8e06c --- /dev/null +++ b/rtems-release-branch @@

[PATCH 1/2] rtems-release-defaults: Added rtems_repos to rtems-release-defaults.

2020-05-01 Thread G S Niteesh Babu
rtems_repos is variable which contains all rtems_repositories. For eg: rtems_repos="rtems.git rtems-examples.git etc." --- rtems-release-defaults | 11 +++ 1 file changed, 11 insertions(+) diff --git a/rtems-release-defaults b/rtems-release-defaults index 60d9721..fc30157 100755 ---

Re: Release task request for help

2020-05-01 Thread Chris Johns
On 30/4/20 4:11 pm, Niteesh G. S. wrote: I have replied to the comment please have a look. https://github.com/gs-niteesh/rtems-release/commit/58ed0cb3fc1f33f12de8e550979371a51e322754#r38841918 Looks good. Could you please post a patch to this list of the changes? I have just pushed a number

Re: [PATCH v3] Rework RTEMS licensing discussions.

2020-05-01 Thread Gedare Bloom
On Fri, May 1, 2020 at 7:17 AM Joel Sherrill wrote: > > This now captures historical rationale alone with cross-linking along ACK this patch > code templates with license guidelines. > > Closes #3962. > --- > eng/coding-conventions.rst | 19 - > eng/license-requirements.rst | 91 >

[PATCH v3] Rework Licensing Test in Engineering Guide

2020-05-01 Thread Joel Sherrill
Hi, I think I have addressed everyone's comments. I did add a bit of text near the bottom of the Rationale section. There is a new bullet on dual-licensed software and a summary paragraph. Joel Sherrill (1): Rework RTEMS licensing discussions. eng/coding-conventions.rst | 19 -

[PATCH v3] Rework RTEMS licensing discussions.

2020-05-01 Thread Joel Sherrill
This now captures historical rationale alone with cross-linking code templates with license guidelines. Closes #3962. --- eng/coding-conventions.rst | 19 - eng/license-requirements.rst | 91 +--- 2 files changed, 96 insertions(+), 14

[PATCH] rtems-bsps: Add markdown support

2020-05-01 Thread chrisj
From: Chris Johns - Convert to python for better performance --- rtems-bsps | 369 ++--- 1 file changed, 320 insertions(+), 49 deletions(-) diff --git a/rtems-bsps b/rtems-bsps index 133009046c..82c5150969 100755 --- a/rtems-bsps +++ b/rtems-bsps