Skip to content

Commit

Permalink
openwrt: add known snapshot versions format
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 18, 2025
1 parent d5dedb0 commit 09f6433
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 @@ -69,6 +69,7 @@
- { verpat: ".*~.*", ruleset: opensuse, ignore: true }
- { verpat: ".*\\.[0-9]+\\.[0-9]+\\.g?[0-9a-f]{4,}", ruleset: sisyphus, untrusted: true } # personal rule for [email protected]
- { verpat: "20[0-9]{2}", ruleset: openwrt, untrusted: true } # there are a lot of them
- { verpat: "20[0-9]{2}-[0-9]{2}-[0-9]{2}-[0-9a-f]{8}", ruleset: openwrt, incorrect: true } # known snapshot format
- { verpat: "[0-9]+\\..*[0-9a-f]{7}", ruleset: arch, ignore: true } # primarily blackarch snapshots; XXX: apart from commits, also catches dates and a lot of unrelated stuff
- { ver: "1003.1-2008", ruleset: nix, ignore: true } # WTF is that? versions like "1003.1-2008"
- { verpat: ".*haiku.*", ruleset: haikuports, ignore: true }
Expand Down

0 comments on commit 09f6433

Please sign in to comment.