diff options
author | Daniil Baturin <daniil@vyos.io> | 2022-10-30 14:31:04 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2022-10-30 14:31:04 -0400 |
commit | f39f4d1f23c5b54273ba483a7c8bf43fd1d521ec (patch) | |
tree | 88b2360b19787e83aa167430c55eea988251f682 /data | |
parent | 25a60f3d91307eefa02ee3fabbe675f4c4cb4bd4 (diff) | |
download | vyos-build-f39f4d1f23c5b54273ba483a7c8bf43fd1d521ec.tar.gz vyos-build-f39f4d1f23c5b54273ba483a7c8bf43fd1d521ec.zip |
T3664: dehardcode fields of the OS release file
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 94ffb4a3..28db3067 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -18,3 +18,7 @@ additional_repositories = [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-48 main" ] + +website_url = "https://vyos.io" +support_url = "https://support.vyos.io" +bugtracker_url = "https://phabricator.vyos.net" |