Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
456089fa
Commit
456089fa
authored
Apr 24, 2015
by
LE GAC Renaud
Browse files
Add the initialisation of the variable start_bugfix and close_bugfix.
parent
23f89b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
build_version.py
build_version.py
+3
-1
No files found.
build_version.py
View file @
456089fa
...
...
@@ -710,6 +710,7 @@ if __name__ == '__main__':
OPS
.
set_defaults
(
api_doc
=
False
,
api_pdf
=
False
,
close_bugfix
=
False
,
close_feature
=
False
,
close_hotfix
=
False
,
close_release
=
False
,
...
...
@@ -719,6 +720,7 @@ if __name__ == '__main__':
reference_doc
=
False
,
reference_pdf
=
False
,
release
=
False
,
start_bugfix
=
False
,
start_feature
=
False
,
start_hotfix
=
False
,
start_release
=
False
,
...
...
@@ -785,4 +787,4 @@ if __name__ == '__main__':
if
OPT
.
version
:
print
"
\n
The current release is %s
\n
"
%
get_version
()
sys
.
exit
(
0
)
sys
.
exit
(
0
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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