RTEMS / Tools / RTEMS Deployment¶
Go to Issues or Merge Requests
Merge Requests Summary
Issues¶
2 - Add option to pass the RSB options¶
Id |
2 |
State |
closed |
Type |
ISSUE |
Author |
Chris Johns |
Assignee(s) |
Chris Johns |
Closed by |
Chris Johns |
Created |
2024-06-06T01:40:22.697Z |
Closed |
2024-06-13T02:55:30.642Z |
Updated |
2024-06-13T02:55:30.652Z |
Milestone |
6.1 |
Labels |
tool::rtems-source-builder |
Link |
https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/issues/2 |
Merges |
0 |
Summary¶
Provide a deployment option to specify options to pass to the RSB. For example the RSB --url
option to specify an alternative cache of sources for the RSB to use.
Author: Chris Johns
2024-06-06T01:40:22.784Z
assigned to @chris
1 - Add docker script generation (opened)¶
Id |
1 |
State |
opened |
Type |
ISSUE |
Author |
Chris Johns |
Assignee(s) |
Chris Johns |
Created |
2024-05-23T22:51:09.311Z |
Updated |
2024-05-23T22:51:09.311Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/issues/1 |
Merges |
0 |
Summary¶
Provide support to generate a docker script to build a configuration.
Author: Chris Johns
2024-05-23T22:51:09.418Z
assigned to @chris
Merge Requests¶
1 - Support RSB options¶
Id |
1 |
State |
merged |
Merged by |
Amar Takhar |
Merged at |
2024-06-12T04:38:38.800Z |
Assignee(s) |
Chris Johns |
Created |
2024-06-12T04:24:33.052Z |
Updated |
2024-06-12T13:40:19.382Z |
Milestone |
6.1 |
Link |
https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/1 |
Commit |
Support RSB options by adding an option to provide options passed through to the RSB. This lets you specify the URL, eg --url=somewhere
.
Author: Chris Johns
2024-06-12T04:24:33.608Z
assigned to @chris
Author: Amar Takhar
2024-06-12T04:38:33.088Z
approved this merge request
Author: Amar Takhar
2024-06-12T04:38:38.755Z
mentioned in commit ae9d645739d264395274db67902fc1573656ce61
Author: Amar Takhar
2024-06-12T04:56:14.124Z
FYI for some reason this created a merge commit which I deleted manually. Still not sure why it happened.
Author: Kinsey Moore
2024-06-12T13:35:48.384Z
The default merge method for this repo is set to “merge commit”.
Author: Kinsey Moore
2024-06-12T13:36:46.372Z
I have updated that setting for this repo. I suppose we need to do an audit of all our current repos to make sure we don’t have any others with that setting.
Author: Kinsey Moore
2024-06-12T13:40:19.365Z
I fixed a few others as well. Hopefully they’re all set to FF now.