Jan Klötzke

Results 9 issues of Jan Klötzke

I encountered a problem that the upload always failed for me with no real error message. The trigger turned out to be uncombined coverage data in some sub-directory of a...

Re-hash the src workspace after the build step to detect inadvertent changes. Only useful when building outside of a sandbox. Should probably only be done in release mode and Jenkins...

enhancement

The built-in HTTP artifact downloader does not handle redirects such as "302 Found" but instead treats them as soft failure. At least for downloads we should follow redirects...

This is the first draft to support Python as scripting language. Some parts are still missing and it's almost untested...

This should support at least the following use cases: * Setting up some preferred mirror location(s) that should be used *before* the actual location in the recipe. This is useful...

enhancement

Currently patches are applied with a `checkoutScript` which has a number of drawbacks: * `quilt` patch series files are not easily supported * The user is not able to override...

enhancement

Whem Bob has to hash a multi-GB workspace it will be stuck for a long time. It also looks like the current algorithm does not handle caching very well if...

enhancement

Currently only direct and provided dependencies are shown by 'bob ls -a'. Forwarded tool dependencies are also built but are not visible in 'bob ls'.

enhancement

A domain might not be running, thus returning zero vCPUs. Bail out early because a zero length array cannot be passed to the underlying libvirt function.