diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-09-25 20:24:09 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-09-25 20:36:56 +0200 |
| commit | 1746109255d3d4cdde3540f8eb099adddccd2468 (patch) | |
| tree | 3c516b70c45ff7a9a91c38c0936d753483a81f9f /tools | |
| parent | a6043c57aee4cd69fa38f52f7b6119efb8e55eca (diff) | |
| download | vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.tar.gz vyos-build-1746109255d3d4cdde3540f8eb099adddccd2468.zip | |
ci/cd: update branch references current -> sagitta
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_latest_iso.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_latest_iso.py b/tools/get_latest_iso.py index 4a2ea9a8..f8228ff2 100755 --- a/tools/get_latest_iso.py +++ b/tools/get_latest_iso.py @@ -7,7 +7,7 @@ from urllib.parse import unquote import requests BASE_URL = 'https://downloads.vyos.io/' -PAGE_URL = BASE_URL+'?dir=rolling/current/amd64' +PAGE_URL = BASE_URL+'?dir=rolling/sagitta/amd64' def download(): |
