mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
This is a pre release of distrobuilder. This should replace the lxc templates which are now renamed to lxc-templates-legacy. LXC is already on its 3.1 release so we should let users already try this out via testing repository. Stable release schedule can be followed here: https://github.com/lxc/distrobuilder/issues/91 more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
16 lines
334 B
YAML
16 lines
334 B
YAML
package: github.com/lxc/distrobuilder
|
|
import:
|
|
- package: github.com/lxc/lxd
|
|
subpackages:
|
|
- shared
|
|
- shared/api
|
|
- shared/ioprogress
|
|
- shared/osarch
|
|
- package: github.com/spf13/cobra
|
|
- package: gopkg.in/flosch/pongo2.v3
|
|
- package: gopkg.in/yaml.v2
|
|
testImport:
|
|
- package: github.com/stretchr/testify
|
|
subpackages:
|
|
- require
|