diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-04 17:22:33 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-16 17:30:11 +0200 |
commit | cb81df374d76e456dcc93f15fbdd27693d7781b6 (patch) | |
tree | aceb1e696995bb90aa8ac8b20c297021bd230060 /CONTRIBUTING.adoc | |
parent | a7629d5dbbb6f326f42bcad7a18eec068af7b356 (diff) | |
download | meta-updater-cb81df374d76e456dcc93f15fbdd27693d7781b6.tar.gz |
The source of truth for the supported branches is the docs portal.
A cherry-pick of:
948c3ea4e9a7e79d1de4a09e452fbdbbd5772073
f2dcc347e576dc30ca1ac750a1c9d341a3d41dd5 (partial)
e307742ffd9a255f6e029c93a14c506409508a4b
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'CONTRIBUTING.adoc')
-rw-r--r-- | CONTRIBUTING.adoc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 4d9e8f6..dafa49c 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc | |||
@@ -1,15 +1,7 @@ | |||
1 | = Contributing | 1 | = Contributing |
2 | :aktualizr-docsroot: https://github.com/advancedtelematic/aktualizr/tree/master/docs/ota-client-guide/modules/ROOT/pages/ | ||
2 | 3 | ||
3 | We welcome pull requests from anyone. The master branch is the primary branch for development, and if you wish to add new functionality, it probably belongs there. We attempt to maintain recent previous branches and welcome bug fixes and backports for those. Currently, the actively maintained branches are: | 4 | We welcome pull requests from anyone. The master branch is the primary branch for development, and if you wish to add new functionality, it probably belongs there. We attempt to maintain recent release branches and welcome bug fixes and backports for those. Please see the xref:{aktualizr-docsroot}yocto-release-branches.adoc[release branches] documentation for the current list of supported branches. |
4 | |||
5 | * thud | ||
6 | * sumo | ||
7 | * rocko | ||
8 | |||
9 | Previously, some older branches were also regularly supported, and while they should still be stable, they have not been updated or actively maintained for a while. These branches include: | ||
10 | |||
11 | * pyro | ||
12 | * morty | ||
13 | 5 | ||
14 | If you are developing with meta-updater, it may be helpful to read the README and other documentation for link:README.adoc[this repo], https://github.com/advancedtelematic/aktualizr[aktualizr], and the https://github.com/advancedtelematic/updater-repo/[updater-repo], particularly the sections about development and debugging. | 6 | If you are developing with meta-updater, it may be helpful to read the README and other documentation for link:README.adoc[this repo], https://github.com/advancedtelematic/aktualizr[aktualizr], and the https://github.com/advancedtelematic/updater-repo/[updater-repo], particularly the sections about development and debugging. |
15 | 7 | ||