Skip to content
Snippets Groups Projects
  1. Jul 04, 2024
  2. Feb 10, 2024
  3. Sep 17, 2022
  4. Sep 18, 2021
  5. Jul 05, 2020
  6. Sep 22, 2019
  7. Nov 16, 2018
  8. Sep 01, 2018
  9. Apr 22, 2018
  10. Apr 17, 2018
  11. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 63543d37
      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
      63543d37
  12. Sep 17, 2016
  13. Mar 15, 2016
  14. Jan 19, 2016
  15. Aug 18, 2015
  16. Aug 16, 2015
  17. Dec 07, 2014
    • Sébastien Luttringer's avatar
      upgpkg: 2.0.23-4 · f5e9ac31
      Sébastien Luttringer authored
      - remove acpid.socket: not currently working and not really usefull as socket is used to inform of acpid events detected by daemon.
      - remove after/req to udev-settle: using --netlink do the tricks and should prevent boot hand (FS#43023)
      2.0.23-4
      f5e9ac31
  18. Nov 23, 2014
  19. Oct 24, 2014
  20. Aug 23, 2014
  21. Mar 17, 2014
  22. Jan 16, 2014
  23. Sep 15, 2013
  24. May 29, 2013
  25. May 12, 2013
  26. Mar 15, 2013
  27. Feb 23, 2013
  28. Feb 05, 2013
  29. Feb 04, 2013
  30. Jan 24, 2013
  31. Jan 06, 2013
  32. Oct 25, 2012
  33. Oct 24, 2012
  34. Oct 14, 2012
  35. Sep 16, 2012
  36. Jun 02, 2012
  37. May 23, 2012
  38. May 18, 2012
Loading