You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
191 B

  1. #!/bin/bash
  2. set -e
  3. if [ "$COMPILE" != true ]; then
  4. log WARNING Not compiling Python code
  5. exit 0
  6. fi
  7. log INFO Compiling all Python code in /opt/odoo
  8. python -m compileall -q /opt/odoo