Commit 2b4037ae authored by Matthias Putz's avatar Matthias Putz

changed branch to master

parent 83c02cd4
...@@ -13,7 +13,7 @@ if sys.version_info[0] < 3: ...@@ -13,7 +13,7 @@ if sys.version_info[0] < 3:
## repo default configuration ## repo default configuration
## ##
REPO_URL = 'https://github.com/esrlabs/git-repo' REPO_URL = 'https://github.com/esrlabs/git-repo'
REPO_REV = 'stable' REPO_REV = 'master'
# Copyright (C) 2008 Google Inc. # Copyright (C) 2008 Google Inc.
# #
...@@ -723,7 +723,6 @@ def main(orig_args): ...@@ -723,7 +723,6 @@ def main(orig_args):
'--wrapper-version=%s' % ver_str, '--wrapper-version=%s' % ver_str,
'--wrapper-path=%s' % wrapper_path, '--wrapper-path=%s' % wrapper_path,
'--'] '--']
print(me)
me.extend(orig_args) me.extend(orig_args)
me.extend(extra_args) me.extend(extra_args)
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment