From 9e2a314e3978f1a896564b6e9db5213b5e7ba23e Mon Sep 17 00:00:00 2001 From: Ychau Wang Date: Wed, 30 Sep 2020 14:47:46 +0800 Subject: [PATCH] Packaging: release notes script using error kernel path urls 2.0 Packaging runtime-release-notes.sh script is using 1.x Packaging kernel urls. Fix these urls to 2.0 branch Packaging urls. Fixes: #829 Signed-off-by: Ychau Wang --- tools/packaging/release/runtime-release-notes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/packaging/release/runtime-release-notes.sh b/tools/packaging/release/runtime-release-notes.sh index f09a2b0202..1df2d7acee 100755 --- a/tools/packaging/release/runtime-release-notes.sh +++ b/tools/packaging/release/runtime-release-notes.sh @@ -136,8 +136,8 @@ Follow the Kata [installation instructions][installation]. More information [Limitations][limitations] [kernel]: ${kernel_url}/linux-${kernel_version#v}.tar.xz -[kernel-patches]: https://github.com/kata-containers/packaging/tree/${kata_kernel_config_version}/kernel/patches -[kernel-config]: https://github.com/kata-containers/packaging/tree/${kata_kernel_config_version}/kernel/configs +[kernel-patches]: https://github.com/kata-containers/kata-containers/tree/${new_release}/tools/packaging/kernel/patches +[kernel-config]: https://github.com/kata-containers/kata-containers/tree/${new_release}/tools/packaging/kernel/configs [ocispec]: https://github.com/opencontainers/runtime-spec/releases/tag/${oci_spec_version} [limitations]: https://github.com/kata-containers/kata-containers/blob/${new_release}/docs/Limitations.md [installation]: https://github.com/kata-containers/kata-containers/blob/${new_release}/docs/install