Javi Fontan
Javi Fontan
Message in log: ``` echo: http: TLS handshake error from XXX.XXX.XXX.XXX:49350: EOF ```
This file causes panic on parse: https://raw.githubusercontent.com/carnot-technologies/redis-scaling/master/README.md The panic: ``` panic: runtime error: index out of range [709] with length 709 [recovered] panic: runtime error: index out of range [709]...
libguestfs is not always easy to install in all Linux distributions. It's also not available in other OSs. * [x] Create a docker image with cangallo and libguestfs already installed...
Right now multiple repositories can be configured. The external ones must be able to download the index from them. - [x] Repos in config files - [x] Fetch index -...
Make Cangallo able to detect or to specify an alternate qemu-img binary. Useful when the one installed by the package is too old. It would be nice also to download...
To be able to add more complex commands and control the order they are executed the cangafile format must be changed. As a test here is a new format that...
Oh god, not a single comment!
Only a couple of tests are done for qcow2 libraries. As soon as they are semi-stable there must be tests for them. Also check if libguestfs tests can be done...
The size of the similarity matrix is not limited and can be quite big when lots of files are deleted and added in a commit. Signed-off-by: Javi Fontan
Requires #117 * [x] create batch job that uses pga-create container to index repositories * [x] run indexing on the repositories * [ ] add job description to charts repository...