build

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2024 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitRevision

type GitRevision struct {
	Product    product.Product
	InstallDir string

	// LicenseDir represents directory path where to install license files.
	// If empty, license files will placed in the same directory as the binary.
	LicenseDir string

	Ref          string
	CloneTimeout time.Duration
	BuildTimeout time.Duration
	// contains filtered or unexported fields
}

GitRevision installs a particular git revision by cloning the repository and building it per product BuildInstructions

func (*GitRevision) Build

func (gr *GitRevision) Build(ctx context.Context) (string, error)

func (*GitRevision) IsSourceImpl

func (*GitRevision) IsSourceImpl() isrc.InstallSrcSigil

func (*GitRevision) Remove

func (gr *GitRevision) Remove(ctx context.Context) error

func (*GitRevision) SetLogger

func (gr *GitRevision) SetLogger(logger *log.Logger)

func (*GitRevision) Validate

func (gr *GitRevision) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL