1. 10 Apr, 2020 3 commits
  2. 09 Apr, 2020 1 commit
  3. 25 Mar, 2020 1 commit
  4. 20 Mar, 2020 1 commit
    • Ivan Tyagov's avatar
      With introduction of DeploymentTests that intentionally test · 2dc32e6c
      Ivan Tyagov authored
      full software compilation from scratch the time to build site is a bit
      more than 10h (in crowded testnode infrastructure!). This test was passing ONLY in
      cases when shacache download of SR was used but now shacache is
      intentionally NOT used thus increase accordingly.
      2dc32e6c
  5. 18 Mar, 2020 2 commits
  6. 13 Mar, 2020 1 commit
  7. 12 Mar, 2020 3 commits
  8. 09 Mar, 2020 1 commit
  9. 06 Mar, 2020 3 commits
  10. 27 Feb, 2020 4 commits
  11. 14 Feb, 2020 1 commit
  12. 11 Feb, 2020 1 commit
  13. 05 Feb, 2020 1 commit
  14. 04 Feb, 2020 2 commits
  15. 30 Jan, 2020 1 commit
  16. 27 Jan, 2020 1 commit
  17. 24 Jan, 2020 1 commit
  18. 22 Jan, 2020 1 commit
  19. 16 Jan, 2020 2 commits
  20. 15 Jan, 2020 1 commit
  21. 14 Jan, 2020 1 commit
  22. 13 Jan, 2020 4 commits
  23. 06 Jan, 2020 1 commit
  24. 02 Jan, 2020 2 commits
    • Julien Muchembled's avatar
      re6st: glib is not built anymore, remove bison from result · ac772d82
      Julien Muchembled authored
      See commit 0421fd9e4dfcedb4754f8df4e51c2656eb78e706 in slapos.git
      ac772d82
    • Julien Muchembled's avatar
      re6st: fix build of gettext · 217e9623
      Julien Muchembled authored
      Since debian/compat is increased to 9, stricter flags are used for compilation.
      
      With default dpkg-buildflags, gettext fails to build as follows:
      
      libcroco/cr-statement.c: In function 'cr_statement_dump_ruleset':
      libcroco/cr-statement.c:2610:17: error: format not a string literal and no format arguments [-Werror=format-security]
                       fprintf (a_fp, str);
                       ^
      217e9623