Skip to content

Commit

Permalink
Add some openvsx/vscode: rules (repology/repology-updater#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 23, 2024
1 parent 691ab07 commit 5f06541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions 400.wildcard-pure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
- { setname: "rust:$0", ruleset: crates_io, addflag: wconce }
- { setname: "emacs:$0", ruleset: elpa, addflag: wconce }
- { setname: "lua:$0", ruleset: luarocks, addflag: wconce }
- { setname: "vscode:$0", ruleset: openvsx, addflag: wconce }
2 changes: 2 additions & 0 deletions 899.version-fixes.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
- { namepat: "texlive:.*", ruleset: guix, untrusted: true } # fake date versions
- { namepat: "texlive:.*", ruleset: openmandriva, untrusted: true } # some kind of ctan revisions which have nothing to do with upstream versions

- { namepat: "vscode:.*", replaceinname: { ".": "-" } }

# prevent newly introduced nix categories from polluting unrelated projects before being added to 500 ruleset
#- { category: "XXX", ruleset: nix, addflag: classified_category }
- { categorypat: "chickenPackages[0-9_]*", namepat: "chicken-.*", ruleset: nix, addflag: classified_category }
Expand Down
1 change: 1 addition & 0 deletions scripts/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'openmandriva',
'openpkg',
'opensuse',
'openvsx',
'openwrt',
'os4depot',
'pacstall',
Expand Down

0 comments on commit 5f06541

Please sign in to comment.