build: cosmetic on build task name.

This commit is contained in:
Alexandre Pujol 2025-08-24 22:52:08 +02:00
parent 1724040229
commit 9b7c1acb1b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@ func init() {
RegisterBuilder(&ABI3{ RegisterBuilder(&ABI3{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "abi3", Keyword: "abi3",
Msg: "Convert all profiles from abi 4.0 to abi 3.0", Msg: "Build: convert all profiles from abi 4.0 to abi 3.0",
}, },
}) })
} }

View file

@ -18,7 +18,7 @@ func init() {
RegisterBuilder(&ReAttach{ RegisterBuilder(&ReAttach{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "attach", Keyword: "attach",
Msg: "Re-attach disconnected path", Msg: "Feat: re-attach disconnected path",
}, },
}) })
} }

View file

@ -25,7 +25,7 @@ func init() {
RegisterBuilder(&Complain{ RegisterBuilder(&Complain{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "complain", Keyword: "complain",
Msg: "Set complain flag on all profiles", Msg: "Build: set complain flag on all profiles",
}, },
}) })
} }

View file

@ -19,7 +19,7 @@ func init() {
RegisterBuilder(&Enforce{ RegisterBuilder(&Enforce{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "enforce", Keyword: "enforce",
Msg: "All profiles have been enforced", Msg: "Build: all profiles have been enforced",
}, },
}) })
} }

View file

@ -23,7 +23,7 @@ func init() {
RegisterBuilder(&FullSystemPolicy{ RegisterBuilder(&FullSystemPolicy{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "fsp", Keyword: "fsp",
Msg: "Prevent unconfined transitions in profile rules", Msg: "Feat: prevent unconfined transitions in profile rules",
}, },
}) })
} }

View file

@ -26,7 +26,7 @@ func init() {
RegisterBuilder(&Hotfix{ RegisterBuilder(&Hotfix{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "hotfix", Keyword: "hotfix",
Msg: "Temporary fix for #74, #80 & #235", Msg: "Fix: temporary solution for #74, #80 & #235",
}, },
}) })
} }

View file

@ -27,7 +27,7 @@ func init() {
RegisterBuilder(&Userspace{ RegisterBuilder(&Userspace{
Base: prebuild.Base{ Base: prebuild.Base{
Keyword: "userspace", Keyword: "userspace",
Msg: "Resolve variable in profile attachments", Msg: "Fix: resolve variable in profile attachments",
}, },
}) })
} }