From d540bfa81b5c5119fdd6d7bd688a8a330fd02eb8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Feb 2018 13:22:09 +0100 Subject: [PATCH] Skip automatic rebuild for more pattern packages --- rebuildpacs.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/rebuildpacs.pl b/rebuildpacs.pl index 1b7126f0..17528af3 100755 --- a/rebuildpacs.pl +++ b/rebuildpacs.pl @@ -274,7 +274,14 @@ while () { s,^\s*,,; # patterns are too spammy and rebuilding doesn't help - next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 hdf5:openmpi hdf5:serial scalapack:gnu-mvapich2-hpc scalapack:gnu-openmpi-hpc python-numpy:gnu-hpc petsc:serial netcdf:serial netcdf:openmpi netcdf:gnu-hpc netcdf:gnu-openmpi-hpc netcdf:gnu-mvapich2-hpc)); + next if (grep { $_ eq $cproblem } qw( + patterns-openSUSE patterns-base patterns-haskell + patterns-mate patterns-media patterns-yast + installation-images:Kubic fftw3:gnu-openmpi-hpc hdf5:mvapich2 + hdf5:openmpi hdf5:serial scalapack:gnu-mvapich2-hpc + scalapack:gnu-openmpi-hpc python-numpy:gnu-hpc + petsc:serial netcdf:serial netcdf:openmpi netcdf:gnu-hpc + netcdf:gnu-openmpi-hpc netcdf:gnu-mvapich2-hpc)); $problems{$cproblem}->{$_} = 1; }