Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Jul 07, 2020
  3. Sep 26, 2019
  4. Jul 02, 2019
  5. Jun 06, 2018
  6. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 60763a91
      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
      60763a91
  7. Jun 28, 2017
  8. Jul 01, 2014
  9. Apr 17, 2014
  10. Oct 25, 2012
  11. Oct 24, 2012
  12. May 16, 2012
  13. Sep 14, 2011
  14. Jul 28, 2011
  15. Jul 20, 2009
Loading