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