summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-09-04 17:22:33 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-09-05 15:10:11 +0200
commit948c3ea4e9a7e79d1de4a09e452fbdbbd5772073 (patch)
treee33971b9695d4b24ed5c836aecc8644f723c6a39
parentbf01202b0342f090b75da42c5261a3449c2b7c99 (diff)
downloadmeta-updater-948c3ea4e9a7e79d1de4a09e452fbdbbd5772073.tar.gz
Remove redundant content from the contrib doc.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--CONTRIBUTING.adoc12
1 files changed, 1 insertions, 11 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc
index 7baaed0..6e1f219 100644
--- a/CONTRIBUTING.adoc
+++ b/CONTRIBUTING.adoc
@@ -1,16 +1,6 @@
1= Contributing 1= Contributing
2 2
3We 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: 3We 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 link:docs/modules/ROOT/pages/yocto-release-branches.adoc[release branches] documentation for the current list of support branches.
4
5* warrior
6* thud
7
8Previously, 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:
9
10* sumo
11* rocko
12* pyro
13* morty
14 4
15If 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. 5If 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.
16 6