pkgbase and interim freebsd builds

krad kraduk at gmail.com
Thu Aug 11 08:26:31 UTC 2016


not on 11-stable with pkg 1.8.7

[root at r2 /usr/obj/build/stable/usr/src/repo/FreeBSD:11:amd64/latest]# pkg
info -fF FreeBSD-kernel-me-11.0.txz
FreeBSD-kernel-me-11.0
Name           : FreeBSD-kernel-me
Version        : 11.0
Installed on   : Thu Jan  1 00:00:00 1970 UTC
Origin         : base
Architecture   : freebsd:11:x86:64
Prefix         : /
Categories     : base
Licenses       : BSD2CLAUSE
Maintainer     : re at FreeBSD.org
WWW            : https://www.FreeBSD.org
Comment        : FreeBSD me kernel
Annotations    :
Flat size      : 95.6MiB
Description    :
FreeBSD me kernel
[root at r2 /usr/obj/build/stable/usr/src/repo/FreeBSD:11:amd64/latest]# uname
-a
FreeBSD r2 11.0-BETA4 FreeBSD 11.0-BETA4 #11: Wed Aug 10 09:52:44 BST 2016
    root at r2:/build/stable/usr/obj/usr/src/sys/me  amd64

(from a jail)
root at packager:/ # pkg info -xf FreeBSD-clang-11.0
FreeBSD-clang-11.0
Name           : FreeBSD-clang
Version        : 11.0
Installed on   : Fri Jul 22 13:34:56 2016 UTC
Origin         : base
Architecture   : freebsd:11:x86:64
Prefix         : /
Categories     : base
Licenses       : BSD2CLAUSE
Maintainer     : re at FreeBSD.org
WWW            : https://www.FreeBSD.org
Comment        : Clang Utilities
Annotations    :
        repo_type      : binary
        repository     : FreeBSD-base
Flat size      : 118MiB
Description    :
Clang Utilities
root at packager:/ # pkg -v
1.8.7



On 10 August 2016 at 23:50, Mel Pilgrim <list_freebsd at bluerosetech.com>
wrote:

> On 2016-08-10 06:24, krad wrote:
>
>> true its not elegant though is it, as ultimately it will want to be
>> integrated into a standard patching schedule. I just want to make sure i'm
>> not missing something, or its just in the pipeline. Maybe the svn revision
>> number could be embedded into the package version ?
>>
>
> The build date is appended to the version number:
>
> # pkg info -xf FreeBSD-kernel
> FreeBSD-kernel-generic-12.0.s20160726192118
> Name           : FreeBSD-kernel-generic
> Version        : 12.0.s20160726192118
> Installed on   : Tue Jul 26 20:21:48 2016 UTC
> Origin         : base
> Architecture   : freebsd:12:x86:64
> Prefix         : /
> Categories     : base
> Licenses       : BSD2CLAUSE
> Maintainer     : re at FreeBSD.org
> WWW            : https://www.FreeBSD.org
> Comment        : FreeBSD GENERIC kernel
> Annotations    :
>         repo_type      : binary
>         repository     : FreeBSD-base
> Flat size      : 108MiB
> Description    :
> FreeBSD GENERIC kernel
>
>
> Is this not the case in 11-stable?
>
>
> On 10 August 2016 at 13:54, Henry Vogt <henry.vogt at gmail.com> wrote:
>>
>>
>>> Am 10.08.16 um 14:21 schrieb krad:
>>>
>>>> Hi, I am currently testing pkgbase on a few jails and have setup my own
>>>> repo for the base OS package files. This is working fine at a certain
>>>> level
>>>> however I have noticed if i do an interim build of freebsd 11-stable
>>>> from
>>>> svn, the base packages dont get updated via pkgbase even though the repo
>>>> files have newly build packages. I'm guess this is because the version
>>>> of
>>>> the packages currently is 11.0, so nothing will get updated until they
>>>> are
>>>> bumped to 11.1. Is there any way to modify this behaviour so that
>>>> interim
>>>> builds are captured, as I mostly do weekly builds of stable?
>>>>
>>>>
>>> You can always force a re-install using
>>>
>>> pkg -f -r <your_repo>
>>>
>>> Best
>>> Henry
>>>
>>


More information about the freebsd-pkgbase mailing list