Skip to content
Snippets Groups Projects
  1. Feb 18, 2024
  2. Feb 12, 2023
  3. Aug 21, 2022
  4. May 04, 2022
  5. Jan 30, 2021
  6. Jul 07, 2020
  7. Oct 16, 2019
  8. Sep 01, 2019
  9. May 03, 2019
  10. Jan 02, 2018
  11. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 2eed791c
      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
      2eed791c
  12. Sep 01, 2017
  13. May 05, 2016
Loading