Skip to content
Snippets Groups Projects
  1. Nov 19, 2018
  2. Nov 02, 2018
  3. Oct 31, 2018
  4. Oct 29, 2018
  5. Oct 27, 2018
    • Karel Koci's avatar
      compile_fw: fix git configuration and that way clean builds · 687024e4
      Karel Koci authored
      Previous change to compile_fw broken execution in clean directory
      (without git). compile_fw could not been run, not even to display help.
      
      This commit changes how configuration is applied to git tree of OpenWRT.
      It is used only when needed and never set to git tree it self.
      
      This introduces new _git function. This function is not required to be
      used every time but for `git commit` and `git am` it is necessary to use
      it instead of plain git.
      687024e4
  6. Oct 22, 2018
  7. Oct 10, 2018
  8. Aug 27, 2018
    • Karel Koci's avatar
      Improve git bare repository handling · 9544f32c
      Karel Koci authored
      For mirrors we are now using `git clone --mirror` istead of `--bare`.
      Previous implementation with `clone --bare` and `fetch` is problematic
      in case of force pushes. In such case fetch does not update refs that
      were force pushed. This change solves that.
      9544f32c
    • Karel Koci's avatar
      Set git user to explicit values · 77275817
      Karel Koci authored
      This allows smooth execution on systems where git is not configured and
      also clearly marks commits that were created by compile_fw and not by
      user.
      77275817
    • Karel Koci's avatar
      compile_fw: Add repo_checkout and repo_prepare · 29001561
      Karel Koci authored
      These commands checkout OpenWRT repository with same commits as current
      build on repo.turris.cz. You have to specify target branch and board to
      make this work.
      29001561
  9. Aug 07, 2018
  10. Aug 06, 2018
  11. Aug 04, 2018
  12. Aug 02, 2018
  13. Jul 24, 2018
  14. Jul 18, 2018
  15. Jul 03, 2018
  16. Jul 02, 2018
    • Karel Koci's avatar
      lists: Fix repository generation and overall cleanup · b9becf3f
      Karel Koci authored
      Script should still be run in OpenWRT directory but at the same time
      because lists templates are no longer part of it can reach different
      directory as a source.
      Also removed hack for automatic generation of repositories and replaced
      with better implementation in m4 it self.
      b9becf3f
  17. Jun 19, 2018
  18. May 29, 2018
  19. Apr 03, 2018
  20. Mar 06, 2018