- Dec 02, 2020
- Nov 30, 2020
-
-
Karel Koci authored
By replacing Repository with provided one user can generate package lists pointing to repo.turris.cz. That means it uses packages from there but lists are local one. Of course user can replace hbs with any other branch name and such. The primary point there is to specify public keys.
-
- Nov 25, 2020
-
-
Josef Schlehofer authored
Co-authored-by:
Karel Kočí <cynerd@email.cz> Co-authored-by:
Vojtech Myslivec <vojtech.myslivec@nic.cz>
-
- Nov 24, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Nov 21, 2020
-
-
Karel Koci authored
This is just stylistic change. It removes dirname and instead relies on string operation. There should be no way of having in $0 anything else other than some valid path. That is last part has to be at least /name_of_file. This means that we do not have to rely on dirname and we can safely just remove anything after last slash (including that slash). We user dirname only for paths in sub-directories.
-
Karel Koci authored
This fixes bug that caused force-make to go to fallback immediately after first batch of retries. As a benefit it also adds some reporting of what is going on. This should help to locate fail point as well as to inform about execution progress.
-
- Nov 20, 2020
-
-
Jan Pavlinec authored
Note: This should extend amount of supported ath9k mPCIe cards. It was disabled because of module size.
-
- Nov 16, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
OpenWrt does it in different way, but it is included in OpenWrt 19.07.
-
- Nov 12, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Karel Koci authored
This fixes updater error: [string "base-conditional.lua"]:6: '=' expected near 'Install'
-
Josef Schlehofer authored
-
Karel Koci authored
Merge of luci-lighttpd and patch that was providing webapps files for luci to package turris-webapps-luci caused file collision. The cause is that patch adding webapps did not change version of luci-base package. The solution is to just reinstall luci-base package to remove conflicting files. This affects mostly only HBL and HBD. It is most probable that update between versions is going to bump LuCI version and solve it that way insteand. At the same time it won't harm to have this.
-
Karel Koci authored
This is replaced by dedicated package turris-webapps-luci. This also eats up separate package luci-lighttpd. Configuration for lighttpd is now provided by turris-webapps-luci (in a compatible way to webapps).
-
Karel Koci authored
There are multiple changes to updater's lists. In most cases it is about moving packages around and grouping them together to simplify future maintenance. Significant change is usage of conditional requests. Updater now installs Foris plugins not because some package list was selected but because some package was installed. This makes it so users running minimal setup (without web interface) can use package lists and still have full system with it. One important change to note here is that SSH client was moved from minimal base list to terminal-apps. The reason is that it is not essentially required for router's functionality or access. It is more about secondary usage from CLI so it should have been part of terminal-apps all time along.
-
- Nov 10, 2020
-
-
Karel Koci authored
This has to be string otherwise it won't do replan. In the end it is not that of a big issue. Subsequent execution later on removes this fix package.
-
Karel Koci authored
-
Karel Koci authored
This has to be string otherwise it won't do replan. In the end it is not that of a big issue. Subsequent execution later on removes this fix package.
-
Josef Schlehofer authored
-
Josef Schlehofer authored
Co-authored-by:
Jan Pavlinec <jan.pavlinec@nic.cz> Co-authored-by:
Vojtech Myslivec <vojtech.myslivec@nic.cz>
-
- Nov 09, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Karel Koci authored
The hash character denotes hash over branch. Hash is prefixed by it. The code was trying to remove if as suffic instead of prefix so it ended up checking out invalid reference with hash char included.
-
Karel Koci authored
We should verify that arguments are valid numbers to prevent other nothing-saying errors. It also improves little bit usage to print only binary name over full path.
-
Karel Koci authored
This simple typo caused forice-make to run only in fallback mode. That is always building in single thread with verbose output.
-
- Nov 08, 2020
-
-
Josef Schlehofer authored
In OpenWrt master, there were dropped SSL variants of transmission. We backported change to have life easier and luckily for us, Transmission list works even there is daemon-openssl. This just ensures that transmission-daemon will be installed, if we will remove some day fix package for Turris OS 5.x. Fixes: 37e45862 ("patches/backport/transmission: add patch to remove package variants")
-
- Nov 06, 2020
-
-
Josef Schlehofer authored
-
- Nov 05, 2020
-
-
Josef Schlehofer authored
I don't think it is a good idea to push all tags, which you are having. Sometimes you can have local tags, which you don't want to push but with suggested commands they will be pushed. Let's advise to push tag, which was created.
-
Marek Behun authored
In preparation for new reboot fix testing remove these hacks. They do not work anyway.
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Jan Pavlinec authored
-
Karel Koci authored
This was a typo. This is not part of the package name.
-
- Nov 04, 2020
-
-
Karel Koci authored
We are removing cznic-cacert-bundle and this fix package is part of that cleanup.
-