waf/waflib
Federico Pellegrin db81b7d508 wafcache: add support for MinIO/mc cache
Add support for MinIO object storage (https://min.io/) using the
MinIO client (https://github.com/minio/mc) to wafcache.

MinIO is an open-source, self-hostable, S3 compatible cache. The
MinIO client supports MinIO connections as well as normal S3/GCS
storages by configuring aliases beforehand.

Hint: some distributions have `mc` (the GNU Midnight Commander)
installed which is not the minio client, be aware of this (or your
build may get stuck with waf waiting for `mc` to never finish)
2020-11-02 07:14:50 +01:00
..
Tools waf_unit_test: consider ut_cmd always for task signature 2020-10-16 04:37:44 +02:00
extras wafcache: add support for MinIO/mc cache 2020-11-02 07:14:50 +01:00
Build.py Rework installation colors 2019-06-02 09:20:29 +02:00
ConfigSet.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Configure.py Exclude ConfigSet from altering ConfigurationContext.run_build caches #2273 2019-12-20 07:55:36 +01:00
Context.py Typo 2020-06-30 23:39:13 -04:00
Errors.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Logs.py Python 2 encoding enhancements - Issue 2230 2019-04-15 21:18:45 +02:00
Node.py Undo parentheses escaping in ant_glob 2019-05-10 23:13:01 +02:00
Options.py Improve custom option processing #2280 2020-03-04 23:14:40 +01:00
Runner.py Workaround for Issue 2232 2019-04-22 00:14:17 +02:00
Scripting.py Make distclean target 'no_lock_in_top/run' modifiers compatible with env vars 2019-12-05 08:16:10 +01:00
Task.py Revert the args file threshold on non-win32 systems from #2214 2019-03-03 17:43:34 +01:00
TaskGen.py Fix a deadlock with cython+subst tasks #2244 2019-06-27 09:38:49 +02:00
Utils.py Improve os.environ propagation #2264 2019-11-03 10:24:43 +01:00
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ansiterm.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fixpy2.py Update docs for 2018 2018-01-01 20:53:49 +01:00
processor.py Optimize sub process startup with workers 2019-05-27 18:05:02 +02:00