Skip to content

Commit

Permalink
Temporarily disable CoreOS Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Marturana committed Mar 9, 2017
1 parent ec4eba7 commit 2bfb57b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/kernel-crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@
],

"CoreOS" : [
{
"root" : "http://alpha.release.core-os.net/",
"discovery_pattern": "/html/body//a[regex:test(@href, 'amd64-usr')]/@href",
"subdirs" : [
""
],
"page_pattern" : "/html/body//a[regex:test(@href, '^[5-9][0-9][0-9]|current|[1][0-9]{3}')]/@href"
},
#{
# "root" : "http://alpha.release.core-os.net/",
# "discovery_pattern": "/html/body//a[regex:test(@href, 'amd64-usr')]/@href",
# "subdirs" : [
# ""
# ],
# "page_pattern" : "/html/body//a[regex:test(@href, '^[5-9][0-9][0-9]|current|[1][0-9]{3}')]/@href"
#},

{
"root" : "http://beta.release.core-os.net/",
Expand Down

0 comments on commit 2bfb57b

Please sign in to comment.