Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
  2. Apr 01, 2021
  3. Mar 31, 2021
  4. Mar 23, 2021
  5. Mar 20, 2021
  6. Mar 19, 2021
  7. Mar 18, 2021
    • Karel Koci's avatar
      sentinel-dynfw-client: fix race condition causing error and missing rule · e7b669ff
      Karel Koci authored
      On package installation the uci_default is run before service start.
      As the last step in uci_default the Firewall is reloaded but rule inject
      fails due to missing ipset.
      In normal operation the sentinel-dynfw-client is started before firewall
      but during installation this can't be done.
      
      The solution is to just create ipset anytime we start firewall. This
      makes it so rules is always added and it really doesn't matter who
      creates the ipset. With this either sentinel-dynfw-client creates it or
      firewall, which ever comes first.
      Verified
      e7b669ff
  8. Mar 17, 2021
    • Karel Koci's avatar
      updater-ng: update to version 69.0.1 · 69dae460
      Karel Koci authored
      Fixed
      * environment variable `PKG_UPGRADE` were always set to `1` for package
        `postinst` script no matter if it was package upgrade or not.
      
      Changed
      * usage of `example.org` replaced with `application-test.turris.cz` in
        tests
      Verified
      69dae460
  9. Mar 04, 2021
  10. Mar 01, 2021
  11. Feb 27, 2021
  12. Feb 26, 2021
  13. Feb 25, 2021
  14. Feb 24, 2021
  15. Feb 23, 2021
  16. Feb 17, 2021
  17. Feb 16, 2021
    • Karel Koci's avatar
      updater: fix invalid shell read syntax · b4f81c1a
      Karel Koci authored
      The IFS is for field separator not line separator thus it is used to
      split read line to various variables not to read it field by field. As
      an alternative separator variable is replaced by new line and thus can
      be read directly line by line.
      Verified
      b4f81c1a
  18. Feb 13, 2021
  19. Feb 12, 2021
    • Josef Schlehofer's avatar
      reforis-translations: replace nb with nb_NO · 14a1a3b4
      Josef Schlehofer authored
      In recent updates in reForis and its family (plugin), we noticed that
      Weblate shows that there are two same language files for the one
      (single) language and it throws warning. We decided to remove language
      "nb" and use nb_NO as it was pointed out by one Norwegian guy.
      
      If there is nb, it throws error:
      reforis-python3/reforis-1.0.4/build/lib/reforis/translations/nb/LC_MESSAGES/*.mo':
      No such file or directory which is fixed by nb_NO
      
      Reference: 85068720ef8c8dad604fa3bdae4ff9fdfea72d3a ("Remove duplicated
      Norwegian Bokmål language in translations") in reForis repository
      Verified
      14a1a3b4
Loading