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
2ec250c7
Commit
2ec250c7
authored
Feb 08, 2013
by
Christos Stavrakakis
Browse files
Make sure the cloned repo is in the active branch
parent
2decaa68
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
2ec250c7
...
...
@@ -192,7 +192,7 @@ def main():
# Clone the repo
repo_dir
=
options
.
repo_dir
or
create_temp_directory
(
"df-repo"
)
repo
=
original_repo
.
clone
(
repo_dir
)
repo
=
original_repo
.
clone
(
repo_dir
,
branch
=
branch
)
print_green
(
"Cloned repository to '%s'."
%
repo_dir
)
# Create the debian branch
...
...
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