bob icon indicating copy to clipboard operation
bob copied to clipboard

Bob build tool - Functional cross platform build-automation tool

Results 22 bob issues
Sort by recently updated
recently updated
newest added

Situation: - Software by JN based on 19.1 - Bob stopped after local disk was full - Failed to restart because pickle files were truncated - Deleted pickle files so...

For e.g code generators it would be helpful if you could define a local **_checkoutScript_** that does **not** additionally check for changes on a remote repository on every run. If...

enhancement

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...

* all credits to @rhubert #240 * re-tested twice :) * synced with current master * removed the replace of "/" by "_" in upload/download url * i guess we...

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

Hi, feature request: variable substitution for depens area, like: ``` depends: -"${VAR}" ```

enhancement

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

> > That's because bob archive only works locally where the artifacts are stored. It's poorly documented in the manpage. > > Well, yes, indeed. Is this just because nobody...

enhancement