Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Jul 06, 2024
  3. Feb 26, 2023
  4. Jul 15, 2022
  5. Feb 03, 2022
  6. Jul 07, 2020
  7. May 31, 2018
  8. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 034af2bd
      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
      034af2bd
  9. Sep 06, 2015
  10. Mar 02, 2015
  11. Oct 17, 2014
  12. Oct 01, 2014
Loading