Skip to content
Snippets Groups Projects
Commit fa82c6ed authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: Add missing common shell script

parent 4385045d
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
History History
======= =======
20.3.1
------
Add missing common shell script.
20.3.0 20.3.0
------ ------
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Create archive of project sources # Create archive of project sources
here=$(dirname "$0") here=$(dirname "$0")
source $here/common source $here/odoo_scripts_common
# Arguments: # Arguments:
# - directory of the odoo sources # - directory of the odoo sources
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Version 20.3.0 # Version 20.3.0
here=$(dirname $0) here=$(dirname $0)
source $here/common source $here/odoo_scripts_common
project_name=${DOC_PROJECT_NAME:-${CI_PROJECT_NAME:-${DRONE_REPO_NAME:-project_name}}} project_name=${DOC_PROJECT_NAME:-${CI_PROJECT_NAME:-${DRONE_REPO_NAME:-project_name}}}
languages=(${LANGUAGES:-en}) languages=(${LANGUAGES:-en})
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# Version 20.3.0 # Version 20.3.0
here=$(dirname $0) here=$(dirname $0)
source $here/common source $here/odoo_scripts_common
# this is the same value as conf/drone/odoo.conf # this is the same value as conf/drone/odoo.conf
if [[ -e "${project_home}/conf/drone/odoo.conf" ]]; if [[ -e "${project_home}/conf/drone/odoo.conf" ]];
......
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
[tool.setuptools] [tool.setuptools]
script-files = [ script-files = [
"odoo_scripts_common",
"create_archive", "create_archive",
"create_documentation", "create_documentation",
"do_tests.zsh", "do_tests.zsh",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# The DB user can be overridden by setting ODOO_SCRIPTS_DB_USER. # The DB user can be overridden by setting ODOO_SCRIPTS_DB_USER.
# Version 20.3.0 # Version 20.3.0
here=$(dirname $0) here=$(dirname $0)
source $here/common source $here/odoo_scripts_common
tested_modules=${ODOO_SCRIPTS_MODULE_LIST_TESTS-$(read_odoo_scripts_expandable_configuration_key module_list_tests)} tested_modules=${ODOO_SCRIPTS_MODULE_LIST_TESTS-$(read_odoo_scripts_expandable_configuration_key module_list_tests)}
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Version 20.3.0 # Version 20.3.0
here=$(dirname $0) here=$(dirname $0)
source $here/common source $here/odoo_scripts_common
# odoo7, odoo8, odoo10, odoo11, odoo13 # odoo7, odoo8, odoo10, odoo11, odoo13
echo "$DEBUG Reading odoo_type from odoo_scripts configuration" echo "$DEBUG Reading odoo_type from odoo_scripts configuration"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment