Skip to content

Commit

Permalink
Merge pull request #649 from dmbaturin/T6446-include-support-url-in-v…
Browse files Browse the repository at this point in the history
…ersion

build: T6446: include support URL in the version data file
  • Loading branch information
c-po authored Jun 5, 2024
2 parents 38ff293 + 4112d47 commit 9c2ec5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/image-build/build-vyos-image
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ if __name__ == "__main__":
'bugtracker_url': build_config['bugtracker_url'],
'documentation_url': build_config['documentation_url'],
'project_news_url': build_config['project_news_url'],
'support_url': build_config['support_url']
}

# Multi line strings needs to be un-indented to not have leading
Expand Down

0 comments on commit 9c2ec5e

Please sign in to comment.