Skip to content
Snippets Groups Projects

Reset license file location and remove hack (closes #44)

Merged André Anjos requested to merge issue-44-licence-location into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -256,7 +256,7 @@ def exists_on_channel(channel_url, basename):
@@ -256,7 +256,7 @@ def exists_on_channel(channel_url, basename):
candidate = urls[other_build_numbers.index(self_build_number)]
candidate = urls[other_build_numbers.index(self_build_number)]
pkg_type = '.conda' if basename.endswith('.conda') else '.tar.bz2'
pkg_type = '.conda' if basename.endswith('.conda') else '.tar.bz2'
if candidate.endswith(pkg_type): #match
if candidate.endswith(pkg_type): #match
return "".join(channel_url, candidate)
return "".join((channel_url, candidate))
def remove_pins(deps):
def remove_pins(deps):
Loading