ALT Linux Bugzilla
– Attachment 17607 Details for
Bug 52839
impression: Поддержка дистрибутивов Альт
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч, добавляющий системы Альт в список дистрибутивов
impression-3.3.0-alt-add-alt-to-list.patch (text/plain), 529 bytes, created by
Alexey Volkov
on 2025-01-28 01:34:10 MSK
(
hide
)
Description:
Патч, добавляющий системы Альт в список дистрибутивов
Filename:
MIME Type:
Creator:
Alexey Volkov
Created:
2025-01-28 01:34:10 MSK
Size:
529 bytes
patch
obsolete
>diff --color -ua a/src/online.rs b/src/online.rs >--- a/src/online.rs 2025-01-27 21:12:24.582771351 +0300 >+++ b/src/online.rs 2025-01-27 21:12:50.301756457 +0300 >@@ -24,7 +25,10 @@ > > type NameCheck = fn(&str) -> bool; > >-const GOOD_DISTROS: [(&str, &str, Option<NameCheck>); 7] = [ >+const GOOD_DISTROS: [(&str, &str, Option<NameCheck>); 8] = [ >+ ("altlinux.org", "ALT", Some(|name: &str| { >+ !name.contains("Live") >+ })), > ("archlinux.org", "Arch Linux", None), > ("endlessos.com", "Endless OS", None), > (
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52839
:
17606
| 17607