builder

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DEBBuilder

type DEBBuilder struct {
	PackageBuilder
	// contains filtered or unexported fields
}

func (*DEBBuilder) Build

func (deb *DEBBuilder) Build(writer io.Writer) error

func (*DEBBuilder) Filename

func (deb *DEBBuilder) Filename() (string, error)

Filename returns the package's filename to store. Debian package's naming rule is defined at the https://www.debian.org/doc/manuals/debian-faq/pkg-basics.en.html. Also, pkg-packer will focus on the unified build environment using 1 package recipe, so remove the DebianRevisionNumber field.

type PackageBuilder

type PackageBuilder interface {
	Filename() (string, error)
	Build(rpmPath io.Writer) error
}

func NewDEBBuilder

func NewDEBBuilder(pkgInfo *info.Package) PackageBuilder

func NewRPMBuilder

func NewRPMBuilder(pkgInfo *info.Package) PackageBuilder

type RPMBuilder

type RPMBuilder struct {
	PackageBuilder
	// contains filtered or unexported fields
}

func (*RPMBuilder) Build

func (rpm *RPMBuilder) Build(writer io.Writer) error

func (*RPMBuilder) Filename

func (rpm *RPMBuilder) Filename() (string, error)

Jump to

Keyboard shortcuts

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