Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
b7cbf1e3520d
Commit
b7cbf1e3520d
authored
6 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
2.13
parent
69de86e23cc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
VERSION
+1
-1
1 addition, 1 deletion
VERSION
do_tests
+1
-1
1 addition, 1 deletion
do_tests
docker_build.py
+1
-1
1 addition, 1 deletion
docker_build.py
run_tests
+1
-1
1 addition, 1 deletion
run_tests
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
start
+1
-1
1 addition, 1 deletion
start
with
6 additions
and
6 deletions
VERSION
+
1
−
1
View file @
b7cbf1e3
2.1
2
2.1
3
This diff is collapsed.
Click to expand it.
do_tests
+
1
−
1
View file @
b7cbf1e3
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#
#
# - access to pg database
# - access to pg database
#
#
# Version 2.1
2
# Version 2.1
3
here
=
$(
dirname
$0
)
here
=
$(
dirname
$0
)
project_home
=
$(
cd
$here
&&
cd
..
&&
echo
$PWD
)
project_home
=
$(
cd
$here
&&
cd
..
&&
echo
$PWD
)
...
...
This diff is collapsed.
Click to expand it.
docker_build.py
+
1
−
1
View file @
b7cbf1e3
...
@@ -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.1
2
# Version 2.1
3
import
argparse
import
argparse
import
json
import
json
import
logging
import
logging
...
...
This diff is collapsed.
Click to expand it.
run_tests
+
1
−
1
View file @
b7cbf1e3
...
@@ -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.1
2
# Version 2.1
3
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())"
)
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
b7cbf1e3
[bumpversion]
[bumpversion]
current_version
= 2.1
2
current_version
= 2.1
3
parse
= (?P<major>\d+)\.(?P<minor>\d+)
parse
= (?P<major>\d+)\.(?P<minor>\d+)
serialize
=
serialize
=
{major}.{minor}
{major}.{minor}
...
...
This diff is collapsed.
Click to expand it.
start
+
1
−
1
View file @
b7cbf1e3
...
@@ -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.1
2
# Version 2.1
3
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment