Merge pull request #1308 from lnussel/rebuildpacs

rebuildpacs: rebuild perf
This commit is contained in:
Max Lin 2017-12-26 19:36:26 +08:00 committed by GitHub
commit 96a3eec425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ my %parents = (
openSUSE-images installation-images-openSUSE) openSUSE-images installation-images-openSUSE)
], ],
"kdebase4-openSUSE" => [qw(bundle-lang-kde)], "kdebase4-openSUSE" => [qw(bundle-lang-kde)],
"kernel-source" => [qw(perf)],
); );
# for subsets (staging projects) we need to remember which are ignored # for subsets (staging projects) we need to remember which are ignored
my %ignored; my %ignored;