Skip to content
Snippets Groups Projects
Unverified Commit 5a8fd301 authored by Leroy Rügemer's avatar Leroy Rügemer Committed by GitHub
Browse files

Update generate_environment_variables.py

parent d15c5813
No related branches found
No related tags found
No related merge requests found
...@@ -119,11 +119,11 @@ if __name__ == '__main__': ...@@ -119,11 +119,11 @@ if __name__ == '__main__':
if repo in [os.path.join(w, 'share', 'repository') for w in workspaces]: #TODO: make configurable! if repo in [os.path.join(w, 'share', 'repository') for w in workspaces]: #TODO: make configurable!
repo = os.path.join(workspaces[0], 'share', 'repository') #TODO: make configurable! repo = os.path.join(workspaces[0], 'share', 'repository') #TODO: make configurable!
print(repo) print(repo)
elif args.maven_repository: #elif args.maven_repository:
repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY') # repo = get_environment_variable(environment_variables, 'ROS_MAVEN_REPOSITORY')
if repo is None: # if repo is None:
repo = 'https://mvn.cit-ec.de/nexus/content/repositories/releases/' # repo = 'https://mvn.cit-ec.de/nexus/content/repositories/releases/'
print(repo) # print(repo)
elif args.maven_path: elif args.maven_path:
print(generate_maven_path()) print(generate_maven_path())
elif args.gradle_user_home: elif args.gradle_user_home:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment