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