Skip to content
Snippets Groups Projects
  1. Sep 01, 2024
  2. Jul 13, 2024
  3. Jul 11, 2024
  4. Jul 26, 2023
  5. May 29, 2022
  6. May 24, 2021
  7. Jun 21, 2020
  8. Jun 01, 2019
  9. May 25, 2019
  10. Apr 10, 2019
  11. Aug 01, 2018
  12. Nov 29, 2017
  13. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 86bd8bd9
      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
      86bd8bd9
  14. Aug 26, 2017
  15. Aug 24, 2017
  16. Jun 01, 2017
  17. May 04, 2017
  18. Oct 31, 2016
  19. May 10, 2016
  20. Jun 02, 2015
  21. May 29, 2014
  22. Aug 06, 2013
  23. May 20, 2013
  24. Oct 25, 2012
  25. Oct 24, 2012
  26. May 24, 2012
  27. Feb 22, 2012
  28. May 23, 2011
  29. Dec 22, 2010
  30. Jul 19, 2010
  31. Jul 16, 2009
Loading