4 Commits

Author SHA1 Message Date
Jan Tojnar
d3f85ae6ea
extension-tool: Use asciidoctor for manpage
The Python implementation of Asciidoc is abandoned and stuck with Python 2.
Asciidoctor is a maintained implementation written in Ruby.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/992
2020-02-11 04:22:32 +01:00
Jan Tojnar
56265e91d6
extensions-tool: Use adoc extension for manpage
More specific extension allows text editors to enable syntax
highlighting, as well as for GitLab to display rendered document.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/992
2020-02-11 04:22:26 +01:00
Florian Müllner
224ab2e543 extensions-tool: Add option to list updates
Now that we support extension updates, it may be useful to list
pending updates from the command line. It's easy enough to support,
so add a corresponding option to the list command.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/988
2020-02-10 22:43:00 +00:00
Florian Müllner
51518d4d96 extensions-tool: Move to a subproject
The gnome-extensions tool code is really independent from the rest of the
code base, and could be used either as part of the gnome-shell build or as
stand-alone project (for example for the extension-ci docker image).

We can actually support both cases by moving the code to a subproject.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/877
2019-12-18 19:13:24 +00:00