Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Nov 15, 2022
  3. Jul 07, 2020
  4. Sep 26, 2019
  5. Jul 02, 2019
  6. May 31, 2018
  7. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 44d1c38d
      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
      44d1c38d
  8. Aug 14, 2016
  9. Jul 11, 2014
  10. Oct 25, 2012
  11. Oct 24, 2012
  12. Feb 17, 2012
  13. Sep 04, 2010
Loading