Skip to content

Commit

Permalink
Support Toolbelt via envrc sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed Feb 16, 2018
1 parent 8ef81d5 commit fe4c0ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
- Renamed the `acceptance-tests` errand to `inventory`, since that
is what it is.

- Jumpbox now supports co-locating toolbelt, and it will run the
toolbelt envrc for each user on the jumpbox.

## Software Updates

- Bumped safe to v0.6.3
4 changes: 4 additions & 0 deletions jobs/jumpbox/templates/config/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
export PS1=$(echo '[\[\e[1;33m\t\e[0m\]] \[\e[1;32m\]\u@\h\[\e[0m\] \[\e[1;34m\]\w\[\e[0m\]\n\[\e[1;34m\]\$ \[\e[0m\]')
umask 002

if [[ -f /var/vcap/jobs/toolbelt/envrc ]]; then
source /var/vcap/jobs/toolbelt/envrc
fi

################################################################################
########################################### site-specific environment variables
<% env = p('jumpbox.env', {})
Expand Down

0 comments on commit fe4c0ae

Please sign in to comment.