Dominika Hodovska

Results 12 comments of Dominika Hodovska

Add unique identifier for conu LABEL in every instance of DockerBackend. Or store all created containers in a list. Similarly as in https://github.com/user-cont/conu/blob/master/conu/backend/k8s/backend.py#L62

- Smoke test -can this be installed right after release (in PyPi)? do the basic tests pass? - copr can be used (it can be triggered by PyPi) - this...

- [ ] Update tests - Create one test suite that runs against all back-ends e.g by moving some docker tests to a more generic place - [ ] Decide...

This error message means there was a timeout (might be set too low). How long does it take the image to run using CLI?

First step for doing this is research of existing backend and creation of list of methods that can be used in absract class

In general, this could require adding a handful of debug logs, e.g before every exception raise. Idea with debug code injecting will be part of another issue.

Make an easy fix and deal with it later...

Create wrapper for pyxattr so the documentation can be generated in readthedocs. https://github.com/dhodovsk/conu/commit/64aa873d86fc763e870f1d4087d4e749e3c41090

The issue is: - `create-archive` creates file `tlog-7.tar.gz` - `get-current-version` returns `v4` - during `fix-spec`, version is set to `v4` and in source the expected file is `tlog-v4.tar.gz` (from `%{name}-%{version}.tar.gz`)...

So I've tried it again and it seems the tag is only in https://github.com/justin-stephenson/tlog fork: ``` [root@30ac66c95f97 src]# git clone https://github.com/justin-stephenson/tlog Cloning into 'tlog'... remote: Enumerating objects: 50, done. remote:...