Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Jul 12, 2024
  3. Aug 21, 2022
  4. Apr 06, 2021
  5. May 25, 2020
  6. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 92fb4165
      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
      92fb4165
  7. Sep 15, 2017
  8. Jul 19, 2017
  9. Apr 27, 2017
  10. Apr 27, 2016
  11. Dec 07, 2015
  12. May 26, 2015
  13. May 18, 2014
  14. Jul 01, 2013
  15. Dec 26, 2012
  16. Nov 12, 2012
Loading