Skip to content
Snippets Groups Projects
  1. Jan 28, 2017
  2. Jan 27, 2017
  3. Jan 19, 2017
  4. Jan 18, 2017
  5. Dec 20, 2016
  6. Oct 10, 2016
  7. Aug 27, 2016
  8. Aug 26, 2016
  9. Aug 12, 2016
  10. Aug 09, 2016
    • Matthias Schiffer's avatar
      update/patch: avoid applying patches directly in build repos · bb3db179
      Matthias Schiffer authored
      Switching branches and applying patches in the build repos will
      unnecessarily touch many files, causing rebuilds of packages that didn't
      really change; furthermore, it is filling the reflog with many entries.
      
      Don't ever switch to base branch in the build repos and apply patches in
      a temporary clone to avoid these issues.
      
      In addition, GPG signing is generally disabled in the build repos to
      override potential global configuration (as signing doesn't make sense and
      will slow down rebases).
      bb3db179
  11. Jul 01, 2016
  12. May 28, 2016
  13. Mar 25, 2016
  14. Mar 06, 2016
  15. Feb 28, 2016
  16. Jan 02, 2016
  17. Oct 11, 2015
  18. Oct 08, 2015
  19. Jul 25, 2015
  20. Apr 22, 2015
  21. Mar 19, 2015
  22. Jan 21, 2015
  23. Jan 13, 2015
  24. Jan 11, 2015
  25. Jul 29, 2014
  26. Jul 21, 2014
  27. Jul 20, 2014
  28. Jul 16, 2014
  29. Jul 15, 2014
  30. Jul 05, 2014
  31. May 15, 2014
  32. May 09, 2014
    • Daniel Ehlers's avatar
      Return exit code on missing value · bd28aa99
      Daniel Ehlers authored
      Let the site configuration value script return 1 when
      the requested value is not available.This enables us
      to react on failures, so we can for example use a default
      value.
      
      With this patch the script will return with exitcode 1 if
      the value is not found and no output on stdout. Otherwise
      exitcode is 0 and the value is returned on stdout.
      bd28aa99
  33. Feb 23, 2014
  34. Jan 21, 2014
Loading