Skip to content
Snippets Groups Projects
  1. Feb 18, 2020
    • Karel Koci's avatar
      compile_pkgs: use flock to not colide in git mirrors · a621a7d7
      Karel Koci authored and Karel Koci's avatar Karel Koci committed
      This locks git mirror directory when we are updating mirrors. This
      should solve race condition with multiple builds failing to update
      mirrors and failing that way completely.
      
      Only update is protected. The expectation is that initialization is
      happenning only once and is protected by non-existence of directory. If
      there is going to be problem with initialization as well then we can add
      locking as well.
      a621a7d7
  2. Feb 17, 2020
    • Karel Koci's avatar
      README.adoc: change suggested sort to version sort · be49424d
      Karel Koci authored
      The reason is that compared to default settings of sort version sort is
      going to sort correctly numbers. As an exalple:
      1.1, 1.2, 1.12
      should be sorted as stated here byt sorf possibly sortes it as:
      1.1, 1.12, 1.2
      be49424d
  3. Feb 09, 2020
  4. Feb 03, 2020
    • Karel Koci's avatar
      patches/openwrt: fix preferences problem in feeds · 1fa46a2c
      Karel Koci authored
      This fixes problem with preferences in feeds and removes patch required
      to prevent such collision.
      1fa46a2c
    • Josef Schlehofer's avatar
      patches/packages: mariadb: remove patch for broken priority of feeds · 5202b4b2
      Josef Schlehofer authored
      My patch, which was present in the hack folder, is no longer applying as
      mariadb was updated in OpenWrt 18.06, 19.07 and master branches.
      This patch was meant to be a workaround as something in OpenWrt was
      changed and it caused inconsistency in the installation of packages and we
      would like to have provided mariadb in our feed, this was the easiest
      and a quicker solution at that time.
      
      Solution is provided in this commit: a42ef21a740653ee76146bfccee1ab6afbd65539
      5202b4b2
  5. Jan 29, 2020
  6. Jan 28, 2020
  7. Jan 27, 2020
  8. Jan 21, 2020
  9. Jan 18, 2020
  10. Jan 16, 2020
  11. Jan 15, 2020
  12. Jan 14, 2020
  13. Jan 13, 2020
  14. Jan 12, 2020
  15. Jan 11, 2020
  16. Jan 10, 2020
  17. Jan 09, 2020
  18. Jan 08, 2020
    • Karel Koci's avatar
      compile_pkgs: report correct git revision/version for OpenWrt · 5dd6dc8e
      Karel Koci authored
      This moves version file generation right after clean. This ensures that
      we really report OpenWrt hash and not our patch commit that is created
      to extend ignore list.
      
      This also uses different git command that has lower overhead and is
      intended more for this kind of operation.
      5dd6dc8e
  19. Jan 07, 2020
  20. Jan 05, 2020
  21. Jan 01, 2020
  22. Dec 31, 2019
  23. Dec 30, 2019
  24. Dec 26, 2019
  25. Dec 21, 2019
  26. Dec 18, 2019