Skip to content
Snippets Groups Projects
  1. Jan 02, 2024
  2. Jul 07, 2020
  3. Jul 06, 2020
  4. Jul 29, 2019
  5. Feb 25, 2019
  6. Sep 14, 2018
  7. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 9cc28bd9
      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
      9cc28bd9
  8. Oct 30, 2017
  9. Feb 20, 2016
  10. Sep 21, 2014
  11. Apr 28, 2014
  12. Oct 30, 2013
Loading