diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-30 19:41:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 19:41:53 +0100 |
commit | 64e77f12f66ce4031cf858fc1455e275b106d56e (patch) | |
tree | 88b2360b19787e83aa167430c55eea988251f682 /data | |
parent | 25a60f3d91307eefa02ee3fabbe675f4c4cb4bd4 (diff) | |
parent | f39f4d1f23c5b54273ba483a7c8bf43fd1d521ec (diff) | |
download | vyos-build-64e77f12f66ce4031cf858fc1455e275b106d56e.tar.gz vyos-build-64e77f12f66ce4031cf858fc1455e275b106d56e.zip |
Merge pull request #271 from dmbaturin/os-release-dehardcoding
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" |