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