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