Skip to content
Snippets Groups Projects
  1. Jul 12, 2024
  2. Nov 15, 2022
  3. Sep 15, 2022
  4. Jul 07, 2020
  5. Jun 09, 2018
  6. Dec 28, 2017
  7. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · a6cf6284
      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
      a6cf6284
  8. Dec 06, 2015
  9. Jul 01, 2014
  10. Oct 31, 2012
  11. Mar 17, 2012
  12. Sep 27, 2011
  13. Dec 28, 2010
Loading