build: cosmetic on build task name.
This commit is contained in:
parent
1724040229
commit
9b7c1acb1b
7 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ func init() {
|
|||
RegisterBuilder(&ABI3{
|
||||
Base: prebuild.Base{
|
||||
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",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ func init() {
|
|||
RegisterBuilder(&ReAttach{
|
||||
Base: prebuild.Base{
|
||||
Keyword: "attach",
|
||||
Msg: "Re-attach disconnected path",
|
||||
Msg: "Feat: re-attach disconnected path",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ func init() {
|
|||
RegisterBuilder(&Complain{
|
||||
Base: prebuild.Base{
|
||||
Keyword: "complain",
|
||||
Msg: "Set complain flag on all profiles",
|
||||
Msg: "Build: set complain flag on all profiles",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ func init() {
|
|||
RegisterBuilder(&Enforce{
|
||||
Base: prebuild.Base{
|
||||
Keyword: "enforce",
|
||||
Msg: "All profiles have been enforced",
|
||||
Msg: "Build: all profiles have been enforced",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ func init() {
|
|||
RegisterBuilder(&FullSystemPolicy{
|
||||
Base: prebuild.Base{
|
||||
Keyword: "fsp",
|
||||
Msg: "Prevent unconfined transitions in profile rules",
|
||||
Msg: "Feat: prevent unconfined transitions in profile rules",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ func init() {
|
|||
RegisterBuilder(&Hotfix{
|
||||
Base: prebuild.Base{
|
||||
Keyword: "hotfix",
|
||||
Msg: "Temporary fix for #74, #80 & #235",
|
||||
Msg: "Fix: temporary solution for #74, #80 & #235",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ func init() {
|
|||
RegisterBuilder(&Userspace{
|
||||
Base: prebuild.Base{
|
||||
Keyword: "userspace",
|
||||
Msg: "Resolve variable in profile attachments",
|
||||
Msg: "Fix: resolve variable in profile attachments",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue