~alpine/devel

1

[alpine-devel] Adding Local Abuild Package to Cache

Carl Chave <carl@chave.us>
Details
Message ID
<CAGP1gyOibUCyTCWsT=nA4pHo5UZ_eFy1Ee7PR4dqpjV8kqe50A@mail.gmail.com>
Sender timestamp
1552834361
DKIM signature
missing
Download raw message
Hello,

I followed the wiki to abuild a package that was not in any of the repos,
which resulted in a main package, and -openrc and -doc packages.  I added
the ~/packages/testing repo to /etc/apk/repositories and I can apk add the
packages and pull in dependencies successfully like a package in the
official repos.

I've tested that the application works and that the /etc/init.d scripts
will start and stop the service also.  The application name is added to
/etc/apk/world but the packages are not added to the local cache and not
automatically loaded on reboot.  I have to add them manually again.  If I
manually copy the packages to cache and reboot, they still don't load and
when I run an apk cache clean they get removed from the cache.

I suspect this has something to do with signing and trust perhaps, though
the abuild -r process signed the APKINDEX file in the local package repo
and I added my public key to /etc/apk/keys.

Please let me know what I'm missing!  Thanks,
Carl

[alpine-devel] Re: Adding Local Abuild Package to Cache

Carl Chave <carl@chave.us>
Details
Message ID
<CAGP1gyOKmc7_+aatGk1m_dY=fVg7qi211Dp23J3ormMNrRjF-Q@mail.gmail.com>
In-Reply-To
<CAGP1gyOibUCyTCWsT=nA4pHo5UZ_eFy1Ee7PR4dqpjV8kqe50A@mail.gmail.com> (view parent)
Sender timestamp
1552847460
DKIM signature
missing
Download raw message
On Sun, Mar 17, 2019 at 10:52 AM Carl Chave <carl@chave.us> wrote:

> Hello,
>
> I followed the wiki to abuild a package that was not in any of the repos,
> which resulted in a main package, and -openrc and -doc packages.  I added
> the ~/packages/testing repo to /etc/apk/repositories and I can apk add the
> packages and pull in dependencies successfully like a package in the
> official repos.
>
> I've tested that the application works and that the /etc/init.d scripts
> will start and stop the service also.  The application name is added to
> /etc/apk/world but the packages are not added to the local cache and not
> automatically loaded on reboot.  I have to add them manually again.  If I
> manually copy the packages to cache and reboot, they still don't load and
> when I run an apk cache clean they get removed from the cache.
>
> I suspect this has something to do with signing and trust perhaps, though
> the abuild -r process signed the APKINDEX file in the local package repo
> and I added my public key to /etc/apk/keys.
>
> Please let me know what I'm missing!  Thanks,
> Carl
>

I should add that this is the 3.9.2 armv7 image on the Raspberry Pi 3 B+
and I'm doing an lbu commit -d prior to rebooting.
Reply to thread Export thread (mbox)