Package Details: pacoloco-git 1.2.r0.g3338566-1

Git Clone URL: https://aur.archlinux.org/pacoloco-git.git (read-only, click to copy)
Package Base: pacoloco-git
Description: Pacman caching proxy server
Upstream URL: https://github.com/anatol/pacoloco
Licenses: MIT
Conflicts: pacoloco
Provides: pacoloco
Submitter: anatolik
Maintainer: anatolik
Last Packager: anatolik
Votes: 4
Popularity: 0.000000
First Submitted: 2016-02-26 04:05 (UTC)
Last Updated: 2022-01-11 03:21 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

anatolik commented on 2020-02-24 04:22 (UTC) (edited on 2020-02-24 04:23 (UTC) by anatolik)

@artodeto pacoloco itself does not know anything about difference between arches. Pacman just proxies downloads for a given URL.

If you need to proxy pacman databases for different arches then you need to have multiple different repos:

repos:
  archlinux_x86_64:
    urls:
      - http://mirror.lty.me/archlinux
      - http://mirrors.kernel.org/archlinux
 archlinux_arm:
    urls:
      - http://foo.bar/archlinux/arm
      - http://bar.foo/another_arch_arm_repo

Then modify pacman.conf to point to the repo with the required architecture http://myserver:9129/repo/archlinux_$arch

anatolik commented on 2020-02-24 04:16 (UTC)

@wallace11 just curious aren't Arm arches should use 'makepkg -A' build command to ignore list of supported archtectures?

artodeto commented on 2020-02-22 22:13 (UTC)

Hey :-),

does your package handle caching for multiple arches (arm and x8664)? Cheers

wallace11 commented on 2020-02-21 17:27 (UTC)

This builds just fine on arm so I think it's safe to add at least armv7h (which is what I tested it on)