summaryrefslogtreecommitdiff
path: root/scripts/utils
Commit message (Collapse)AuthorAge
* utils: fix documentationKarel Kočí2019-05-02
|
* utils: try to improve git clone to really use git cloneKarel Kočí2019-03-05
|
* utils: fix problem with old missing worktreesKarel Kočí2018-12-27
| | | | | | | | | New version of git fails if there is some work tree that is no longer accessible. I have no idea if this is a bug or not (I expect it to be) but true is that until now all previously used work trees were preserved which means that we have a lot of old work trees in bare repository. This changes that and should ensure that work tree is created even if some other work tree is missing.
* utils: improve echo functionsKarel Kočí2018-12-27
|
* alpinelinux-amd64: add initial implementationKarel Kočí2018-09-01
|
* Split utils to common and utilsKarel Kočí2018-09-01
| | | | | | It is beneficial to use utils also in other processes but there were parts that should only job it self include. This splits those to two separate files.
* Add verbosity to turris4x and generalKarel Kočí2018-08-30
|
* turris4x: replace laminar locks with flockKarel Kočí2018-08-29
|
* turris4x: fix compile_fw failureKarel Kočí2018-08-29
| | | | | Tilda is not expanded in compile_fw. This just uses HOME instead of tilda.
* Add better support for template specific workspaceKarel Kočí2018-08-29
|
* Replace git_fetch with git_clone that does one-depth cloneKarel Kočí2018-08-29
|
* utils: instead of plain base name use jobid in locksKarel Kočí2018-08-29
|
* utils: add date (time) to echo_stageKarel Kočí2018-08-28
|
* Add some "debug" outputKarel Kočí2018-08-28
|
* Fix laminarc lock releaseKarel Kočí2018-08-28
|
* Implement some lock cleaningKarel Kočí2018-08-28
| | | | I hope that this will work.
* turris4x: preserve precompiled sdkKarel Kočí2018-08-28
|
* utils: Add color to echo_stageKarel Kočí2018-08-27
|
* utils: prune git refs on remote updateKarel Kočí2018-08-27
|
* Change how we do git mirrorKarel Kočí2018-08-27
| | | | | This is more resilient approach and we should use it instead of original approach.
* Even more fixesKarel Kočí2018-08-26
|
* Another tryKarel Kočí2018-08-26
|
* Try to fix git_fetch utilsKarel Kočí2018-08-26
|
* Add initial configurationKarel Kočí2018-08-26
This is just initial test for turris3x-omnia