Results 144 comments of Rossen

I've worked around the image_cache issue by setting `parallelism=1`, which is works fine for my CI. However, there are other issues with `openstack_images_image_v2`: 1. It doesn't detect changes the source...

Can you run `python salt-cve-check.py DEBUG` and provide the output?

Is this salt shipped with ~~CentOS~~ EPEL, with default configuration? 1. `eauth` implies it is using external authentication. That is not supported for the check script. 2. `auth`, this should...

Looks the script, it reads the token file. I've not fully explorer how it works, but I believe salt generates as way to authenticate local commands. Every time you run...

Manifest downloads now require a manifest code. I've been told older manifest can still be downloaded as Steam would return a manifest code, but perhaps that is no being handled...

hi @ChanceHarrison, yes, all PR welcome. The requirements are listed here, and the command need to fit the current style commands.

`download_to` needs to implement a global chunk download task pool to ensure io is saturated

Downloading is IO intensive task, which is fine on single thread for downloading. The single thread bottleneck mentioned here is due to the decryption of the chunks, which a CPU...

Yes, I agree. The download command simply downloads the files. It doesn't really work as an update. If we were to delete any files not in the manifests then we...

Seems unlikely since it would require reimplementing Steam's API, integrations, features, and everything. I don't see the point to that. Steam already runs everywhere and has a ton of features....