Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Move the default branch to zeus. #1603

Merged
merged 1 commit into from
Mar 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For examples of configuration files, see the following resources:

* link:{aktualizr-github-url}/config/[Config files used by unit tests]
* link:{aktualizr-github-url}/tests/config/[Config files used by continuous integration tests]
* link:https://github.com/advancedtelematic/meta-updater/tree/thud/recipes-sota/config/files[Configuration fragments used in meta-updater recipes].
* link:https://github.com/advancedtelematic/meta-updater/tree/zeus/recipes-sota/config/files[Configuration fragments used in meta-updater recipes].

All fields are optional, and most have reasonable defaults that should be used unless you have a particular need to do otherwise.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ First, clone a manifest file for the quickstart project:
----
mkdir myproject
cd myproject
repo init -u https://github.com/advancedtelematic/updater-repo.git -m thud.xml
repo init -u https://github.com/advancedtelematic/updater-repo.git -m zeus.xml
repo sync
----

Expand Down