summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* scripts/utils: try to lock when hacking worktreeKarel Kočí2020-11-24
|
* turris: do not fail if one package failsKarel Kočí2020-07-13
|
* turris: use force-make machinery to not need to debug on serverKarel Kočí2020-07-08
| | | | | This is now configured so that if build of package fails it runs compilation again with logs printed.
* Try to fix armhf compilationKarel Kočí2019-12-02
|
* Drop Turris OS 3.x builds and add Turris 1.xKarel Kočí2019-09-21
|
* utils: fix documentationKarel Kočí2019-05-02
|
* uchroot: fix for qemu hosted systemsKarel Kočí2019-05-01
| | | | | | | It seems that because in case of qemu run ash it does not detect that it should a loggin shell. This changes uchroot so it forces ash to be always logging shell. This also makes user argument optional
* uchroot: fix missing mountsKarel Kočí2019-04-28
|
* uchroot: mkdir target directory for mountKarel Kočí2019-04-28
|
* uchroot: fix usage with qemuKarel Kočí2019-04-28
|
* Revert "Change to use only one runner and build 8 jobs in parallel"Karel Kočí2019-03-06
| | | | This reverts commit f7ac077009bccd9257bc5e4b35631a261c1ece80.
* utils: try to improve git clone to really use git cloneKarel Kočí2019-03-05
|
* Change to use only one runner and build 8 jobs in parallelKarel 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
|
* alpine: move it to templates and try to add qemu supportKarel Kočí2018-10-14
|
* Add fake laminar execution possibilityKarel Kočí2018-09-07
|
* alpine-amd64: try to change how we do chrootKarel Kočí2018-09-02
|
* uchroot: try to fix network setup when hosts are usedKarel Kočí2018-09-01
|
* alpine-amd64: trying to build somethingKarel Kočí2018-09-01
|
* 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