Skip to content

Commit

Permalink
Update the wording on the release pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Sep 23, 2024
1 parent 2f993bb commit 4c057fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
24 changes: 9 additions & 15 deletions site/get/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</div>

Expand All @@ -23,24 +23,19 @@
<div class='content-div'>
<div class='nightly-builds'>

## 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.

</div>

Expand All @@ -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.

</div>

<div class='legacy-lts'>

## 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.

</div>

Expand Down
14 changes: 6 additions & 8 deletions site/get/nightly-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class='banner-div'>

# VyOS nightly builds
# VyOS rolling release

</div>

Expand All @@ -21,14 +21,12 @@
<div class='content-div'>
<div class='image-signatures'>

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
Expand All @@ -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.

</div>
Expand Down
1 change: 0 additions & 1 deletion soupault.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Disallow: /
widget = "insert_html"
html = """
<div id="rolling-current">
<h3>Current/Circinus (future 1.5.0)</h3>
</div>
"""
selector = "#available-builds"
Expand Down

0 comments on commit 4c057fe

Please sign in to comment.