Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_sha1_gen: catch any error the same way | Eric Engestrom | 2017-08-02 | 1 | -5/+2 |
| | | | | | Acked-by: Jose Fonseca <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | build: Don't bail on OSError in git_sha1_gen.py | Tobias Klausmann | 2017-08-02 | 1 | -0/+3 |
| | | | | | | | | | | When building sandboxed, we may encounter additional errors. Ignore the errors, as we are in a constrained environment. This can be observed when building latest git with OBS. Signed-off-by: Tobias Klausmann <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | ||||
* | build: Convert git_sha1_gen script to Python. | Jose Fonseca | 2017-08-01 | 1 | -0/+20 |
Python is the scripting language we've been using for scripts that need to run across all supported platforms. Shell is *not* a portable language for scripts. Reviewed-by: Eric Engestrom <[email protected]> |