diff --git a/site/get/index.md b/site/get/index.md index b150005..da7fa4d 100644 --- a/site/get/index.md +++ b/site/get/index.md @@ -12,7 +12,7 @@ # Get VyOS - VyOS has three release "channels": nightly builds, monthly snapshots, and LTS releases. + VyOS has two release "channels": rolling release and LTS releases. @@ -23,24 +23,19 @@
- ## Nightly builds + ## Rolling release - Nightly builds are automatically produced at least once a day and include all the latest - code (bug fixes and features) from maintainers and community contributors. + Rolling release builds include all latest developments from maintainers and community contributors. + There are no stability guarantees — anything may change, experimental features can be added, + and old features can be removed at any time. They are meant for development and testing. - Nightly builds are not hand-tested before upload. A basic set of automated - [smoke tests](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) is executed - for each build ensuring that basic functionality is working. In addition we load arbitrary - [configurations](https://github.com/vyos/vyos-1x/tree/current/smoketest/configs) to ensure - there are no errors during config migration and system bootup. - - Nightly builds are for you if you... + Rolling release builds are for you if you... - want to help us test latest VyOS code - want to check whether a bug is fixed in the latest code - made a patch and want to test it before making a pull request - Go to the [nightly builds page](/get/nightly-builds). + Go to the [rolling release page](/get/nightly-builds) to download.
@@ -61,15 +56,14 @@ [non-profit](https://vyos.io/community/for-non-commercial-organizations/), or an [emergency service](http://vyos.io/community/for-first-responders/). - Or you can build an LTS image from source. -
## Legacy LTS releases - As a courtesy, we offer images of legacy LTS releases. To access all available legacy LTS releases, kindly complete the form below. Upon submission, you will receive an email containing links to download the images. + As a courtesy, we offer images of legacy LTS releases. To access all available legacy LTS releases, complete the form below. + Upon submission, you will receive an email containing links to download the images.
diff --git a/site/get/nightly-builds.md b/site/get/nightly-builds.md index b06886b..2554000 100644 --- a/site/get/nightly-builds.md +++ b/site/get/nightly-builds.md @@ -10,7 +10,7 @@ @@ -21,14 +21,12 @@
- VyOS nightly builds are automatically produced from the `current` branch and the development branch for the LTS release, - at least once a day. + VyOS rolling release builds are automatically produced from the `current` branch at least once a day. They include all the latest code from maintainers and community contributors. - Nightly builds are not hand-tested before upload. A basic set of automated - [smoke tests](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) is executed - for each build ensuring that basic functionality is working. In addition we load arbitrary - [configurations](https://github.com/vyos/vyos-1x/tree/current/smoketest/configs) to ensure + Rolling release builds are not hand-tested before upload. + They undergo a sequence of automated [smoke tests](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli). + In addition we load arbitrary [configurations](https://github.com/vyos/vyos-1x/tree/current/smoketest/configs) to ensure there are no errors during config migration and system bootup. ## Verifying image signatures @@ -47,7 +45,7 @@ If you are _really_ in doubt (i.e., you have a reason to suspect that the repository and/or this website were compromised), you should report that to the maintainers. - Currently, we create nightly builds with GitHub Actions and store them in releases of the [vyos/vyos-nightly-build](https://github.com/vyos/vyos-nightly-build/releases) + Currently, we create rolling release builds with GitHub Actions and store them in releases of the [vyos/vyos-nightly-build](https://github.com/vyos/vyos-nightly-build/releases) repository. Here is an auto-generated list of available builds.
diff --git a/soupault.toml b/soupault.toml index 14622c2..fdab78e 100644 --- a/soupault.toml +++ b/soupault.toml @@ -95,7 +95,6 @@ Disallow: / widget = "insert_html" html = """
-

Current/Circinus (future 1.5.0)

""" selector = "#available-builds"