Skip to content

Commit

Permalink
fix first time release handling in pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jan 29, 2014
1 parent 34d1284 commit 9591792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bloom/commands/release.py
Expand Up @@ -273,6 +273,7 @@ def generate_ros_distro_diff(track, repository, distro):
# Create a repository if there isn't already one
if repository not in distribution_dict['repositories']:
global _user_provided_release_url
distribution_dict['repositories'][repository] = {}
distribution_dict['repositories'][repository]['release'] = {
'url': _user_provided_release_url
}
Expand Down

0 comments on commit 9591792

Please sign in to comment.