melange

package
v0.16.14 Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bump

func Bump(ctx context.Context, configFile, version, expectedCommit string) error

func ReadAllPackagesFromRepo

func ReadAllPackagesFromRepo(ctx context.Context, dir string) (map[string]*Packages, error)

func ReadPackageConfigs

func ReadPackageConfigs(ctx context.Context, packageNames []string, dir string) (map[string]*Packages, error)

ReadPackageConfigs read the melange package config(s) from the target git repository so we can check if new versions exist

Types

type ConfigCheck

type ConfigCheck struct {
	Package struct {
		Name    string `yaml:"name"`
		Version string `yaml:"version"`
	} `yaml:"package"`
}

type Packages

type Packages struct {
	Config   config.Configuration
	Filename string
	Dir      string
	NoLint   []string
	Hash     string
}

Jump to

Keyboard shortcuts

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