On 5/6/25 6:17 AM, Markus Schaaf wrote:
Am 04.05.25 um 19:13 schrieb Pocket:
gpg —full-gen-key
gpg —export —armor —output public-key.asc pocket
gpg —export-secret-keys —armor —output private-key.asc pocket
The key id is pocket.
For each key/attempt I imported each key into Pacman-key and
Am 04.05.25 um 19:13 schrieb Pocket:
gpg —full-gen-key
gpg —export —armor —output public-key.asc pocket
gpg —export-secret-keys —armor —output private-key.asc pocket
The key id is pocket.
For each key/attempt I imported each key into Pacman-key and signed with
Pacman-key —lsign pocket
Then
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
>>
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).
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
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
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
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
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