Commit Graph

2 Commits

Author SHA1 Message Date
Tom Herbers
2099d8e9be
scripts/container.sh: allow for empty Branch Names and git errors (#2363)
Resolves #2362

(cherry picked from commit 17731ae8fd)
2022-02-24 01:09:02 +01:00
Martin Weinelt
e7e634396e Add helper to run a containerized build environment (#2292)
Using `make container` or, if you don't have automake/gmake on your host
system, `./scripts/container.sh` will build an image for the current
branch your are on and drop you into a shell running inside a container
using that image.

From there all tooling required to work on Gluon is available.

Supports both podman (preferred) and docker.

(cherry picked from commit 6728c4a103)
2022-02-24 01:08:07 +01:00