Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
7fcadb0c
Commit
7fcadb0c
authored
Apr 02, 2013
by
Christos Stavrakakis
Browse files
Tag debian branch only in release mode
parent
694db487
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
7fcadb0c
...
...
@@ -256,7 +256,8 @@ def main():
repo
.
git
.
commit
(
"-s"
,
"-a"
,
m
=
"Bump version to %s"
%
debian_version
)
# Tag debian branch
debian_branch_tag
=
"debian/"
+
debian_version
repo
.
git
.
tag
(
debian_branch_tag
)
if
mode
==
"release"
:
repo
.
git
.
tag
(
debian_branch_tag
)
# Add version.py files to repo
call
(
"grep
\"
__version_vcs
\"
-r . -l -I | xargs git add -f"
)
...
...
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