From 9c70174e5c5e91d159db704a154896ec5a1035f6 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 6 Oct 2021 14:17:46 +0200 Subject: overview-manual: SVG diagram for the git workflow Set in full-width mode to make it ready in PDF and EPUB outputs. (From yocto-docs rev: 394c7c26c6591153670c67740d9a64f54725321b) Signed-off-by: Michael Opdenacker Reviewed-by: Nicolas Dechesne Signed-off-by: Quentin Schulz Signed-off-by: Richard Purdie --- .../overview-manual/development-environment.rst | 4 +- .../overview-manual/figures/git-workflow.png | Bin 26586 -> 0 bytes documentation/overview-manual/svg/git-workflow.svg | 1205 ++++++++++++++++++++ 3 files changed, 1207 insertions(+), 2 deletions(-) delete mode 100644 documentation/overview-manual/figures/git-workflow.png create mode 100644 documentation/overview-manual/svg/git-workflow.svg (limited to 'documentation') diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index ab155dc3b0..d719ba69eb 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst @@ -286,8 +286,8 @@ develop, test, and submit changes to "contrib" areas for the maintainer to examine. The maintainer then chooses which changes are going to become a permanent part of the project. -.. image:: figures/git-workflow.png - :align: center +.. image:: svg/git-workflow.* + :width: 100% While each development environment is unique, there are some best practices or methods that help development run smoothly. The following diff --git a/documentation/overview-manual/figures/git-workflow.png b/documentation/overview-manual/figures/git-workflow.png deleted file mode 100644 index e401330a12..0000000000 Binary files a/documentation/overview-manual/figures/git-workflow.png and /dev/null differ diff --git a/documentation/overview-manual/svg/git-workflow.svg b/documentation/overview-manual/svg/git-workflow.svg new file mode 100644 index 0000000000..7747e35d9c --- /dev/null +++ b/documentation/overview-manual/svg/git-workflow.svg @@ -0,0 +1,1205 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + source repositories + + + + + + + project"master"git repository + + + + + + + + + + + + + + + + + + + + + project"contrib"git repository + + + + localdevelopmentgit repository + + + + project"contrib"git repository + + + + projectdevelopmentgit repository + + + + git pull and push + + git pull and push + + + + git pull from themaintainer + + + git pull + + + git pull + + + -- cgit v1.2.3-54-g00ecf