Mikhail f. Shiryaev

Results 366 comments of Mikhail f. Shiryaev

The PRs and issues appearing when running tests against the master: https://github.com/teemtee/tmt/pull/1645, https://github.com/teemtee/tmt/pull/1644, https://github.com/teemtee/tmt/issues/1648, https://github.com/teemtee/tmt/issues/1650

It was previously inconsistent with using somewhere defined local variables and somewhere not. [Fixed](https://github.com/psss/did/compare/eb67936fa24dd0ffc8a6ece8168b1c8aaf42bb3b..6a1a32fbcc3bc0c8f459f82dc909a5e42d9d26e6) it

This PR is ready to review and merge. Since it touches the same code, I'll use it as a base for https://github.com/psss/did/pull/363.

Dear @psss, I'd like to have it merged before the https://github.com/psss/did/pull/363. That PR uses the changed `until` and touches the code close to the same as here. Do you have...

Hey-hey, happy new year! A kind ping?

It looks like it is still working, and all tests have passed.

I see. I have not installed tenacity, so my isort considered it a local package. Didn't know the codebase applied `autopep8`. Good to have an automated check for it. I...

Here's another test to see if it works with different refs Building alpine with different refs in the manifest file ``` > time (rm -rf ~/.cache/bashbrew && ~/Space/go/bin/bashbrew --debug build...

Here's an example of building an alpine image from different commits: Building library/alpine from different commits to test cache works ``` $ rm ~/.cache/bashbrew/ -rf $ git checkout master >/dev/null...