From e1105476f2bac1c7e9425f966523b0c64b8576f6 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 1 Sep 2024 09:40:51 +0200 Subject: nightly-builds: rename GitHub repo (cherry picked from commit 2f993bbe13e083efc65f7b05825f94f05fcfb615) --- scripts/list-nightly-builds.py | 2 +- site/get/nightly-builds.md | 6 +++--- 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 @@
- + 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 -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.
-- cgit v1.2.3