Skip to content

Commit

Permalink
Add verignore for lua:ada
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed May 10, 2021
1 parent 4ef6912 commit d07dba1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 900.version-fixes/l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
- { name: ltrace, verpat: ".*_.*", ruleset: slackbuilds, debianism: true }
- { name: ltunify, verpat: "20[0-9]{6}", ignore: true }
- { name: lua, verpat: "[0-9]+\\.[0-9]+\\.[0-9]+[.-].*", incorrect: true } # windows (XXX: https://github.com/rjpcomputing/luaforwindows project), split?
- { name: "lua:ada", ver: "1.0", ruleset: freebsd, incorrect: true }
- { name: "lua:ada", ruleset: freebsd, untrusted: true } # accused of fake 1.0
- { name: "lua:ada", ver: "1.01", ruleset: ravenports, incorrect: true }
- { name: "lua:ada", ruleset: ravenports, untrusted: true } # accused of fake 1.01
- { name: "lua:check", verpat: ".*20[0-9]{6}", snapshot: true }
- { name: "lua:cjson", verlonger: 3, incorrect: true } # 2.1.0
- { name: "lua:cliargs", ver: "3.02", incorrect: true } # 2.1.0
Expand Down

1 comment on commit d07dba1

@jrmarino
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this line:

- { name: "lua:ada",                                                 ruleset: ravenports,  untrusted: true } # accused of fake 1.01

At the time the ports were created, there was no tags so yes the versions provided (1.0, 1.01) were fake. The repository is now tagged with v0.1.0 and ravenports has been synced to that tag. However it's still showing as problematic because RP is untrusted. Please re-trust RP on lua:ada.

Please sign in to comment.