Skip to content

Commit

Permalink
Ignore lua versions in nix (from report for lua:lpeg)
Browse files Browse the repository at this point in the history
Nix may use incompatible versions from luarocks
  • Loading branch information
AMDmi3 committed Jun 13, 2019
1 parent 6542c93 commit 718536e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 899.version-fixes.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- { verpat: "(git|hg)-(20[0-9]{2}-[0-9]{2}-[0-9]{2})", ruleset: nix, setver: $2, snapshot: true } # see repology#854
- { verpat: ".*-wrapper", ruleset: nix, ignore: true }
- { verpat: ".*latest.*", ruleset: justinstall, rolling: true }
- { verpat: ".*-[0-9]+", namepat: "lua.*", ruleset: nix, untrusted: true } # uses luaforge versions which add extra component

# nuget is terminally broken and can't handle arbitrary version schemes, so most are garbage
- { ruleset: chocolatey, untrusted: true }
Expand Down

0 comments on commit 718536e

Please sign in to comment.