forked from ClemensElflein/OpenMowerOS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
761e95c
commit f3c8513
Showing
3 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
35 changes: 30 additions & 5 deletions
35
src/modules/openmower/filesystem/root/boot/openmower/openmower_version.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,36 @@ | ||
# select which version of the OpenMower software to run. | ||
# | ||
# - beta: This one is the _most stable_ one of the three. I try to keep this as stable as possible. | ||
# - alpha: For people who like to test stuff. This one will be updated fairly often as well and without notice. Only use it, if you want to be among the first people to get new features, but prepare to have issues. | ||
# - testing: This one changes very often. Only use it if you want to take part in the development or are asked to use it by a developer. | ||
# | ||
# - "releases-beta": This one is the _most stable_ one of the three. I try to keep this as stable as possible. | ||
# - "releases-alpha": For people who like to test stuff. This one will be updated fairly often as well and without notice. Only use it, if you want to be among the first people to get new features, but prepare to have issues. | ||
# - "releases-testing": This one changes very often. Only use it if you want to take part in the development or are asked to use it by a developer. | ||
# | ||
# | ||
# Check the https://github.com/ClemensElflein/open_mower_ros repo for the current state. | ||
# | ||
# advanced users may want to select different versions as the "releases-..." versions | ||
|
||
|
||
OM_VERSION="releases-beta" | ||
|
||
|
||
|
||
|
||
|
||
################################### | ||
# Options for developers # | ||
# DO NOT TOUCH as a normal user ! # | ||
################################### | ||
|
||
OM_REPO="clemenselflein" | ||
|
||
OM_REG="ghcr.io" | ||
|
||
|
||
OM_VERSION="beta" | ||
|
||
export OM_VERSION | ||
################################### | ||
# Export section - DO NOT TOUCH ! # | ||
################################### | ||
export OM_REG | ||
export OM_REPO | ||
export OM_VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters