summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* turris: change how we do Turris 4.xKarel Kočí2019-02-09
|
* turris4x: enable all packagesKarel Kočí2019-02-05
|
* turris4x: change all to kittens branch (upstream stable)Karel Kočí2019-01-29
|
* 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
|
* turris4x: replace compile_fw with compile_pkgs and use autopkgKarel Kočí2018-11-22
|
* turris4x: point to new repositoriesKarel Kočí2018-11-22
|
* turris4x: deploy as turris4x not openwrtKarel Kočí2018-11-22
|
* turris4x: fix compilationKarel Kočí2018-11-01
| | | | Ups it compiles everything because those are links not directories.
* turris4x: try to fix compilation of packagesKarel Kočí2018-11-01
|
* turrix4x: use turris-build.conf and improve some script partsKarel Kočí2018-11-01
|
* turrix4x: prepare on move of autopkg from my repository to turris-buildKarel Kočí2018-10-31
|
* turris4x: compile usign as part of prepareKarel Kočí2018-10-16
|
* Improve job.commonKarel Kočí2018-10-15
|
* alpine: fix lockingKarel Kočí2018-10-15
|
* alpine: move it to templates and try to add qemu supportKarel Kočí2018-10-14
|
* Add laminar reasons for triggerKarel Kočí2018-10-14
|
* turris4x: fix how we use compile_fwKarel Kočí2018-10-11
| | | | Using prepare_tools resets stuff prepared by repo_prepare.
* turris4x: fix syntax error in run scriptKarel Kočí2018-10-10
|
* turris4x: tar sdkKarel Kočí2018-10-10
| | | | | It also for now drops flock. Change of sdk should be atomic thanks to mv.
* turris4x: preserve build_dirKarel Kočí2018-10-10
| | | | | | Some packages such as kernel/linux are reusing others build_dir. This is really problematic because that meanst that we can't remove build_dir to free up space on disk.
* turris4x: fix turris-build hashKarel Kočí2018-10-10
|
* turris{3,4}x: allow cleanup using CLEAN optionKarel Kočí2018-10-10
|
* turris4x: use compile_fw to compile SDK not plain makeKarel Kočí2018-10-10
|
* turris4x: compile target as part of sdk prepareKarel Kočí2018-10-10
|
* turris4x: change deploy path to openwrtKarel Kočí2018-10-10
|
* alpine: in setup.py install personal-repo automaticallyKarel Kočí2018-09-20
|
* alpine-amd64: add setup scriptKarel Kočí2018-09-20
|
* alpine-amd64: some reformat and add FILESKarel Kočí2018-09-20
|
* turris3x: make verbosityKarel Kočí2018-09-07
|
* Add fake laminar execution possibilityKarel Kočí2018-09-07
|
* turris: Increase timeout to 12 hoursKarel Kočí2018-09-07
|
* alpine-amd64: reorder packages repositoryKarel Kočí2018-09-03
|
* alpine-amd64: deployKarel Kočí2018-09-02
|
* Autobuild alpine-amd64 dailyKarel Kočí2018-09-02
|
* alpine-amd64: try to change how we do chrootKarel Kočí2018-09-02
|
* alpine-amd64: fix signingKarel Kočí2018-09-01
|
* 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: fix packages to be compiled listingKarel Kočí2018-08-30
|
* turris4x: before feeds install remove any package that is already thereKarel Kočí2018-08-30
| | | | | | When we are overriding some packages from feeds we want to really overwrite it. This removes any existing installation of packages we are providing in personal feed.
* Double the job timeout for heavy jobsKarel Kočí2018-08-30
|
* turris4x: small tweakKarel Kočí2018-08-30
|
* turris4x: fix flock usageKarel Kočí2018-08-29
|
* turris4x: print git-hash fileKarel Kočí2018-08-29
|
* 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.