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