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

2.13

parent 69de86e23cc5
No related branches found
No related tags found
No related merge requests found
2.12 2.13
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# #
# - access to pg database # - access to pg database
# #
# Version 2.12 # Version 2.13
here=$(dirname $0) here=$(dirname $0)
project_home=$(cd $here && cd .. && echo $PWD) project_home=$(cd $here && cd .. && echo $PWD)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# vim: set shiftwidth=4 softtabstop=4: # vim: set shiftwidth=4 softtabstop=4:
"""Script to locally build a docker image """Script to locally build a docker image
""" """
# Version 2.12 # Version 2.13
import argparse import argparse
import json import json
import logging import logging
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
# Either provide the name of the database (first argument) or it will default to <project>_test # Either provide the name of the database (first argument) or it will default to <project>_test
# The DB user can be overriden by setting ODOO_SCRIPTS_DB_USER. # The DB user can be overriden by setting ODOO_SCRIPTS_DB_USER.
# Version 2.12 # Version 2.13
here=$(dirname $0) here=$(dirname $0)
project_home=$(cd $here && cd .. && echo $PWD) project_home=$(cd $here && cd .. && echo $PWD)
tested_modules=$(python -B -c "import ConfigParser ; c = ConfigParser.ConfigParser() ; c.read('${project_home}/setup.cfg') ; print ','.join(c.get('odoo_scripts', 'module_list_tests', '').split())") tested_modules=$(python -B -c "import ConfigParser ; c = ConfigParser.ConfigParser() ; c.read('${project_home}/setup.cfg') ; print ','.join(c.get('odoo_scripts', 'module_list_tests', '').split())")
......
[bumpversion] [bumpversion]
current_version = 2.12 current_version = 2.13
parse = (?P<major>\d+)\.(?P<minor>\d+) parse = (?P<major>\d+)\.(?P<minor>\d+)
serialize = serialize =
{major}.{minor} {major}.{minor}
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
# You can set ODOO_DATA_DIR and ODOO_DB_HOST if you want to avoid using the default value ($HOME/var/tmp and localhost) # You can set ODOO_DATA_DIR and ODOO_DB_HOST if you want to avoid using the default value ($HOME/var/tmp and localhost)
# #
# Version 2.12 # Version 2.13
here=$(dirname $0) here=$(dirname $0)
project_home=$(cd $here && cd .. && echo $PWD) project_home=$(cd $here && cd .. && echo $PWD)
python="/usr/bin/env python" python="/usr/bin/env python"
......
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