Skip to content
Snippets Groups Projects
  1. Sep 14, 2024
  2. Sep 09, 2024
  3. Jul 12, 2024
  4. Jul 07, 2020
  5. Sep 22, 2018
  6. Nov 26, 2017
  7. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 98307e70
      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
      98307e70
  8. Oct 11, 2014
  9. Aug 13, 2014
  10. Jun 03, 2014
Loading