Skip to content
Snippets Groups Projects
  1. Nov 17, 2024
  2. Jul 22, 2024
  3. Apr 04, 2024
  4. Mar 19, 2024
  5. May 10, 2023
  6. Apr 06, 2023
  7. Aug 30, 2022
  8. Dec 14, 2021
  9. Dec 01, 2021
  10. Nov 30, 2021
  11. Sep 07, 2021
  12. Dec 25, 2020
    • Johannes Löthberg's avatar
      Fix reproducability · 5c30a5c1
      Johannes Löthberg authored
      When check() is run, py.test would generate a .pyc containing the path to the
      python file in the /build directory.  repro(1) currently always passes
      --nocheck due to a bug, meaning that py.test is never called.  This resulted in
      different paths ending up in the .pyc files.
  13. Dec 24, 2020
  14. Nov 11, 2020
  15. Nov 09, 2020
  16. Mar 02, 2020
  17. Feb 25, 2020
  18. Nov 01, 2019
  19. Oct 25, 2019
  20. Oct 03, 2019
  21. Jan 31, 2019
  22. Jan 01, 2019
  23. Jun 30, 2018
  24. Mar 05, 2018
  25. Feb 17, 2018
  26. Jan 21, 2018
  27. Jan 07, 2018
  28. Jan 06, 2018
  29. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 2258ab6f
      Evangelos Foutras authored
      FTR, commands used to change arch=() and then verify the changes:
      
      $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
      
      $ grep -r i686 * | grep arch= | grep -v repos
      
      $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
        while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
          echo "$l1 -> $l2"
        done | sort -u
      2258ab6f
  30. Dec 24, 2016
  31. Sep 13, 2016
  32. Jan 26, 2016
  33. Sep 19, 2015
  34. Mar 28, 2015
  35. Mar 12, 2015
  36. Feb 03, 2015
Loading