Skip to content
Snippets Groups Projects
  1. Jul 04, 2024
  2. Jan 17, 2022
  3. May 02, 2021
  4. Apr 29, 2021
  5. Aug 28, 2020
  6. Jul 07, 2020
  7. Jun 02, 2018
  8. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 88d926ef
      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
      88d926ef
  9. Jul 01, 2014
  10. Oct 25, 2012
  11. Oct 24, 2012
  12. Feb 18, 2012
  13. Aug 30, 2010
  14. Feb 10, 2010
  15. Jul 17, 2009
  16. Jul 16, 2009
Loading