Chris Alfano

Results 84 issues of Chris Alfano

Has anyone started working on it already?

Just writing to a configured path in the local filesystem and letting people bring their own sync/backup tech would be ideal...but extensions can't do that Following this example it should...

The `-q` option to `hab-studio` is advertised as suppressing hab output so you can get the output of the command, but currently fails to suppress 4 lines about origin keys,...

Stale
Type: Bug

In the output from `hab studio --help`: ```console # Run a command in the slim Studio, showing only the command output hab-studio -q -r /opt/slim run busybox ls -l /...

Stale
Type: Bug

If you accept the Habitat license under a sudo'd command, you get `/hab/accepted-licenses/habitat` while if you do it under an unpriveledged user you get `~/.hab/accepted-licenses/habitat` If you start out a...

Type: Bug

I want to eat the output of a few Habitat commands in an automation process, relying on the user to have already accepted the license through any means hab supports....

Type: Bug

The new `--multi-layer` option for `hab pkg export docker` is really powerful, but it can't be taken advantage of in a CI environment where the Docker build cache isn't persisted...

Focus:Exporter
Type: Bug

- `netdata/plan.sh`: ```bash do_setup_environment() { export HAB_ENV_NETDATA_PKG_PLUGINS_DIR_SEPARATOR=" " set_runtime_env -f HAB_ENV_NETDATA_PKG_PLUGINS_DIR_SEPARATOR "${HAB_ENV_NETDATA_PKG_PLUGINS_DIR_SEPARATOR}" push_runtime_env NETDATA_PKG_PLUGINS_DIR "${pkg_prefix}/libexec/netdata/plugins.d" push_runtime_env NETDATA_PKG_PLUGINS_DIR "${pkg_prefix}/plugins.d" } ``` - -> `/hab/pkgs/.../RUNTIME_ENVIRONMENT` ``` HAB_ENV_NETDATA_PKG_PLUGINS_DIR_SEPARATOR= ``` - `project/plan.sh`: ```bash pkg_deps=(...

Focus :Plan Build
Type: Bug

In CI and test environments, it can be helpful to persist `/hab/pkgs` but not `/hab/svc`, which seems to be in the spirit of Habitat's architecture -- `/hab/pkgs` is immutable and...

Stale

On the current master (b49c6302d836d8e64ba0605e8cd7c88cd8eb1969) I get this on `make build`: ``` rm -f linodecli/data-* rm -f linode-cli.sh rm -f dist/* python -m linodecli bake https://developers.linode.com/api/v4/openapi.yaml --skip-config No spec baked....