vericast / conda-mirror

Mirror upstream conda channels
BSD 3-Clause "New" or "Revised" License
71 stars 59 forks source link

Update conda_mirror.py #21

Closed jneines closed 7 years ago

jneines commented 7 years ago

Added an optional command line parameter to choose the temporary download location for applying the checks before moving the packages to the target location, which was hardcoded to the default temporary directory before. Now this is the default location, when not explicitly specifying the temp_directory parameter.

This should fix issue #19

codecov-io commented 7 years ago

Current coverage is 92.48% (diff: 100%)

Merging #21 into master will increase coverage by 0.03%

@@             master        #21   diff @@
==========================================
  Files             2          2          
  Lines           212        213     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            196        197     +1   
  Misses           16         16          
  Partials          0          0          

Powered by Codecov. Last update e201b61...332b24e

ericdill commented 7 years ago

LGTM. Thanks @jneines . I'll cut a new release