Remove a redundant "Building image" log message after image exec
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- Use configured warewulf.conf path in `wwctl upgrade`. #1658
|
- Use configured warewulf.conf path in `wwctl upgrade`. #1658
|
||||||
- Fixed negation for slice field elements during profile/node merge. #1677
|
- Fixed negation for slice field elements during profile/node merge. #1677
|
||||||
- Show each overlay only once, even when both site and distribution versions exist. #1675
|
- Show each overlay only once, even when both site and distribution versions exist. #1675
|
||||||
|
- Remove a redundant "Building image" log message after image exec. #1694
|
||||||
|
|
||||||
## v4.6.0rc1, 2025-01-29
|
## v4.6.0rc1, 2025-01-29
|
||||||
|
|
||||||
|
|||||||
@@ -154,7 +154,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if Build {
|
if Build {
|
||||||
wwlog.Info("Building image: %s", imageName)
|
|
||||||
err = image.Build(imageName, false)
|
err = image.Build(imageName, false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("could not build image: %s: %s", imageName, err)
|
return fmt.Errorf("could not build image: %s: %s", imageName, err)
|
||||||
|
|||||||
Reference in New Issue
Block a user