[libvirt PATCH v3 0/4] docs: Unclutter top-level directory

Andrea Bolognani posted 4 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220104135602.158364-1-abologna@redhat.com
docs/api.rst                                  |   6 +-
docs/{fonts/stylesheet.css => css/fonts.css}  |  18 +-
docs/{ => css}/generic.css                    |   0
docs/{ => css}/libvirt.css                    |   4 +-
docs/{ => css}/main.css                       |   2 +-
docs/css/meson.build                          |  17 ++
docs/{ => css}/mobile.css                     |   2 +-
docs/fonts/meson.build                        |   1 -
docs/goals.html.in                            |   2 +-
docs/{ => images}/event_loop_simple.png       | Bin
docs/{ => images}/event_loop_simple.svg       |   0
docs/{ => images}/event_loop_worker.png       | Bin
docs/{ => images}/event_loop_worker.svg       |   0
docs/{ => images}/libvirt-daemon-arch.png     | Bin
docs/{ => images}/libvirt-daemon-arch.svg     |   0
docs/{ => images}/libvirt-driver-arch.png     | Bin
docs/{ => images}/libvirt-driver-arch.svg     |   0
docs/{ => images}/libvirt-object-model.png    | Bin
docs/{ => images}/libvirt-object-model.svg    |   0
.../libvirt-virConnect-example.png            | Bin
.../libvirt-virConnect-example.svg            |   0
docs/images/meson.build                       |  24 +++
.../{ => images}/migration-managed-direct.png | Bin
.../{ => images}/migration-managed-direct.svg |   0
docs/{ => images}/migration-managed-p2p.png   | Bin
docs/{ => images}/migration-managed-p2p.svg   |   0
docs/{ => images}/migration-native.png        | Bin
docs/{ => images}/migration-native.svg        |   0
docs/{ => images}/migration-tunnel.png        | Bin
docs/{ => images}/migration-tunnel.svg        |   0
.../migration-unmanaged-direct.png            | Bin
.../migration-unmanaged-direct.svg            |   0
docs/{ => images}/node.gif                    | Bin
docs/{ => images}/node.svg                    |   0
docs/internals.html.in                        |   2 +-
docs/internals/eventloop.html.in              |   4 +-
docs/meson.build                              |  18 +-
docs/migration.rst                            |  10 +-
docs/page.xsl                                 |   2 +-
docs/structures.svg                           | 187 ------------------
40 files changed, 69 insertions(+), 230 deletions(-)
rename docs/{fonts/stylesheet.css => css/fonts.css} (60%)
rename docs/{ => css}/generic.css (100%)
rename docs/{ => css}/libvirt.css (98%)
rename docs/{ => css}/main.css (68%)
create mode 100644 docs/css/meson.build
rename docs/{ => css}/mobile.css (95%)
rename docs/{ => images}/event_loop_simple.png (100%)
rename docs/{ => images}/event_loop_simple.svg (100%)
rename docs/{ => images}/event_loop_worker.png (100%)
rename docs/{ => images}/event_loop_worker.svg (100%)
rename docs/{ => images}/libvirt-daemon-arch.png (100%)
rename docs/{ => images}/libvirt-daemon-arch.svg (100%)
rename docs/{ => images}/libvirt-driver-arch.png (100%)
rename docs/{ => images}/libvirt-driver-arch.svg (100%)
rename docs/{ => images}/libvirt-object-model.png (100%)
rename docs/{ => images}/libvirt-object-model.svg (100%)
rename docs/{ => images}/libvirt-virConnect-example.png (100%)
rename docs/{ => images}/libvirt-virConnect-example.svg (100%)
create mode 100644 docs/images/meson.build
rename docs/{ => images}/migration-managed-direct.png (100%)
rename docs/{ => images}/migration-managed-direct.svg (100%)
rename docs/{ => images}/migration-managed-p2p.png (100%)
rename docs/{ => images}/migration-managed-p2p.svg (100%)
rename docs/{ => images}/migration-native.png (100%)
rename docs/{ => images}/migration-native.svg (100%)
rename docs/{ => images}/migration-tunnel.png (100%)
rename docs/{ => images}/migration-tunnel.svg (100%)
rename docs/{ => images}/migration-unmanaged-direct.png (100%)
rename docs/{ => images}/migration-unmanaged-direct.svg (100%)
rename docs/{ => images}/node.gif (100%)
rename docs/{ => images}/node.svg (100%)
delete mode 100644 docs/structures.svg
[libvirt PATCH v3 0/4] docs: Unclutter top-level directory
Posted by Andrea Bolognani 2 years, 3 months ago
Changes from [v2]:

  * drop all changes related to icons.

