Skip to content
Snippets Groups Projects
  1. Jun 21, 2022
  2. Jun 20, 2022
  3. Jun 10, 2022
    • Levente Polyak's avatar
      archrelease: support subdirectories in package directories · ac222ae0
      Levente Polyak authored
      
      We need to support subdirectories for the `keys` directory used to
      distribute PGP keys alongside the packaging sources.
      
      This is achieved by using `svn ls` to list the files and directories
      in the packaging root and leverage the behavior of `svn copy` to
      consider subdirectories inside the root but only copy over files and
      directories under the subdirectory that are already tracked by svn.
      As a step in between, we now use `svn ls --recursive` to list all
      tracked svn files in the current repos directory and remove all tracked
      files in the staging area. Hence the `svn copy` in combination with the
      `svn rm` will result in a sync behavior from the packaging root to the
      repos directory.
      
      Signed-off-by: Levente Polyak's avatarLevente Polyak <anthraxx@archlinux.org>
      Verified
      ac222ae0
    • Allan McRae's avatar
      Add x86_64_v3 builders · cde012d2
      Allan McRae authored and Levente Polyak's avatar Levente Polyak committed
      
      Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
      Verified
      cde012d2
  4. Jun 09, 2022
  5. Jun 08, 2022
  6. May 17, 2022
  7. Apr 28, 2022
  8. Apr 05, 2022
  9. Mar 07, 2022
    • Evangelos Foutras's avatar
      makepkg.conf: set LTOFLAGS="-flto=auto" · 74164e34
      Evangelos Foutras authored
      For use with pacman 6.0.1-4 which backports support for LTOFLAGS in
      order to speed up builds that use gcc as the compiler. This is less
      useful when clang is used, though a hack would be to specify in the
      PKGBUILD `LTOFLAGS="-flto=thin"` (outside of any function).
      Verified
      74164e34
  10. Feb 07, 2022
  11. Jan 31, 2022
    • Evangelos Foutras's avatar
      makepkg.conf: drop -fvar-tracking-assignments flag · 065c00ad
      Evangelos Foutras authored
      According to gcc(1), this flag (like -fvar-tracking) is enabled by
      default when compiling with optimization and debugging information.
      
      As an additional benefit, packages building with the clang compiler
      will work with the default flags without having to remove this flag
      due to not being recognized by clang.
      Verified
      065c00ad
  12. Jan 26, 2022
  13. Jan 22, 2022
  14. Nov 29, 2021
  15. Nov 28, 2021
  16. Nov 18, 2021
  17. Nov 17, 2021
  18. Nov 16, 2021
  19. Oct 29, 2021
Loading