Skip to content
Snippets Groups Projects

Put back dvcs

Merged Whitney Armstrong requested to merge dvcs_fix into master
1 file
+ 0
13
Compare changes
  • Side-by-side
  • Inline
+ 0
13
#!/bin/bash
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export JUGGLER_DETECTOR="topside"
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=100
fi
# only used when running locally (not in CI)
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
export JUGGLER_INSTALL_PREFIX="/usr/local"
fi
# these variables might not need exported.
export JUGGLER_FILE_NAME_TAG="dvcs"
Loading