Commit 61f59288 authored by Matthias Putz's avatar Matthias Putz

Added warnings to move from master branch to stable branchi

parent 39728835
**NOT MAINTAINED ANYMORE**
Please use the up-to-date version on the [stable branch](https://github.com/esrlabs/git-repo/tree/stable).
## Repo for Microsoft Windows and Linux ##
Note: No support for Mac (untested).
......
......@@ -529,5 +529,9 @@ def _Main(argv):
if __name__ == '__main__':
print('!! NOT MAINTAINED ANYMORE !!')
print('Please use the up-to-date version on the stable branch: https://github.com/esrlabs/git-repo/tree/stable')
print('')
result = _Main(sys.argv[1:])
sys.exit(result)
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