Skip to content
Snippets Groups Projects
Commit f46932aa1dcc authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Version 2.9

parent 0b8232ec744b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
History
=======
2.9
---
- conf2reST.py: Prefer anonymous links to avoid conflicts when the same version is shared by 2
repos (as the "link target" system would then be in use).
......
2.8
2.9
......@@ -13,7 +13,7 @@
#
# - access to pg database
#
# Version 2.8
# Version 2.9
here=$(dirname $0)
project_home=$(cd $here && cd .. && echo $PWD)
......
......@@ -3,7 +3,7 @@
# Create docker script
# template version 2.8
# template version 2.9
# TODO add a way to bypass the value, maybe with a key in the setup.cfg file
here=$(dirname $0)
......
......@@ -4,7 +4,7 @@
# This script is used to run tests on a database with demo data installed.
#
# Either provide the name of the database (first argument) or it will default to <project>_test
# Version 2.8
# Version 2.9
here=$(dirname $0)
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())")
......
[bumpversion]
current_version = 2.8
current_version = 2.9
parse = (?P<major>\d+)\.(?P<minor>\d+)
serialize =
{major}.{minor}
......
......@@ -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)
#
# Version 2.8
# Version 2.9
here=$(dirname $0)
project_home=$(cd $here && cd .. && echo $PWD)
echo "Starting odoo for development"
......
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