Skip to content

Commit

Permalink
Revert "Temporarily disable 4.17.x probe builds on Fedora"
Browse files Browse the repository at this point in the history
This reverts commit 8a7bf7e.
  • Loading branch information
bwolmarans committed Jul 18, 2018
1 parent d38fe7c commit af801a0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions scripts/kernel-crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@
"subdirs" : [
"Everything/x86_64/os/Packages/k/"
],
"page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href",
"exclude_patterns": ["4.17."]
"page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href"
},

{
Expand All @@ -115,8 +114,7 @@
"subdirs" : [
"x86_64/Packages/k/"
],
"page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href",
"exclude_patterns": ["4.17."]
"page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href"
},

{
Expand All @@ -125,8 +123,7 @@
"subdirs" : [
"Everything/x86_64/Packages/k/"
],
"page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href",
"exclude_patterns": ["4.17."]
"page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href"
},

# {
Expand All @@ -135,8 +132,7 @@
# "subdirs" : [
# "x86_64/os/Packages/k/"
# ],
# "page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href",
# "exclude_patterns": ["4.17."]
# "page_pattern" : "/html/body//a[regex:test(@href, '^kernel-(core|devel)-[0-9].*\.rpm$')]/@href"
# }
],

Expand Down

0 comments on commit af801a0

Please sign in to comment.