Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | turris: do not fail if one package fails | Karel Kočí | 2020-07-13 |
| | |||
* | turris: try to fix verbose builds | Karel Kočí | 2020-07-11 |
| | |||
* | turris: run every package build separately | Karel Kočí | 2020-07-11 |
| | |||
* | turris: use force-make machinery to not need to debug on server | Karel Kočí | 2020-07-08 |
| | | | | | This is now configured so that if build of package fails it runs compilation again with logs printed. | ||
* | templates/turris.run: fix invalid syntax | Karel Kočí | 2020-06-18 |
| | |||
* | templates/turris.run: fix removal of packages | Karel Kočí | 2020-06-18 |
| | | | | | | | The removal should be on source packages but feeds script lists packages provided by that source package. This means in the end that if package provides no package or package of different name that it is not removed. This instead uses name of directory which is more correct. | ||
* | turris: do not create reject files by patch | Karel Kočí | 2020-04-29 |
| | |||
* | turris: ignore fail if patch fails to apply | Karel Kočí | 2020-04-29 |
| | | | | | This is just temporally before we remove patch completely as it fails when it is already applied. | ||
* | turris: patch only forward | Karel Kočí | 2020-04-27 |
| | |||
* | turris: patch after checkout | Karel Kočí | 2020-04-27 |
| | |||
* | turris: force build (just try to build) | Karel Kočí | 2020-04-21 |
| | |||
* | turris: just rename confusing parallel variable | Karel Kočí | 2020-04-21 |
| | |||
* | turris: patch openwrt version checkout | Karel Kočí | 2020-04-21 |
| | |||
* | turris: show feeds.conf | Karel Kočí | 2020-04-21 |
| | |||
* | turris: revert to use git-hash to deted need for rebuild | Karel Kočí | 2020-04-21 |
| | |||
* | turris: Do not use load limit for compile_pkgs | Karel Kočí | 2020-04-21 |
| | |||
* | turris: better output and do not fail on missing defaults.sh | Karel Kočí | 2020-04-21 |
| | |||
* | Do not use repo_checkout and instead use script | Karel Kočí | 2020-04-21 |
| | | | | This is prepared for repo_checkout removal. | ||
* | turris: fix checkout pointing to HBS | Karel Kočí | 2020-04-17 |
| | |||
* | templates/turris.run: fix awk warning | Karel Kočí | 2020-04-17 |
| | |||
* | Run on all CPUs but litmit load to number of CPUs | Karel Kočí | 2020-04-17 |
| | | | | This at maximum spawns twice amount of jobs as there are CPUs on system. | ||
* | templates/turris.run: update compile_pkgs usage | Karel Kočí | 2020-03-10 |
| | |||
* | Migrate to contexts | Karel Kočí | 2020-01-25 |
| | |||
* | templates/alpine.run: fix source for root fs | Karel Kočí | 2020-01-22 |
| | |||
* | template/alpine.run: fix access rights to key | Karel Kočí | 2019-12-02 |
| | |||
* | templates/alpine.run: try to fix signature untrusted | Karel Kočí | 2019-12-02 |
| | |||
* | templates/alpine.run: fix name of alpine archive | Karel Kočí | 2019-12-02 |
| | |||
* | templates/alpine.run: /dev/null no longer is present in archive | Karel Kočí | 2019-12-02 |
| | |||
* | templates/alpine.run: download latest rootfs | Karel Kočí | 2019-12-02 |
| | |||
* | Drop Turris OS 3.x builds and add Turris 1.x | Karel Kočí | 2019-09-21 |
| | |||
* | alpine: architecture specific deployment | Karel Kočí | 2019-05-17 |
| | |||
* | Change path to openwrt-key to be *.sec | Karel Kočí | 2019-05-02 |
| | | | | This is required by signify to make it work. | ||
* | alpine: increase timeout | Karel Kočí | 2019-05-01 |
| | |||
* | turris: update turris repository path | Karel Kočí | 2019-04-25 |
| | |||
* | alpine: update to use 3.9.0 | Karel Kočí | 2019-03-08 |
| | |||
* | Change to use only one runner and build 8 jobs in parallel | Karel Kočí | 2019-03-05 |
| | |||
* | turris: fix deployment | Karel Kočí | 2019-02-09 |
| | |||
* | turris: change how we do Turris 4.x | Karel Kočí | 2019-02-09 |
| | |||
* | turris4x: enable all packages | Karel Kočí | 2019-02-05 |
| | |||
* | turris4x: replace compile_fw with compile_pkgs and use autopkg | Karel Kočí | 2018-11-22 |
| | |||
* | turris4x: point to new repositories | Karel Kočí | 2018-11-22 |
| | |||
* | turris4x: deploy as turris4x not openwrt | Karel Kočí | 2018-11-22 |
| | |||
* | turris4x: fix compilation | Karel Kočí | 2018-11-01 |
| | | | | Ups it compiles everything because those are links not directories. | ||
* | turris4x: try to fix compilation of packages | Karel Kočí | 2018-11-01 |
| | |||
* | turrix4x: use turris-build.conf and improve some script parts | Karel Kočí | 2018-11-01 |
| | |||
* | turrix4x: prepare on move of autopkg from my repository to turris-build | Karel Kočí | 2018-10-31 |
| | |||
* | turris4x: compile usign as part of prepare | Karel Kočí | 2018-10-16 |
| | |||
* | alpine: fix locking | Karel Kočí | 2018-10-15 |
| | |||
* | alpine: move it to templates and try to add qemu support | Karel Kočí | 2018-10-14 |
| | |||
* | turris4x: fix how we use compile_fw | Karel Kočí | 2018-10-11 |
| | | | | Using prepare_tools resets stuff prepared by repo_prepare. |