nabla-c0d3 / nassl

Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.
GNU Affero General Public License v3.0
39 stars 35 forks source link

do not download sources if a directory already exist #42

Closed blshkv closed 6 years ago

blshkv commented 6 years ago

I'm packaging this tool to pentoo and need to compile it in a sandbox env. We do not allow tools to download or install anything on its own so I have to download openssl/zlib tools in advance and place them into "deps" directory.

However, the current build_tasks script does not validate that and downloads it even if it is already exists.

Please do not overwrite it or make fetching function optional

nabla-c0d3 commented 6 years ago

You can now use invoke build.all --do-not-clean