Re: Refreshing pacman database

2025-05-04 Thread mpan
pacman -Syy refreshes all db for all repositories Is there a way to have pacman only refresh a single repository db? Ie pacman -Syy custom only refreshes custom withou refreshing core extra etc Hello, This question may be simplified to whether pacman can do -Sy on a single repository. Wh

Re: Building in a clean chroot

2025-05-04 Thread Pocket
On 5/4/25 3:12 PM, Doug Newgard wrote: On 5/4/25 8:20 AM, Pocket wrote: I am getting this error when running is there a way to fix this? We aren't the ones to be asking. Arch is x86_64 only, ArchLinuxARM is a separate distro with it's own repositories. This is what I believe is breaking

Re: Building in a clean chroot

2025-05-04 Thread Pocket
On 5/4/25 3:12 PM, Doug Newgard wrote: On 5/4/25 8:20 AM, Pocket wrote: I am getting this error when running is there a way to fix this? We aren't the ones to be asking. Arch is x86_64 only, ArchLinuxARM is a separate distro with it's own repositories. I heard you the first time. arch-c

Refreshing pacman database

2025-05-04 Thread Pocket
pacman -Syy refreshes all db for all repositories Is there a way to have pacman only refresh a single repository db? Ie pacman -Syy custom only refreshes custom withou refreshing core extra etc -- Hindi madali ang maging ako

Re: Building in a clean chroot

2025-05-04 Thread Pocket
On 5/4/25 3:12 PM, Doug Newgard wrote: On 5/4/25 8:20 AM, Pocket wrote: I am getting this error when running is there a way to fix this? We aren't the ones to be asking. Arch is x86_64 only, ArchLinuxARM is a separate distro with it's own repositories. I found something interesting Th

Re: Building in a clean chroot

2025-05-04 Thread Doug Newgard
On 5/4/25 8:20 AM, Pocket wrote: I am getting this error when running is there a way to fix this? We aren't the ones to be asking. Arch is x86_64 only, ArchLinuxARM is a separate distro with it's own repositories.

Re: Package building and signing

2025-05-04 Thread Pocket
Sent from my iPhone > On May 4, 2025, at 11:50 AM, u...@net9.cf wrote: > > Pocket wrote: > >> >> Sent from my iPhone >> On May 4, 2025, at 9:21 AM, u...@net9.cf wrote: >>> >>> Pocket wrote: >>> I am building packages using makepkg for the raspberry pi 4 platform >>

Re: Package building and signing

2025-05-04 Thread u34
Pocket wrote: > > Sent from my iPhone > > > On May 4, 2025, at 9:21 AM, u...@net9.cf wrote: > > > > Pocket wrote: > > > >> > >> I am building packages using makepkg for the raspberry pi 4 platform > >> > >> I changed the CFLAGS adding -march=armv8-a -mtune=cortex-a72 > >> (makepkg.conf).

Re: Package building and signing

2025-05-04 Thread Pocket
Sent from my iPhone > On May 4, 2025, at 9:21 AM, u...@net9.cf wrote: > > Pocket wrote: > >> >> I am building packages using makepkg for the raspberry pi 4 platform >> >> I changed the CFLAGS adding -march=armv8-a -mtune=cortex-a72 (makepkg.conf). >> >> I started to build all the packages

Re: Package building and signing

2025-05-04 Thread Genes Lists
On Sat, 2025-05-03 at 09:35 -0400, Pocket wrote: > > So my questions are as follows > > 1. Answered by pocket. > 2. I would like to sign the packages in the custom repository. > I have built this into my package building / repo toolkit. While I have shared a lot of my tools in the aur I have

Re: Package building and signing

2025-05-04 Thread u34
Pocket wrote: > > I am building packages using makepkg for the raspberry pi 4 platform > > I changed the CFLAGS adding -march=armv8-a -mtune=cortex-a72 (makepkg.conf). > > I started to build all the packages that make up the "Building in a > clean chroot" following the building in a claen chr

Building in a clean chroot

2025-05-04 Thread Pocket
I am getting this error when running is there a way to fix this? Using makechrootpkg -c -r "$CHROOT" -- --ignorearch --skippgpcheck works fine $ arch-nspawn $CHROOT/root pacman -Syy :: Synchronizing package databases... custom 11.5 KiB 261 KiB/

Re: Package building and signing

2025-05-04 Thread Lone_Wolf
Hi, On 5/3/25 15:35, Pocket wrote: from /etc/pacman.conf [custom] SigLevel = Optional TrustAll Server = http://www.home.arpa/Repository So my questions are as follows 1.    How to get pacman to pull the packages from the custom repository first pacman processes repos in the order they

Re: Stop makepkg from running gpg on .sig files

2025-05-04 Thread Edward Toroshchyn
My bad, sorry! Out of curiosity, I checked the source code for makepkg, and it looks like the only other way is to use the --skippgpcheck flag. (Curiously, the test for signature files checks the entire URL, not just the path name, so if you add a question mark to the URL, this also bypasses the

Package building and signing

2025-05-04 Thread Pocket
I am building packages using makepkg for the raspberry pi 4 platform I changed the CFLAGS adding -march=armv8-a -mtune=cortex-a72 (makepkg.conf). I started to build all the packages that make up the "Building in a clean chroot" following the building in a claen chroot on the wiki. All when w

Re: Stop makepkg from running gpg on .sig files

2025-05-04 Thread Sebastian Wiesner
Please do read my original message: that is precisely what I am doing now, and what I'd like to avoid 🙂️