From 539723169b19165aa60c28afd8e4a0671403b366 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Fri, 14 Apr 2017 12:39:07 -0700 Subject: [PATCH] lsb_release: update BUG_REPORT_URL See https://github.com/coreos/coreos-overlay/pull/2463 for the reasoning. This was missed in that sweep of changes. --- build_library/set_lsb_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/set_lsb_release b/build_library/set_lsb_release index 4e25c12446..108185c22a 100755 --- a/build_library/set_lsb_release +++ b/build_library/set_lsb_release @@ -58,7 +58,7 @@ BUILD_ID=$COREOS_BUILD_ID PRETTY_NAME="$OS_PRETTY_NAME" ANSI_COLOR="38;5;75" HOME_URL="https://coreos.com/" -BUG_REPORT_URL="https://github.com/coreos/bugs/issues" +BUG_REPORT_URL="https://issues.coreos.com" COREOS_BOARD="$FLAGS_board" EOF sudo ln -sf "../usr/lib/os-release" "${ROOT_FS_DIR}/etc/os-release"