Rob Adams

Results 9 issues of Rob Adams

### Summary of changes The node execution function `eval/2` in `Mix.Releases.Runtime.Control` has been modified to be consistent with `rpc/2` with regard to how it handles the result. In `rpc`, the...

In some cases it is convenient to define a collection of responders outside of the bot's configuration file, and then to reference that collection as a list of responders to...

## Description - Upgrades mkdocs from 5->6 following migration guide - Updates ex_doc for compatibility ## Licensing/Copyright I certify that I own, and have sufficient rights to contribute, all source...

Although Elixir 1.9 has built-in support for releases, Distillery is still necessary when using Bootleg to perform hot upgrades and when using overlays. In most other cases, the built-in release...

This is a placeholder to track an open issue at https://github.com/bitwalker/distillery/issues/693 about Distillery not updating `var/start_erl.data`, so the incorrect version of the application is started. A workaround is to remove...

Currently if the user wants to make use of `Bootleg.UI` or `Bootleg.Config` they need to import it themselves: ```elixir use Bootleg.DSL task :foo do alias Bootleg.UI UI.info("Ok, getting started") end...

question

Currently all tasks are loaded, so we have a `:docker_build`, `:local_build` and `:remote_build` because they need to have distinct names. Although we have a generic `:build` task, all it does...

question

When running `mix deps.get` for one or more dependencies that use `git` or `github` options, Mix calls `git --progress` behind the scenes. When building remotely this causes each "dot" of...

These would be helpers for invoking the `eval` and `rpc` Distillery runtime commands.

feature