Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ License URL: https://github.com/clipperhouse/uax29/blob/v2.4.0/LICENSE

----------
Module: github.com/codesphere-cloud/cs-go/pkg/io
Version: v0.16.2
Version: v0.16.4
License: Apache-2.0
License URL: https://github.com/codesphere-cloud/cs-go/blob/v0.16.2/LICENSE
License URL: https://github.com/codesphere-cloud/cs-go/blob/v0.16.4/LICENSE

----------
Module: github.com/codesphere-cloud/oms/internal/tmpl
Expand Down
2 changes: 2 additions & 0 deletions internal/portal/portal.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ func (c *PortalClient) VerifyBuildArtifactDownload(file io.Reader, download Buil
return nil
}

log.Println("Calculating MD5 checksum to verify download integrity...")

hash := md5.New()

_, err := io.Copy(hash, file)
Expand Down
4 changes: 2 additions & 2 deletions internal/tmpl/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ License URL: https://github.com/clipperhouse/uax29/blob/v2.4.0/LICENSE

----------
Module: github.com/codesphere-cloud/cs-go/pkg/io
Version: v0.16.2
Version: v0.16.4
License: Apache-2.0
License URL: https://github.com/codesphere-cloud/cs-go/blob/v0.16.2/LICENSE
License URL: https://github.com/codesphere-cloud/cs-go/blob/v0.16.4/LICENSE

----------
Module: github.com/codesphere-cloud/oms/internal/tmpl
Expand Down