Skip to content
Snippets Groups Projects
  1. Feb 04, 2021
  2. Feb 03, 2021
  3. Feb 02, 2021
  4. Feb 01, 2021
  5. Jan 26, 2021
  6. Jan 25, 2021
  7. Jan 19, 2021
  8. Jan 15, 2021
    • Jan Pavlinec's avatar
      unbound: fix IP parsing in forwarding mode · 752f0318
      Jan Pavlinec authored
      Changes:
      - limit number of fowarding servers to 10
      - use get_servers_ip_addresses to get forwarding servers
      752f0318
    • Jan Pavlinec's avatar
      resolver-conf: update IP version checking for forwarding mode · 5d19a608
      Jan Pavlinec authored
      Changes:
      - add ipcheck.py utility
      - get_servers_ip_addresses to parse /tmp/resolv.conf.auto
      5d19a608
    • Jan Pavlinec's avatar
      knot-resolver: fix IP parsing in forwarding mode · 1062b4f4
      Jan Pavlinec authored
      Changes:
      - use get_servers_ip_addresses to get forwarding servers
      1062b4f4
    • Josef Schlehofer's avatar
      72ed6724
    • Josef Schlehofer's avatar
      Modify Github Actions to fit Turris OS packages · 36ec7e4f
      Josef Schlehofer authored
      It means that we are testing just our three platforms
      and one of it is even run tested in Docker. Also, it uses Docker
      repositories maintainer by OpenWrt developers.
      
      Tested platforms:
      powerpc_8540 (Turris 1.x)
      arm_cortex-a9_vfpv3-d16 (Turris Omnia)
      aarch64_cortex-a53 (Turris MOX, Turris Shield)
      - This one is run time tested in Docker
      
      This should compile packages and upload them as artefacts, which means
      that there is going to be less manual work which should lead to have
      merged pull requests faster.
      
      One minor disadvantage for now is that this compiles packages
      against OpenWrt releases (stable and snapshots) without our patches, which comes
      from turris-build repository and that it is tested against develop
      branch from turris-os-packages.
      
      Github Actions will be run on every push (including branches, commits)
      and pull request (here on GitHub).
      36ec7e4f
    • Paul Spooren's avatar
      Add Github Actions from packages feed · ddf7a9a6
      Paul Spooren authored
      
      This comes from the OpenWrt packages repository and added a few changes,
      which were not merged, yet. E.g. in packages feed, there is run test in
      Docker container if there is dedicated file test.sh near Makefile, but
      there is a pending change to be merged to run generic run test to check
      version of package even there is no test.sh
      
      Signed-off-by: default avatarJosef Schlehofer <pepe.schlehofer@gmail.com>
      ddf7a9a6
  9. Jan 14, 2021
  10. Jan 13, 2021
  11. Jan 12, 2021
  12. Jan 08, 2021
  13. Jan 07, 2021
  14. Jan 05, 2021
  15. Jan 04, 2021
    • Josef Schlehofer's avatar
      omnia-mcutool: fix location of mcutool.c · 9a6e8841
      Josef Schlehofer authored and Jan Pavlinec's avatar Jan Pavlinec committed
      This package failed with following output:
      arm-openwrt-linux-muslgnueabi-gcc: error: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/omnia-mcutool-0.1/mcutool/mcutool.c: No such file or directory
      
      I found that mcutool.c is located at
      build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/omnia-mcutool-0.1/mcutool.c
      
      So folder mcutool was reduntant and because of it, I removed it and
      package omnia-mcutool can be compiled.
      9a6e8841
    • Josef Schlehofer's avatar
      python-uci: simplify Makefile by using sources from PyPI · d8a430fc
      Josef Schlehofer authored
      As pyuci is now on PyPI, I was able to simplify Makefile
      It means that we will download sources from PyPI.
      - In this case, we don't need to have anymore PKG_SOURCE_* variables.
      - Also, we don't need to update manually PKG_MIRROR_HASH by running
      make package/foo/download and make package/foo/check
      
      It would be enough to change just PKG_HASH and that's all.
      PKG_HASH we can get on PyPI.
      
      While at it:
      - I added variable PKG_LICENSE_FILES and added source package.
      - Fixed Section
      - Improved Title to match title on PyPI
      d8a430fc
  16. Dec 29, 2020