ソースを参照

chore(ursrv): update regex patterns for Syncthing-Fork entries (#10380)

Update regex patterns for Syncthing-Fork entries

Signed-off-by: Catfriend1 <[email protected]>
Catfriend1 1 ヶ月 前
コミット
8233279a65
1 ファイル変更2 行追加1 行削除
  1. 2 1
      cmd/infra/ursrv/serve/serve.go

+ 2 - 1
cmd/infra/ursrv/serve/serve.go

@@ -79,7 +79,8 @@ var (
 		{regexp.MustCompile(`\svagrant@bullseye`), "F-Droid"},
 		{regexp.MustCompile(`\svagrant@bookworm`), "F-Droid"},
 
-		{regexp.MustCompile(`Anwender@NET2017`), "Syncthing-Fork (3rd party)"},
+		{regexp.MustCompile(`\sreproducible-build@Catfriend1-syncthing-android`), "Syncthing-Fork Catfriend1 (3rd party)"},
+		{regexp.MustCompile(`\sreproducible-build@nel0x-syncthing-android-gplay`), "Syncthing-Fork nel0x (3rd party)"},
 
 		{regexp.MustCompile(`\sbuilduser@(archlinux|svetlemodry)`), "Arch (3rd party)"},
 		{regexp.MustCompile(`\ssyncthing@archlinux`), "Arch (3rd party)"},