merge-scripts

command module
v0.0.0-...-acfefc4 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: EUPL-1.2 Imports: 10 Imported by: 0

README

Go program to merge gentoo like repositories into a final repository defined by a config file (foundation.toml).

Each repository in the config file can have a few parameters:

  • copyfile: List of files to be copied (source and dest, if dest is not defined then dest is source)
  • eclasses: List of eclasses to be copied
  • filter: List of categories, packages or package versions to exclude from final repository
  • select: List of packages to include in the final repository (if not given => all packages are used)
  • URL: URL of the repository to include

filter also accepts wildcard, like:

  • dev-util/bazel/bazel0*
  • dev-util/bazel/bazel[0-1]*

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
bin
Package configuration handles the configuration functionality.
Package configuration handles the configuration functionality.

Jump to

Keyboard shortcuts

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