Changes from [v1]:

  * extend scope to include icons and CSS files.

[v2] https://listman.redhat.com/archives/libvir-list/2021-December/msg00828.html
[v1] https://listman.redhat.com/archives/libvir-list/2021-December/msg00818.html

Andrea Bolognani (4):
  docs: Drop structures.svg
  docs: Move all images to a subdirectory
  docs: Move all CSS files to a subdirectory
  docs: Move font definitions with other CSS files

 docs/api.rst                                  |   6 +-
 docs/{fonts/stylesheet.css => css/fonts.css}  |  18 +-
 docs/{ => css}/generic.css                    |   0
 docs/{ => css}/libvirt.css                    |   4 +-
 docs/{ => css}/main.css                       |   2 +-
 docs/css/meson.build                          |  17 ++
 docs/{ => css}/mobile.css                     |   2 +-
 docs/fonts/meson.build                        |   1 -
 docs/goals.html.in                            |   2 +-
 docs/{ => images}/event_loop_simple.png       | Bin
 docs/{ => images}/event_loop_simple.svg       |   0
 docs/{ => images}/event_loop_worker.png       | Bin
 docs/{ => images}/event_loop_worker.svg       |   0
 docs/{ => images}/libvirt-daemon-arch.png     | Bin
 docs/{ => images}/libvirt-daemon-arch.svg     |   0
 docs/{ => images}/libvirt-driver-arch.png     | Bin
 docs/{ => images}/libvirt-driver-arch.svg     |   0
 docs/{ => images}/libvirt-object-model.png    | Bin
 docs/{ => images}/libvirt-object-model.svg    |   0
 .../libvirt-virConnect-example.png            | Bin
 .../libvirt-virConnect-example.svg            |   0
 docs/images/meson.build                       |  24 +++
 .../{ => images}/migration-managed-direct.png | Bin
 .../{ => images}/migration-managed-direct.svg |   0
 docs/{ => images}/migration-managed-p2p.png   | Bin
 docs/{ => images}/migration-managed-p2p.svg   |   0
 docs/{ => images}/migration-native.png        | Bin
 docs/{ => images}/migration-native.svg        |   0
 docs/{ => images}/migration-tunnel.png        | Bin
 docs/{ => images}/migration-tunnel.svg        |   0
 .../migration-unmanaged-direct.png            | Bin
 .../migration-unmanaged-direct.svg            |   0
 docs/{ => images}/node.gif                    | Bin
 docs/{ => images}/node.svg                    |   0
 docs/internals.html.in                        |   2 +-
 docs/internals/eventloop.html.in              |   4 +-
 docs/meson.build                              |  18 +-
 docs/migration.rst                            |  10 +-
 docs/page.xsl                                 |   2 +-
 docs/structures.svg                           | 187 ------------------
 40 files changed, 69 insertions(+), 230 deletions(-)
 rename docs/{fonts/stylesheet.css => css/fonts.css} (60%)
 rename docs/{ => css}/generic.css (100%)
 rename docs/{ => css}/libvirt.css (98%)
 rename docs/{ => css}/main.css (68%)
 create mode 100644 docs/css/meson.build
 rename docs/{ => css}/mobile.css (95%)
 rename docs/{ => images}/event_loop_simple.png (100%)
 rename docs/{ => images}/event_loop_simple.svg (100%)
 rename docs/{ => images}/event_loop_worker.png (100%)
 rename docs/{ => images}/event_loop_worker.svg (100%)
 rename docs/{ => images}/libvirt-daemon-arch.png (100%)
 rename docs/{ => images}/libvirt-daemon-arch.svg (100%)
 rename docs/{ => images}/libvirt-driver-arch.png (100%)
 rename docs/{ => images}/libvirt-driver-arch.svg (100%)
 rename docs/{ => images}/libvirt-object-model.png (100%)
 rename docs/{ => images}/libvirt-object-model.svg (100%)
 rename docs/{ => images}/libvirt-virConnect-example.png (100%)
 rename docs/{ => images}/libvirt-virConnect-example.svg (100%)
 create mode 100644 docs/images/meson.build
 rename docs/{ => images}/migration-managed-direct.png (100%)
 rename docs/{ => images}/migration-managed-direct.svg (100%)
 rename docs/{ => images}/migration-managed-p2p.png (100%)
 rename docs/{ => images}/migration-managed-p2p.svg (100%)
 rename docs/{ => images}/migration-native.png (100%)
 rename docs/{ => images}/migration-native.svg (100%)
 rename docs/{ => images}/migration-tunnel.png (100%)
 rename docs/{ => images}/migration-tunnel.svg (100%)
 rename docs/{ => images}/migration-unmanaged-direct.png (100%)
 rename docs/{ => images}/migration-unmanaged-direct.svg (100%)
 rename docs/{ => images}/node.gif (100%)
 rename docs/{ => images}/node.svg (100%)
 delete mode 100644 docs/structures.svg

