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