Package Details: distrobuilder-git 2.1.r34.g2ff2379-1

Git Clone URL: https://aur.archlinux.org/distrobuilder-git.git (read-only, click to copy)
Package Base: distrobuilder-git
Description: System container image builder for LXC and LXD
Upstream URL: https://github.com/lxc/distrobuilder
Licenses: Apache
Conflicts: distrobuilder
Submitter: edacval
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 1
Popularity: 0.000002
First Submitted: 2019-10-01 19:29 (UTC)
Last Updated: 2022-06-29 04:29 (UTC)

Latest Comments

itoffshore commented on 2023-09-09 19:32 (UTC) (edited on 2023-12-02 00:07 (UTC) by itoffshore)

git ref 2.1.r255.g4ebc3cb builds ok if check() is disabled (unless you have the various gpg keys installed)

  • NB: this latest version is needed to build the latest templates which have switched to using build-incus (not build-lxd) - i.e the new LXD fork - incus

  • To use --import-into-incus you also need to ln -s /var/lib/lxd /var/lib/incus as the unix.socket is needed to import an image into lxd.

  • for building custom containers see distrobuilder-menu - now also available in AUR which now creates the above LXD compatibility symlink

andreas_baumann commented on 2022-06-27 12:27 (UTC) (edited on 2022-06-27 12:28 (UTC) by andreas_baumann)

I get:

fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out

If:

url="https://$_url"

then source should be

source=($_pkgname::git+https://$_url)

and not:

source=($_pkgname::git://$_url)

pure git checkouts seem no longer to work on github.

andreas_baumann commented on 2019-10-22 17:26 (UTC)

==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 570.distrobuilder-1.0

Commenting out pkgver I get:

==> Starting build()...
flag provided but not defined: -trimpath
usage: go build [-o output] [-i] [build flags] [packages]
Run 'go help build' for details.