Skip to content
Snippets Groups Projects
  1. Sep 01, 2024
  2. Jul 13, 2024
  3. Jul 11, 2024
  4. Jul 26, 2023
  5. Nov 15, 2022
  6. May 29, 2022
  7. May 24, 2021
  8. Jun 21, 2020
  9. Jun 14, 2019
  10. Jun 01, 2019
  11. May 25, 2019
  12. Aug 01, 2018
  13. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 79e7ac7f
      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
      79e7ac7f
  14. Oct 04, 2017
  15. Aug 26, 2017
  16. Jun 02, 2017
  17. Jul 25, 2014
Loading