-- 
2.31.1


Re: [libvirt PATCH v3 0/4] docs: Unclutter top-level directory
Posted by Daniel P. Berrangé 2 years, 3 months ago
On Tue, Jan 04, 2022 at 02:55:58PM +0100, Andrea Bolognani wrote:
> Changes from [v2]:
> 
>   * drop all changes related to icons.
> 
> Changes from [v1]:
> 
>   * extend scope to include icons and CSS files.
> 
> [v2] https://listman.redhat.com/archives/libvir-list/2021-December/msg00828.html
> [v1] https://listman.redhat.com/archives/libvir-list/2021-December/msg00818.html
> 
> Andrea Bolognani (4):
>   docs: Drop structures.svg
>   docs: Move all images to a subdirectory
>   docs: Move all CSS files to a subdirectory
>   docs: Move font definitions with other CSS files
> 

>  docs/{ => images}/node.gif                    | Bin
>  docs/{ => images}/node.svg                    |   0

Ewwwwwwwwwwwww, just noticed "gif" file, how did we let that get in here.
We should burn it [1] !

But seriously, pre-existing + tangential problem so not actually
asking you to fix it in this series, unless you fancy it.

Regards,
Daniel

[1] https://burnallgifs.org/archives/
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [libvirt PATCH v3 0/4] docs: Unclutter top-level directory
Posted by Andrea Bolognani 2 years, 3 months ago
On Tue, Jan 04, 2022 at 02:25:14PM +0000, Daniel P. Berrangé wrote:
> On Tue, Jan 04, 2022 at 02:55:58PM +0100, Andrea Bolognani wrote:
> >  docs/{ => images}/node.gif                    | Bin
>
> Ewwwwwwwwwwwww, just noticed "gif" file, how did we let that get in here.
> We should burn it [1] !
>
> But seriously, pre-existing + tangential problem so not actually
> asking you to fix it in this series, unless you fancy it.

Yeah, I noticed that as well while preparing these patches and had
the very same reaction :) Sort of forgot about it in the meantime,
but now that you've reminded me I'll look into addressing it with a
follow-up patch.

-- 
Andrea Bolognani / Red Hat / Virtualization


Re: [libvirt PATCH v3 0/4] docs: Unclutter top-level directory
Posted by Andrea Bolognani 2 years, 3 months ago
On Tue, Jan 04, 2022 at 09:45:16AM -0500, Andrea Bolognani wrote:
> On Tue, Jan 04, 2022 at 02:25:14PM +0000, Daniel P. Berrangé wrote:
> > On Tue, Jan 04, 2022 at 02:55:58PM +0100, Andrea Bolognani wrote:
> > >  docs/{ => images}/node.gif                    | Bin
> >
> > Ewwwwwwwwwwwww, just noticed "gif" file, how did we let that get in here.
> > We should burn it [1] !
> >
> > But seriously, pre-existing + tangential problem so not actually
> > asking you to fix it in this series, unless you fancy it.
>
> Yeah, I noticed that as well while preparing these patches and had
> the very same reaction :) Sort of forgot about it in the meantime,
> but now that you've reminded me I'll look into addressing it with a
> follow-up patch.

Done.

  https://listman.redhat.com/archives/libvir-list/2022-January/msg00317.html

-- 
Andrea Bolognani / Red Hat / Virtualization