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