Skip to content
Snippets Groups Projects

Rework workflow documentation

Merged Martyn Welch requested to merge wip/martyn/T7254-Rework-workflow-docs into master
All threads resolved!
Compare and Show latest version
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -83,8 +83,8 @@ On top of the shared core, each user has access to
components that are not meant to be shared with other teams, both for
experimentation and for product development.
Contributions to the shared Apertis components follows Open Source Software
(OSS) best practices with it's
Contributions to the shared Apertis components follow Open Source Software
(OSS) best practices with its
[maintainer/contributor policies]( {{< ref "contributions.md" >}} )
centered on code review and
[continuous integration]( {{< ref "component_structure.md" >}} ).
@@ -126,7 +126,7 @@ example of how to implement fleet manangement.
Applications can be deployed and updated in
[application bundles]({{< ref "canterbury-legacy-application-framework.md" >}})
(with a new [Flatpak based solution]({{< ref "application-framework.md" >}}) on
(with a new [Flatpak-based solution]({{< ref "application-framework.md" >}}) on
the way) without re-deploying the whole platform, decoupling the release and
update cycle of the base software from that of each application.
@@ -174,6 +174,6 @@ Apertis makes heavy use of many open source technologies to form a strong platfo
applicaiton profiles.
- **OSTree** and **Flatpak** for safe, efficient and modular deployments
- **D-Bus** providing inter-process communications, enabling privilege separation between the various system services and applications.
- **Wayland** based compositor, providing a modern efficient display server.
- **Wayland**-based compositor, providing a modern efficient display server.
- **GStreamer** enabling multimedia playback
Loading