Skip to content
Snippets Groups Projects
Commit 4aa393dc authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Revert "Allow the user to pass a parameter to define database to download (see bob.db.base#11)"

This reverts commit 912a8da2.
parent 33ab4d14
Branches
No related tags found
1 merge request!22Undoes download param
#!/usr/bin/env bash
# Tue 13 Dec 2016 17:36:51 CET
# Parameters:
#
# $1: database name to run the download command for. If unset, use "all"
#
# Wed 21 Sep 2016 13:08:05 CEST
source $(dirname ${0})/functions.sh
run_cmd ./bin/buildout
dbname=${1:-all}
if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py ${dbname} download --force;
run_cmd ./bin/bob_dbmanage.py all download --force;
fi
if [ -d ./doc ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment