From 9fb196931f5b984b40c63f96c652d80851cbebb3 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Sun, 7 Jun 2026 10:58:54 +0800 Subject: T8967: Fix update-check URL for rolling --- docs/_locale/de/installation.pot | 4 ++-- docs/_locale/es/installation.pot | 4 ++-- docs/_locale/ja/installation.pot | 4 ++-- docs/_locale/pt/installation.pot | 4 ++-- docs/_locale/uk/installation.pot | 4 ++-- docs/configuration/system/updates.md | 4 ++-- docs/installation/update.md | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/_locale/de/installation.pot b/docs/_locale/de/installation.pot index 866fdfff..bbecc304 100644 --- a/docs/_locale/de/installation.pot +++ b/docs/_locale/de/installation.pot @@ -2205,8 +2205,8 @@ msgid "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" msgstr "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" #: ../../installation/update.rst:86 -msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" -msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" +msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" +msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" #: ../../installation/update.rst:91 msgid "https://vyos.net/get/nightly-builds/" diff --git a/docs/_locale/es/installation.pot b/docs/_locale/es/installation.pot index 63dbc379..1a06bbfb 100644 --- a/docs/_locale/es/installation.pot +++ b/docs/_locale/es/installation.pot @@ -2205,8 +2205,8 @@ msgid "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" msgstr "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" #: ../../installation/update.rst:86 -msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" -msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" +msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" +msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" #: ../../installation/update.rst:91 msgid "https://vyos.net/get/nightly-builds/" diff --git a/docs/_locale/ja/installation.pot b/docs/_locale/ja/installation.pot index 0584fbc8..d259a106 100644 --- a/docs/_locale/ja/installation.pot +++ b/docs/_locale/ja/installation.pot @@ -2205,8 +2205,8 @@ msgid "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" msgstr "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" #: ../../installation/update.rst:86 -msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" -msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" +msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" +msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" #: ../../installation/update.rst:91 msgid "https://vyos.net/get/nightly-builds/" diff --git a/docs/_locale/pt/installation.pot b/docs/_locale/pt/installation.pot index 3d963c4a..8c504944 100644 --- a/docs/_locale/pt/installation.pot +++ b/docs/_locale/pt/installation.pot @@ -2205,8 +2205,8 @@ msgid "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" msgstr "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" #: ../../installation/update.rst:86 -msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" -msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" +msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" +msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" #: ../../installation/update.rst:91 msgid "https://vyos.net/get/nightly-builds/" diff --git a/docs/_locale/uk/installation.pot b/docs/_locale/uk/installation.pot index c683da89..47758850 100644 --- a/docs/_locale/uk/installation.pot +++ b/docs/_locale/uk/installation.pot @@ -2205,8 +2205,8 @@ msgid "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" msgstr "https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E" #: ../../installation/update.rst:86 -msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" -msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/refs/heads/current/version.json" +msgid "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" +msgstr "https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json" #: ../../installation/update.rst:91 msgid "https://vyos.net/get/nightly-builds/" diff --git a/docs/configuration/system/updates.md b/docs/configuration/system/updates.md index c82d37be..563a7a66 100644 --- a/docs/configuration/system/updates.md +++ b/docs/configuration/system/updates.md @@ -19,7 +19,7 @@ Configure a URL that contains information about images. ```none set system update-check auto-check -set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/version.json' +set system update-check url 'https://raw.githubusercontent.com/vyos/vyos-nightly-build/rolling/version.json' ``` Check: @@ -29,7 +29,7 @@ vyos@r4:~$ show system updates Current version: 1.5-rolling-202312220023 Update available: 1.5-rolling-202312250024 -Update URL: https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202312250024/1.5-rolling-202312250024-amd64.iso +Update URL: https://github.com/vyos/vyos-nightly-build/releases/download/1.5-rolling-202312250024/1.5-rolling-202312250024-amd64.iso vyos@r4:~$ vyos@r4:~$ add system image latest diff --git a/docs/installation/update.md b/docs/installation/update.md index e8b5f912..cdc8b20d 100644 --- a/docs/installation/update.md +++ b/docs/installation/update.md @@ -91,7 +91,7 @@ configured appropriately for your installed release. For updates to the Rolling Release for AMD64, the following URL may be used: - + ::: :::{hint} -- cgit v1.2.3