Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Jul 12, 2024
  3. Mar 12, 2023
  4. Apr 24, 2022
  5. Aug 06, 2020
  6. Nov 07, 2019
  7. Feb 17, 2019
  8. Oct 25, 2018
  9. May 05, 2018
  10. Apr 05, 2018
  11. Apr 02, 2018
  12. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 6ce200fd
      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
      6ce200fd
  13. May 16, 2016
Loading