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-11 15:46:26 +0200
commitf017f75fd5f142799a0453b8faf368ac2adad5af (patch)
tree012caacf10086eb836d8fed32f4f538fddd876d0
parent2ecaee697c86c8596ba0306b5ccbfcb31ce274ab (diff)
downloadmeta-updater-f017f75fd5f142799a0453b8faf368ac2adad5af.tar.gz
Remove redundant content from the contrib doc.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r--CONTRIBUTING.adoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc
index efaccbb..6e1f219 100644
--- a/CONTRIBUTING.adoc
+++ b/CONTRIBUTING.adoc
@@ -1,15 +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* thud
6
7Previously, 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:
8
9* sumo
10* rocko
11* pyro
12* morty
13 4
14If 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.
15 6