diff --git a/scripts/build.sh b/scripts/build.sh index f487a79a44b..e3063c72938 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -6,6 +6,12 @@ VENV=$WORKSPACE/venv echo "Starting build..." +if [ -z $1 ]; then + echo "Warning: You should provide a unique name for this job to prevent database collisions." + echo "Usage: ./build.sh " + echo "Continuing, but don't say you weren't warned." +fi + # Clean up after last time. find . -name '*.pyc' -exec rm {} \; @@ -24,6 +30,8 @@ cat > settings_local.py <