Skip to content

Commit

Permalink
versions: Add xurls utility
Browse files Browse the repository at this point in the history
Add the [`xurls`](https://mvdan.cc/xurls/cmd/xurls) utility to the
versions database. This tool is used by the CI scripts in the `tests`
repo to check URLs for validity. However, the latest version of `xurls`
requires golang 1.10.3+, but we don't need to use the latest version and
doing so is causing us problems (see
kata-containers/kata-containers#32).

Fixes kata-containers#854.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Oct 25, 2018
1 parent c7a9e45 commit 5055011
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ externals:
url: "https://github.com/opencontainers/runc"
version: "v1.0.0-rc5"

xurls:
description: |
Tool used by the CI to check URLs in documents and code comments.
url: "https://mvdan.cc/xurls/cmd/xurls"
version: "v1.1.0"

languages:
description: |
Details of programming languages requried to build system
Expand Down

0 comments on commit 5055011

Please sign in to comment.