Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update generic profiles dependencies #4908

Merged

Conversation

sfiorani
Copy link
Contributor

This PR updates the required dependencies list for kura generic profiles.

Related Issue:

Description of the solution adopted:

Screenshots:

Manual Tests:

Any side note on the changes made:

@MMaiero
Copy link
Contributor

MMaiero commented Oct 23, 2023

This needs to be back ported to 5.3 as well, isn't it?

Signed-off-by: SimoneFiorani <[email protected]>
@pierantoniomerlino pierantoniomerlino merged commit 10e65aa into eclipse-kura:docs-develop Oct 23, 2023
1 check passed
@github-actions
Copy link
Contributor

The backport to docs-release-5.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-docs-release-5.3 docs-release-5.3
# Navigate to the new working tree
cd .worktrees/backport-docs-release-5.3
# Create a new branch
git switch --create backport-4908-to-docs-release-5.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 10e65aac0c62a88e71d4d264a31c84a83211fbad
# Push it to GitHub
git push --set-upstream origin backport-4908-to-docs-release-5.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-docs-release-5.3

Then, create a pull request where the base branch is docs-release-5.3 and the compare/head branch is backport-4908-to-docs-release-5.3.

pierantoniomerlino pushed a commit that referenced this pull request Oct 23, 2023
* docs: update generic profiles dependencies

Signed-off-by: SimoneFiorani <[email protected]>

* Removed unused dependency

Signed-off-by: SimoneFiorani <[email protected]>

---------

Signed-off-by: SimoneFiorani <[email protected]>
(cherry picked from commit 10e65aa)
pierantoniomerlino added a commit that referenced this pull request Oct 23, 2023
* docs: update generic profiles dependencies

Signed-off-by: SimoneFiorani <[email protected]>

* Removed unused dependency

Signed-off-by: SimoneFiorani <[email protected]>

---------

Signed-off-by: SimoneFiorani <[email protected]>
(cherry picked from commit 10e65aa)

Co-authored-by: sfiorani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants