Skip to content

Commit

Permalink
Add some global rules for tur
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 17, 2024
1 parent 5d94632 commit 3601b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 100.prefix-suffix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@

- { noflag: no_suffix, ruleset: slitaz, namepat: "(.*)-(dev)", setname: $1, addflavor: $2 }

- { noflag: no_suffix, ruleset: termux, namepat: "lib32-(.*)", setname: $1, addflavor: lib32 }

- { noflag: no_suffix, ruleset: void, namepat: "chroot-(.*)", setname: $1, addflavor: chroot }

- { noflag: no_suffix, ruleset: manjaro, namepat: "(linux[0-9]+-(?:rt-)?)((?!rt$).*)", setname: $2, addflavor: $1 }
Expand Down
1 change: 1 addition & 0 deletions 899.version-fixes.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
- { verpat: ".*-.*", ruleset: chromebrew, untrusted: true } # no way to tell -N revisions from upstream versions with - separator
- { verpat: "v[0-9].*", nolegacy: true }
- { verpat: ".*\\^.*", ruleset: fedora, ignore: true } # nolegacy?
- { verpat: ".*-r[0-9]+\\.[a-f0-9]{7}", ruleset: termux, ignore: true } # tur mostly

# 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 3601b50

Please sign in to comment.