internal/osbuild: contenturl and rhsm secrets for ostree sources

This commit is contained in:
Sanne Raymaekers 2022-10-14 16:32:01 +02:00
parent 5a0d286d6b
commit 500341a25f
9 changed files with 67 additions and 32 deletions

View file

@ -27,6 +27,10 @@ type CommitSpec struct {
// URL of the repo where the commit can be fetched, if available.
URL string
ContentURL string
Secrets string
// Checksum of the commit.
Checksum string
}