diff mbox series

[PATCHv2,1/2] cve-matrix: add linux-euclid

Message ID 20170830052213.20782-2-po-hsu.lin@canonical.com
State New
Headers show
Series Add euclid to CVE tracker | expand

Commit Message

Po-Hsu Lin Aug. 30, 2017, 5:22 a.m. UTC
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 cve-tools/cve-matrix/update-cve-tracker | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Stefan Bader Sept. 19, 2017, 2:54 p.m. UTC | #1
On 30.08.2017 07:22, Po-Hsu Lin wrote:
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> ---
>  cve-tools/cve-matrix/update-cve-tracker | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/cve-tools/cve-matrix/update-cve-tracker b/cve-tools/cve-matrix/update-cve-tracker
> index 40b7a8d3..3d87a0a1 100755
> --- a/cve-tools/cve-matrix/update-cve-tracker
> +++ b/cve-tools/cve-matrix/update-cve-tracker
> @@ -52,8 +52,8 @@ mkdir -p "$out"
>  
>  pkgs="
>      linux linux-lts-trusty linux-lts-utopic linux-lts-vivid linux-lts-wily linux-lts-xenial linux-hwe linux-hwe-edge
> -    linux-aws linux-gke linux-gcp linux-kvm linux-azure linux-joule
> -    linux-ti-omap4 linux-armadaxp linux-raspi2 linux-snapdragon 
> +    linux-aws linux-gke linux-gcp linux-kvm linux-azure linux-euclid linux-joule
> +    linux-ti-omap4 linux-armadaxp linux-raspi2 linux-snapdragon

Not speaking of content but somehow the second like appears to me just to be the
same as before. So I am wondering why the patch contains two lines as the
required change seems to be adding euclid to the first line...

>      linux-goldfish linux-manta linux-mako linux-flo linux-krillin linux-vegetahd
>  "
>  for pkg in $pkgs
> @@ -78,6 +78,7 @@ $here/cve-merge ${HOME}/cve-autotriage/state/CVE-notes \
>  	$out/linux-gke-full.html \
>  	$out/linux-kvm-full.html \
>  	$out/linux-azure-full.html \
> +    $out/linux-euclid-full.html \
>  	$out/linux-joule-full.html \
>  	$out/linux-raspi2-full.html \
>  	$out/linux-snapdragon-full.html \

the new line sticking out at a different indentation level as the rest feels
like space/tab coding style problem...

>
diff mbox series

Patch

diff --git a/cve-tools/cve-matrix/update-cve-tracker b/cve-tools/cve-matrix/update-cve-tracker
index 40b7a8d3..3d87a0a1 100755
--- a/cve-tools/cve-matrix/update-cve-tracker
+++ b/cve-tools/cve-matrix/update-cve-tracker
@@ -52,8 +52,8 @@  mkdir -p "$out"
 
 pkgs="
     linux linux-lts-trusty linux-lts-utopic linux-lts-vivid linux-lts-wily linux-lts-xenial linux-hwe linux-hwe-edge
-    linux-aws linux-gke linux-gcp linux-kvm linux-azure linux-joule
-    linux-ti-omap4 linux-armadaxp linux-raspi2 linux-snapdragon 
+    linux-aws linux-gke linux-gcp linux-kvm linux-azure linux-euclid linux-joule
+    linux-ti-omap4 linux-armadaxp linux-raspi2 linux-snapdragon
     linux-goldfish linux-manta linux-mako linux-flo linux-krillin linux-vegetahd
 "
 for pkg in $pkgs
@@ -78,6 +78,7 @@  $here/cve-merge ${HOME}/cve-autotriage/state/CVE-notes \
 	$out/linux-gke-full.html \
 	$out/linux-kvm-full.html \
 	$out/linux-azure-full.html \
+    $out/linux-euclid-full.html \
 	$out/linux-joule-full.html \
 	$out/linux-raspi2-full.html \
 	$out/linux-snapdragon-full.html \