summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-09-01 09:40:51 +0200
committerChristian Breunig <christian@breunig.cc>2024-09-01 09:41:23 +0200
commite1105476f2bac1c7e9425f966523b0c64b8576f6 (patch)
tree13f3a4338849ad8775f18d6db5177c748b33268f
parent359fc3b618eb6b9bea71c126042c67ce07f1243e (diff)
downloadcommunity.vyos.net-production.tar.gz
community.vyos.net-production.zip
nightly-builds: rename GitHub repoproduction
(cherry picked from commit 2f993bbe13e083efc65f7b05825f94f05fcfb615)
-rwxr-xr-xscripts/list-nightly-builds.py2
-rw-r--r--site/get/nightly-builds.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/list-nightly-builds.py b/scripts/list-nightly-builds.py
index 6d39a32..eeacd2e 100755
--- a/scripts/list-nightly-builds.py
+++ b/scripts/list-nightly-builds.py
@@ -15,7 +15,7 @@ import json
import github
import jinja2
-REPO = 'vyos/vyos-rolling-nightly-builds'
+REPO = 'vyos/vyos-nightly-build'
def list_images(repo):
images = []
diff --git a/site/get/nightly-builds.md b/site/get/nightly-builds.md
index 2a6b860..b06886b 100644
--- a/site/get/nightly-builds.md
+++ b/site/get/nightly-builds.md
@@ -20,7 +20,7 @@
<section class='content-section'>
<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.
They include all the latest code from maintainers and community contributors.
@@ -43,11 +43,11 @@
minisign -Vm <ISO file> -P RWSIhkR/dkM2DSaBRniv/bbbAf8hmDqdbOEmgXkf1RxRoxzodgKcDyGq
```
- If in doubt, you can get the public key from the [nightly builds repository](https://github.com/vyos/vyos-rolling-nightly-builds/blob/main/minisign.pub).
+ If in doubt, you can get the public key from the [nightly builds repository](https://github.com/vyos/vyos-nightly-build/blob/main/minisign.pub).
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-rolling-nightly-builds](https://github.com/vyos/vyos-rolling-nightly-builds/releases)
+ 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)
repository. Here is an auto-generated list of available builds.
</div>