|
@ -27,6 +27,9 @@ export VIRTUALENV=${VIRTUALENV-/srv/virtualenv/default} |
|
|
|
|
|
|
|
|
RELEASE=${RELEASE:-} |
|
|
RELEASE=${RELEASE:-} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## debian does not include lsb_release, but it is ok since |
|
|
|
|
|
## it receives its release info from 0k-odoo-light. But, herk. |
|
|
test -z "$RELEASE" && export RELEASE=$(lsb_release -c -s) |
|
|
test -z "$RELEASE" && export RELEASE=$(lsb_release -c -s) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|