- Mar 13, 2019
-
-
Karel Koci authored
When branch is provided to feed with `;` we should also replace that with exact hash.
-
- Mar 12, 2019
-
-
Karel Koci authored
This fixes problem with ignored packages that were introduced by patch. What this does is that it installs packages after patching is done. It also first updates indexes again before installation. Because this feature was originally split between two function but patch_feeds had to be inserted to the middle of get_feeds I decided to drop both and used upper repatch_feeds instead. This means that we are no longer able to get and patch feeds separately but I think that this separation was almost useless.
-
- Feb 25, 2019
-
-
Karel Koci authored
This should consistently expand path to compile_pkgs script no matter if symbolic link for used or not.
-
Josef Schlehofer authored
-
- Feb 06, 2019
-
-
Karel Koci authored
-
- Dec 06, 2018
-
-
Michal Hrusecky authored
-
- Nov 30, 2018
-
-
Karel Koci authored
-
- Nov 24, 2018
-
-
Michal Hrusecky authored
-
- Nov 22, 2018
-
-
Karel Koci authored
-
Karel Koci authored
Master id deployed to dragons and there will be no point of deploying it to sloths. It is question how to make this change more general across forks and merges but let's ignore that for now.
-
- Nov 21, 2018
-
-
Karel Koci authored
-
Karel Koci authored
Previous implementation was just wrong lets face it.
-
Karel Koci authored
This reverts commit 4ac86b03.
-
Michal Hrusecky authored
-
- Nov 20, 2018
-
-
Karel Koci authored
-
- Nov 19, 2018
-
-
Karel Koci authored
On server is currently used invalid configuration. This commit can be reverted after merge to master and configuration file update.
-
Karel Koci authored
Until now it was called somewhat not systematically before every build and after OpenWRT patching.
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This is code that was originally only in Jenkins but it makes sense to have this prepare stage externally documented and git tracked so I moved it here.
-
Karel Koci authored
Empty make argument causes make to build default target. This commit removes any empty arguments from make calls.
-
Karel Koci authored
-
Karel Koci authored
Build is not split to multiple steps and having one central statistics does not make sense. Also this stat is tracked by external build system tool (Jenkins).
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This also introduces new argument: -jNUM This is more comfortable way to specify number of parallel jobs.
-
Karel Koci authored
In configure command there are two major changes. VERSION_REPO is now set to new path path that is unfortunately board unspecific but as only one makes sense in new repository arrangement. Second change is that we no longer build image builder and SDK. Image builder does not make sense for use. We use updater to build images (medkits). SDK is at current state useless. It does not contain anything other then compiler, libraries are missing. Second change is primarily done because of next change that is going to be splitting off compile command to few subcommands and making sure that we build only packages not anything else.
-
Karel Koci authored
-
This is more appropriate name as this script now only generates packages not complete firmware.
-
Karel Koci authored
-
Karel Koci authored
- Nov 02, 2018
-
-
Karel Koci authored
-
Karel Koci authored
-
- Oct 31, 2018
-
-
Karel Koci authored
-
Karel Koci authored
Yes grand new and innovative version. Well I had need to be able to not only roll with branch also to optionally to latest tag only. This in reality are two scripts. autopkg-branch to replace original pkguato and autopkg-tag to track latest tagged version.
-
- Oct 29, 2018
-
-
Karel Koci authored
-
- Oct 27, 2018
-
-
Karel Koci authored
Previous change to compile_fw broken execution in clean directory (without git). compile_fw could not been run, not even to display help. This commit changes how configuration is applied to git tree of OpenWRT. It is used only when needed and never set to git tree it self. This introduces new _git function. This function is not required to be used every time but for `git commit` and `git am` it is necessary to use it instead of plain git.
-
- Oct 22, 2018
-
-
Michal Hrusecky authored
-