Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Jun 05, 2024
  3. May 05, 2020
  4. May 01, 2018
  5. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 23358b9a
      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
      23358b9a
  6. Jan 20, 2017
    • Levente Polyak's avatar
      (fix non-deterministic build) · 52483dd2
      Levente Polyak authored
      using upstream tarball distributions that include the sub-dependency
      for m4. Before, the m4 git HEAD was used that results in a non
      deterministic build
      1.2-2
      52483dd2
  7. Nov 28, 2016
  8. Aug 15, 2016
Loading