Skip to content
Snippets Groups Projects
  1. Jul 20, 2024
  2. May 13, 2024
  3. May 12, 2024
  4. Apr 19, 2024
  5. Jan 20, 2024
  6. May 27, 2023
  7. Apr 23, 2022
  8. Sep 07, 2020
  9. Jan 13, 2020
  10. Oct 07, 2019
  11. May 31, 2018
  12. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 1a6db817
      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
      1a6db817
  13. Oct 08, 2016
  14. Jun 13, 2015
Loading