Skip to content

Commit

Permalink
Unshadow npackd: with normalization, unmatched package names are tole…
Browse files Browse the repository at this point in the history
…rable (#863)
  • Loading branch information
AMDmi3 committed Jun 17, 2019
1 parent 6bbbba9 commit 208951a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions repos.d/windows/npackd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Npackd
#
# Repositories list: https://www.npackd.org/rep
#
# XXX: We set shadow flag on these to ignore unknown packages, because
# repos use both normal names and org.foo.bar scheme which can't
# be normalized.
###########################################################################
- name: npackd_unstable
type: repository
Expand All @@ -19,7 +15,6 @@
fetcher: FileFetcher
parser: NpackdXmlParser
url: https://www.npackd.org/rep/xml?tag=unstable
shadow: true
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
Expand All @@ -40,7 +35,6 @@
fetcher: FileFetcher
parser: NpackdXmlParser
url: https://www.npackd.org/rep/xml?tag=stable
shadow: true
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
Expand All @@ -61,7 +55,6 @@
fetcher: FileFetcher
parser: NpackdXmlParser
url: https://www.npackd.org/rep/xml?tag=libs
shadow: true
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
Expand All @@ -82,7 +75,6 @@
fetcher: FileFetcher
parser: NpackdXmlParser
url: https://www.npackd.org/rep/xml?tag=stable64
shadow: true
repolinks:
- desc: Npackd home
url: https://www.npackd.org/
Expand Down

0 comments on commit 208951a

Please sign in to comment.