Skip to content
Snippets Groups Projects
  1. Jan 02, 2024
  2. Jul 07, 2020
  3. Jul 06, 2020
  4. Jul 29, 2019
  5. Feb 25, 2019
  6. Sep 14, 2018
  7. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 4c8def08
      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
      4c8def08
  8. Nov 21, 2016
  9. Feb 20, 2016
  10. Mar 20, 2015
  11. Apr 28, 2014
  12. Oct 30, 2013
  13. Apr 26, 2013
  14. Oct 25, 2012
  15. Oct 24, 2012
  16. May 18, 2012
  17. Feb 18, 2012
  18. Jul 26, 2011
  19. Jul 08, 2011
  20. Apr 29, 2010
Loading