This repository was archived by the owner on Sep 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v0.5.4
2+
3+ * A fix to the portable (os x and windows) script to allow it to pass variables in the environment.
4+
5+ With this patch, you can supply ` BOX_INCLUDE_ENV ` with a whitespace-separated
6+ list of environment variables to pass to box. This admittedly a hack until real
7+ variables arrive (0.6.0!) and we can deprecate the environment functionality.
8+
9+ Nothing in the binary itself has changed.
10+
11+ ### v0.5.4
12+
13+ * A fix to the portable (os x and windows) script to allow it to pass variables in the environment.
14+
15+ With this patch, you can supply ` BOX_INCLUDE_ENV ` with a whitespace-separated
16+ list of environment variables to pass to box. This admittedly a hack until real
17+ variables arrive (0.6.0!) and we can deprecate the environment functionality.
18+
19+ Nothing in the binary itself has changed.
20+
21+ ### v0.5.4
22+
23+ * A fix to the portable (os x and windows) script to allow it to pass variables in the environment.
24+
125### v0.5.3
226
327copy statements have changed:
Original file line number Diff line number Diff line change 1- from "debian"
1+ from "debian:jessie "
22
33after { tag "boxbuilder/box:master" }
44DOCKER_VERSION = "1.13.1"
Original file line number Diff line number Diff line change 11#! /bin/sh
22# linux/mac installer for box
33set -e
4- version=0.5.3
4+ version=0.5.4
55if [ " $( uname -s) " = " Linux" ]; then
66 arch=" linux"
77else
You can’t perform that action at this time.
0 commit comments