Skip to content
Snippets Groups Projects
  1. Sep 27, 2024
  2. Jul 14, 2024
  3. Nov 16, 2022
  4. Jul 11, 2022
  5. Feb 05, 2022
  6. May 25, 2020
  7. Apr 04, 2018
  8. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 782f21da
      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
      782f21da
  9. May 07, 2016
  10. Mar 21, 2014
  11. Jan 05, 2013
Loading