Skip to content
Snippets Groups Projects
  1. Sep 06, 2024
  2. Nov 14, 2022
  3. Jul 07, 2020
  4. May 27, 2019
  5. Jun 04, 2018
  6. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 526511af
      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
      526511af
  7. Sep 30, 2013
  8. Oct 25, 2012
  9. Oct 24, 2012
  10. Mar 23, 2012
  11. Feb 21, 2012
  12. Dec 07, 2011
  13. Jun 19, 2010
  14. Jun 11, 2010
  15. Apr 26, 2010
  16. Oct 16, 2009
    • Chris Brannon's avatar
      Close FS#16686. · fed4ed8e
      Chris Brannon authored
      This commit fixes the troff segfault described in the
      aforementioned bug report.
      fed4ed8e
  17. Sep 23, 2009
  18. Jul 17, 2009
  19. Jul 16, 2009
Loading