Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
METRo projects
metro
Commits
6b2d2261
Commit
6b2d2261
authored
Nov 07, 2019
by
François Fortin
Browse files
Merge branch 'release_3.3.3' into 'master'
Release 3.3.3 See merge request
!7
parents
cfd0a7d2
057cd57b
Pipeline
#182813
passed with stage
in 39 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
init_devel.sh
View file @
6b2d2261
...
...
@@ -43,18 +43,8 @@ echo "* link to model ( src/frontend/model -> usr/share/metro/model )"
ln
-sf
../../usr/share/metro/model src/frontend/model
echo
""
echo
"* Checking for PYTHON_INCLUDE environment variable"
if
[
!
-n
"
$PYTHON_INCLUDE
"
]
;
then
echo
"----------------------------------------------------------"
echo
"WARNING!"
echo
"No PYTHON_INCLUDE defined."
echo
"Please set environment variable PYTHON_INCLUDE to your"
echo
"python include directory."
echo
"Ex: export PYTHON_INCLUDE=
\"
/usr/local/include/python2.3
\"
"
echo
"----------------------------------------------------------"
echo
""
else
echo
"PYTHON_INCLUDE="
$PYTHON_INCLUDE
if
which python-config
>
/dev/null
;
then
PYTHON_INC
=
`
python-config
--includes
`
echo
"* Python include path = "
$PYTHON_INC
fi
echo
""
scripts/do_macadam
View file @
6b2d2261
...
...
@@ -34,7 +34,7 @@
progname
=
`
basename
$0
`
METRO_VERSION
=
3.3.
2
METRO_VERSION
=
3.3.
3
if
[[
$1
=
clean
]]
;
then
...
...
src/frontend/metro_config.py
View file @
6b2d2261
...
...
@@ -68,8 +68,8 @@ METRO_CONFIG_GETTEXT_PACKAGE = "metro_config"
METRO_CONFIG_GETTEXT_LOCALEDIR
=
"./locale"
# Constant definition
CFG_METRO_VERSION
=
"3.3.
2
"
CFG_METRO_DATE
=
"201
7
-1
0
-0
7
"
CFG_METRO_VERSION
=
"3.3.
3
"
CFG_METRO_DATE
=
"201
9
-1
1
-0
6
"
# Origin of the value (command line, config file, hardcoded value,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment