blob: 0bc91fe4baa62e8bba91492d4fadf93f8314c06a (
plain)
1
2
3
4
5
6
7
8
9
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/prelude.sh"
cd src
set -o errexit
activate_venv
python buildscripts/resmoke.py generate-fcv-constants
|