Skip to content

Commit

Permalink
Merge pull request #650 from vyos/mergify/bp/sagitta/pr-649
Browse files Browse the repository at this point in the history
build: T6446: include support URL in the version data file (backport #649)
  • Loading branch information
c-po authored Jun 5, 2024
2 parents 35dd8ae + 6abac69 commit 258b865
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 258b865

Please sign in to comment.