Skip to content
Snippets Groups Projects
  1. Feb 21, 2017
  2. Feb 12, 2017
  3. Jan 28, 2017
  4. Jan 27, 2017
  5. Jan 19, 2017
  6. Jan 18, 2017
  7. Dec 20, 2016
  8. Oct 10, 2016
  9. Aug 27, 2016
  10. Aug 26, 2016
  11. Aug 12, 2016
  12. 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
  13. Jul 01, 2016
  14. May 28, 2016
  15. Mar 25, 2016
  16. Mar 06, 2016
  17. Feb 28, 2016
  18. Jan 02, 2016
  19. Oct 11, 2015
  20. Oct 08, 2015
  21. Jul 25, 2015
  22. Apr 22, 2015
  23. Mar 19, 2015
  24. Jan 21, 2015
  25. Jan 13, 2015
  26. Jan 11, 2015
  27. Jul 29, 2014
  28. Jul 21, 2014
  29. Jul 20, 2014
  30. Jul 16, 2014
  31. Jul 15, 2014
  32. Jul 05, 2014
  33. May 15, 2014
  34. 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
Loading