Skip to content
Snippets Groups Projects
  1. Nov 12, 2020
    • Josef Schlehofer's avatar
    • Karel Koci's avatar
      lists/base-fix: reinstall luci-base to prevent files collision · 001afbbf
      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.
      Verified
      001afbbf
    • Karel Koci's avatar
      patches/luci: remove turris-webapps, replace with turris-webapps-luci · aa7ea783
      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).
      Verified
      aa7ea783
    • Karel Koci's avatar
      lists: refactor and make Foris not the top level package · 36bd0fd0
      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.
      Verified
      36bd0fd0
  2. Nov 10, 2020
  3. Nov 09, 2020
  4. Nov 08, 2020
    • Josef Schlehofer's avatar
      lists: nas: transmission-daemon: drop OpenSSL variant · ca66d769
      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")
      Verified
      ca66d769
  5. Nov 06, 2020
  6. Nov 05, 2020
  7. Nov 04, 2020
  8. Nov 03, 2020
  9. Oct 30, 2020
  10. Oct 29, 2020
  11. Oct 28, 2020
  12. Oct 27, 2020
    • Karel Koci's avatar
      Add new helper script for repo.turris.cz relative turris-build checkout · c400d486
      Karel Koci authored
      The idea is to have script that does the same thing as we do for
      releases but for not yet released builds.
      Usage is mostly for automated builds based on our repository.
      Successful build on our servers somewhat ensures also successful build
      anywhere else. Building latest successful version takes users to success
      more likely than just building tip of git branch.
      Verified
      c400d486